- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
 - Date: Mon, 11 May 2009 09:06:13 +0000
 - To: public-html-commits@w3.org
 
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><div item id="amanda"></div>
-<div subject="amanda" property="band" item id="jazzband"></div>
 <p>Name: <span subject="amanda" property="name">Amanda</span></p>
+<div subject="amanda" property="band" item id="jazzband"></div>
 <p>Band: <span subject="jazzband" property="name">Jazz Band</span></p>
 <p>Size: <span subject="jazzband" property="size">12</span> players</p></pre>
 
Received on Monday, 11 May 2009 09:06:22 UTC