- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Oct 2009 12:30:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27570
Modified Files:
Overview.html
Log Message:
fix example that was missed in the earlier fixes. (whatwg r4272)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3412
retrieving revision 1.3413
diff -u -d -r1.3412 -r1.3413
--- Overview.html 22 Oct 2009 12:10:37 -0000 1.3412
+++ Overview.html 22 Oct 2009 12:30:28 -0000 1.3413
@@ -39949,7 +39949,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
Received on Thursday, 22 October 2009 12:30:32 UTC