- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 05:37:42 +0000
- To: public-html-commits@w3.org
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><div itemscope id="amanda"><itemref refid="a"><itemref refid="b"></div>
<p id="a">Name: <span itemprop="name">Amanda</span></p>
-<div id="b" itemprop="band" itemscope id="jazzband"><itemref refid="c"></div>
+<div id="b" itemprop="band" itemscope><itemref refid="c"></div>
<div id="c">
<p>Band: <span itemprop="name">Jazz Band</span></p>
<p>Size: <span itemprop="size">12</span> players</p>
Received on Wednesday, 21 October 2009 05:37:45 UTC