html5/spec Overview.html,1.3412,1.3413

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>&lt;section itemscope item="http://example.org/animals#cat"&gt;
+   <pre>&lt;section itemscope itemtype="http://example.org/animals#cat"&gt;
  &lt;h1 itemprop="name http://example.com/fn"&gt;Hedral&lt;/h1&gt;
  &lt;p itemprop="desc"&gt;Hedral is a male american domestic
  shorthair, with a fluffy &lt;span

Received on Thursday, 22 October 2009 12:30:32 UTC