[html5] r4229 - [e] (0) duplicate id attributes Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 20 22:50:25 PDT 2009
Author: ianh
Date: 2009-10-20 22:50:21 -0700 (Tue, 20 Oct 2009)
New Revision: 4229
Modified:
complete.html
index
source
Log:
[e] (0) duplicate id attributes
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7893
Modified: complete.html
===================================================================
--- complete.html 2009-10-21 05:49:05 UTC (rev 4228)
+++ complete.html 2009-10-21 05:50:21 UTC (rev 4229)
@@ -44425,7 +44425,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>
Modified: index
===================================================================
--- index 2009-10-21 05:49:05 UTC (rev 4228)
+++ index 2009-10-21 05:50:21 UTC (rev 4229)
@@ -44255,7 +44255,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>
Modified: source
===================================================================
--- source 2009-10-21 05:49:05 UTC (rev 4228)
+++ source 2009-10-21 05:50:21 UTC (rev 4229)
@@ -49389,7 +49389,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>
More information about the Commit-Watchers
mailing list