[html5] r4234 - [e] (0) Correct text in a domintro that still referred to an 'item' attribute. F [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 21 00:29:05 PDT 2009
Author: ianh
Date: 2009-10-21 00:29:00 -0700 (Wed, 21 Oct 2009)
New Revision: 4234
Modified:
complete.html
index
source
Log:
[e] (0) Correct text in a domintro that still referred to an 'item' attribute.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7908
Modified: complete.html
===================================================================
--- complete.html 2009-10-21 06:45:03 UTC (rev 4233)
+++ complete.html 2009-10-21 07:29:00 UTC (rev 4234)
@@ -45217,9 +45217,9 @@
<dd>
- <p>If the element has an <code title=attr-item>item</code>
- attribute, returns an <code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object
- with all the element's properties. Otherwise, an empty
+ <p>If the element has an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute, returns an
+ <code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object with all the element's
+ properties. Otherwise, an empty
<code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object.</p>
</dd>
Modified: index
===================================================================
--- index 2009-10-21 06:45:03 UTC (rev 4233)
+++ index 2009-10-21 07:29:00 UTC (rev 4234)
@@ -45047,9 +45047,9 @@
<dd>
- <p>If the element has an <code title=attr-item>item</code>
- attribute, returns an <code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object
- with all the element's properties. Otherwise, an empty
+ <p>If the element has an <code title=attr-itemscope><a href=#attr-itemscope>itemscope</a></code> attribute, returns an
+ <code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object with all the element's
+ properties. Otherwise, an empty
<code><a href=#htmlpropertycollection>HTMLPropertyCollection</a></code> object.</p>
</dd>
Modified: source
===================================================================
--- source 2009-10-21 06:45:03 UTC (rev 4233)
+++ source 2009-10-21 07:29:00 UTC (rev 4234)
@@ -50291,9 +50291,10 @@
<dd>
- <p>If the element has an <code title="attr-item">item</code>
- attribute, returns an <code>HTMLPropertyCollection</code> object
- with all the element's properties. Otherwise, an empty
+ <p>If the element has an <code
+ title="attr-itemscope">itemscope</code> attribute, returns an
+ <code>HTMLPropertyCollection</code> object with all the element's
+ properties. Otherwise, an empty
<code>HTMLPropertyCollection</code> object.</p>
</dd>
More information about the Commit-Watchers
mailing list