[html5] r6282 - [e] (0) Example was out of date. Fixing http://www.w3.org/Bugs/Public/show_bug.c [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 7 16:12:01 PDT 2011
Author: ianh
Date: 2011-07-07 16:12:00 -0700 (Thu, 07 Jul 2011)
New Revision: 6282
Modified:
complete.html
index
source
Log:
[e] (0) Example was out of date.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12911
Modified: complete.html
===================================================================
--- complete.html 2011-07-07 23:10:10 UTC (rev 6281)
+++ complete.html 2011-07-07 23:12:00 UTC (rev 6282)
@@ -57018,13 +57018,13 @@
<p>And the following:</p>
- <pre><div itemscope itemref="x">
+ <pre><div id="x">
+ <p itemprop="a">1</p>
+</div>
+<div itemscope itemref="x">
<p itemprop="b">test</p>
<p itemprop="a">2</p>
</div>
-<div id="x">
- <p itemprop="a">1</p>
-</div>
</pre>
</div>
Modified: index
===================================================================
--- index 2011-07-07 23:10:10 UTC (rev 6281)
+++ index 2011-07-07 23:12:00 UTC (rev 6282)
@@ -56890,13 +56890,13 @@
<p>And the following:</p>
- <pre><div itemscope itemref="x">
+ <pre><div id="x">
+ <p itemprop="a">1</p>
+</div>
+<div itemscope itemref="x">
<p itemprop="b">test</p>
<p itemprop="a">2</p>
</div>
-<div id="x">
- <p itemprop="a">1</p>
-</div>
</pre>
</div>
Modified: source
===================================================================
--- source 2011-07-07 23:10:10 UTC (rev 6281)
+++ source 2011-07-07 23:12:00 UTC (rev 6282)
@@ -64358,13 +64358,13 @@
<p>And the following:</p>
- <pre><div itemscope itemref="x">
+ <pre><div id="x">
+ <p itemprop="a">1</p>
+</div>
+<div itemscope itemref="x">
<p itemprop="b">test</p>
<p itemprop="a">2</p>
</div>
-<div id="x">
- <p itemprop="a">1</p>
-</div>
</pre>
</div>
More information about the Commit-Watchers
mailing list