[html5] r5528 - [e] (0) inaccuracy Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10613
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 28 11:09:51 PDT 2010
Author: ianh
Date: 2010-09-28 11:09:50 -0700 (Tue, 28 Sep 2010)
New Revision: 5528
Modified:
complete.html
index
source
Log:
[e] (0) inaccuracy
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10613
Modified: complete.html
===================================================================
--- complete.html 2010-09-28 17:44:14 UTC (rev 5527)
+++ complete.html 2010-09-28 18:09:50 UTC (rev 5528)
@@ -53758,7 +53758,7 @@
<div class=example>
- <p>Here, the item is "http://example.org/animals#cat":</p>
+ <p>Here, the item's type is "http://example.org/animals#cat":</p>
<pre><section itemscope itemtype="http://example.org/animals#cat">
<h1 itemprop="name">Hedral</h1>
Modified: index
===================================================================
--- index 2010-09-28 17:44:14 UTC (rev 5527)
+++ index 2010-09-28 18:09:50 UTC (rev 5528)
@@ -53738,7 +53738,7 @@
<div class=example>
- <p>Here, the item is "http://example.org/animals#cat":</p>
+ <p>Here, the item's type is "http://example.org/animals#cat":</p>
<pre><section itemscope itemtype="http://example.org/animals#cat">
<h1 itemprop="name">Hedral</h1>
Modified: source
===================================================================
--- source 2010-09-28 17:44:14 UTC (rev 5527)
+++ source 2010-09-28 18:09:50 UTC (rev 5528)
@@ -60203,7 +60203,7 @@
<div class="example">
- <p>Here, the item is "http://example.org/animals#cat":</p>
+ <p>Here, the item's type is "http://example.org/animals#cat":</p>
<pre><section itemscope itemtype="http://example.org/animals#cat">
<h1 itemprop="name">Hedral</h1>
More information about the Commit-Watchers
mailing list