html5/spec Overview.html,1.2240,1.2241

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1650

Modified Files:
	Overview.html 
Log Message:
change the order to reduce confusion (microdata intro example) (whatwg r3083)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2240
retrieving revision 1.2241
diff -u -d -r1.2240 -r1.2241
--- Overview.html	11 May 2009 08:46:42 -0000	1.2240
+++ Overview.html	11 May 2009 09:06:10 -0000	1.2241
@@ -36305,8 +36305,8 @@
    properties are separated from their <a href="#concept-item" title="concept-item">items</a>:</p>
 
    <pre>&lt;div item id="amanda"&gt;&lt;/div&gt;
-&lt;div subject="amanda" property="band" item id="jazzband"&gt;&lt;/div&gt;
 &lt;p&gt;Name: &lt;span subject="amanda" property="name"&gt;Amanda&lt;/span&gt;&lt;/p&gt;
+&lt;div subject="amanda" property="band" item id="jazzband"&gt;&lt;/div&gt;
 &lt;p&gt;Band: &lt;span subject="jazzband" property="name"&gt;Jazz Band&lt;/span&gt;&lt;/p&gt;
 &lt;p&gt;Size: &lt;span subject="jazzband" property="size"&gt;12&lt;/span&gt; players&lt;/p&gt;</pre>
 

Received on Monday, 11 May 2009 09:06:22 UTC