hixie: fix example that was missed in the earlier fixes. (whatwg r4272)

hixie: fix example that was missed in the earlier fixes. (whatwg r4272)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3412&r2=1.3413&f=h
http://html5.org/tools/web-apps-tracker?from=4271&to=4272

===================================================================
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:31:08 UTC