[html5] r4272 - [e] (0) fix example that was missed in the earlier fixes.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 22 05:43:30 PDT 2009
Author: ianh
Date: 2009-10-22 05:43:26 -0700 (Thu, 22 Oct 2009)
New Revision: 4272
Modified:
complete.html
index
source
Log:
[e] (0) fix example that was missed in the earlier fixes.
Modified: complete.html
===================================================================
--- complete.html 2009-10-22 12:23:35 UTC (rev 4271)
+++ complete.html 2009-10-22 12:43:26 UTC (rev 4272)
@@ -44848,7 +44848,7 @@
<p>If faced with the following from an earlier example:</p>
- <pre><section itemscope item="http://example.org/animals#cat">
+ <pre><section itemscope itemtype="http://example.org/animals#cat">
<h1 itemprop="name http://example.com/fn">Hedral</h1>
<p itemprop="desc">Hedral is a male american domestic
shorthair, with a fluffy <span
Modified: index
===================================================================
--- index 2009-10-22 12:23:35 UTC (rev 4271)
+++ index 2009-10-22 12:43:26 UTC (rev 4272)
@@ -44678,7 +44678,7 @@
<p>If faced with the following from an earlier example:</p>
- <pre><section itemscope item="http://example.org/animals#cat">
+ <pre><section itemscope itemtype="http://example.org/animals#cat">
<h1 itemprop="name http://example.com/fn">Hedral</h1>
<p itemprop="desc">Hedral is a male american domestic
shorthair, with a fluffy <span
Modified: source
===================================================================
--- source 2009-10-22 12:23:35 UTC (rev 4271)
+++ source 2009-10-22 12:43:26 UTC (rev 4272)
@@ -49863,7 +49863,7 @@
<p>If faced with the following from an earlier example:</p>
- <pre><section itemscope item="http://example.org/animals#cat">
+ <pre><section itemscope itemtype="http://example.org/animals#cat">
<h1 itemprop="name http://example.com/fn">Hedral</h1>
<p itemprop="desc">Hedral is a male american domestic
shorthair, with a fluffy <span
More information about the Commit-Watchers
mailing list