html5/md Overview.html,1.142,1.143

Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv2286

Modified Files:
	Overview.html 
Log Message:
Example was out of date. (whatwg r6282)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- Overview.html	7 Jul 2011 23:10:14 -0000	1.142
+++ Overview.html	7 Jul 2011 23:12:04 -0000	1.143
@@ -1157,13 +1157,13 @@
 
    <p>And the following:</p>
 
-   <pre>&lt;div itemscope itemref="x"&gt;
+   <pre>&lt;div id="x"&gt;
+ &lt;p itemprop="a"&gt;1&lt;/p&gt;
+&lt;/div&gt;
+&lt;div itemscope itemref="x"&gt;
  &lt;p itemprop="b"&gt;test&lt;/p&gt;
  &lt;p itemprop="a"&gt;2&lt;/p&gt;
 &lt;/div&gt;
-&lt;div id="x"&gt;
- &lt;p itemprop="a"&gt;1&lt;/p&gt;
-&lt;/div&gt;
 </pre>
 
   </div><h3 id="values"><span class="secno">2.4 </span>Values</h3><p>The <dfn id="concept-property-value" title="concept-property-value">property value</dfn> of a

Received on Thursday, 7 July 2011 23:12:07 UTC