html5/spec Overview.html,1.3379,1.3380

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29279

Modified Files:
	Overview.html 
Log Message:
Correct text in a domintro that still referred to an 'item' attribute. (whatwg r4234)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3379
retrieving revision 1.3380
diff -u -d -r1.3379 -r1.3380
--- Overview.html	21 Oct 2009 06:32:20 -0000	1.3379
+++ Overview.html	21 Oct 2009 07:16:49 -0000	1.3380
@@ -40221,9 +40221,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>

Received on Wednesday, 21 October 2009 07:16:54 UTC