microdata; hixie: Simplicity makes a surprise comeback in a joint effort with pedancy in the war for clarity. (whatwg r6342)

microdata; hixie: Simplicity makes a surprise comeback in a joint effort
with pedancy in the war for clarity. (whatwg r6342)

http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.150&r2=1.151&f=h
http://html5.org/tools/web-apps-tracker?from=6341&to=6342

===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- Overview.html 2 Aug 2011 06:34:32 -0000 1.150
+++ Overview.html 2 Aug 2011 06:37:37 -0000 1.151
@@ -1290,15 +1290,6 @@
   <p>An <a href="#concept-item" title="concept-item">item</a> is a <dfn id="top-level-microdata-items" title="top-level microdata items">top-level microdata item</dfn> if
   its element does not have an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute.</p>
 
-  <p>An <a href="#concept-item" title="concept-item">item</a> is a <dfn id="used-microdata-items" title="used
-  microdata items">used microdata item</dfn> if it is a <a href="#top-level-microdata-items" title="top-level microdata items">top-level microdata item</a>,
-  or if it has an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code>
-  attribute and would be <a href="#the-properties-of-an-item" title="the properties of an item">found
-  to be the property</a> of an <a href="#concept-item" title="concept-item">item</a> that is itself a <a href="#used-microdata-items" title="used
-  microdata items">used microdata item</a>.</p>
-
-  <p>All <a href="#concept-item" title="concept-item">items</a> in a document must be
-  <a href="#used-microdata-items">used microdata items</a>.</p>
 
   <p>All <code title="attr-itemref"><a href="#attr-itemref">itemref</a></code> attributes in a
   <code>Document</code> must be such that there are no cycles in the
@@ -1307,6 +1298,7 @@
   item">property</a> of an item whose <a href="#concept-property-value" title="concept-property-value">value</a> is another item as an
   edge in the graph connecting those two items.</p>
 
+  
   <p>A document must not contain any elements that have an <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute that would not be
   found to be a property of any of the <a href="#concept-item" title="concept-item">items</a> in that document were their <a href="#the-properties-of-an-item" title="the properties of an item">properties</a> all to be
   determined.</p>

Received on Tuesday, 2 August 2011 06:37:44 UTC