html5/spec Overview.html,1.3374,1.3375

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

Modified Files:
	Overview.html 
Log Message:
duplicate id attributes (whatwg r4229)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3374
retrieving revision 1.3375
diff -u -d -r1.3374 -r1.3375
--- Overview.html	21 Oct 2009 05:36:23 -0000	1.3374
+++ Overview.html	21 Oct 2009 05:37:38 -0000	1.3375
@@ -39618,7 +39618,7 @@
 
    <pre>&lt;div itemscope id="amanda"&gt;&lt;itemref refid="a"&gt;&lt;itemref refid="b"&gt;&lt;/div&gt;
 &lt;p id="a"&gt;Name: &lt;span itemprop="name"&gt;Amanda&lt;/span&gt;&lt;/p&gt;
-&lt;div id="b" itemprop="band" itemscope id="jazzband"&gt;&lt;itemref refid="c"&gt;&lt;/div&gt;
+&lt;div id="b" itemprop="band" itemscope&gt;&lt;itemref refid="c"&gt;&lt;/div&gt;
 &lt;div id="c"&gt;
  &lt;p&gt;Band: &lt;span itemprop="name"&gt;Jazz Band&lt;/span&gt;&lt;/p&gt;
  &lt;p&gt;Size: &lt;span itemprop="size"&gt;12&lt;/span&gt; players&lt;/p&gt;

Received on Wednesday, 21 October 2009 05:37:45 UTC