[html5] r3088 - [e] (0) Add to the microdata intro paragraphs introducing item='' and itemprop=''.

whatwg at whatwg.org whatwg at whatwg.org
Mon May 11 16:29:23 PDT 2009


Author: ianh
Date: 2009-05-11 16:29:23 -0700 (Mon, 11 May 2009)
New Revision: 3088

Modified:
   index
   source
Log:
[e] (0) Add to the microdata intro paragraphs introducing item='' and itemprop=''.

Modified: index
===================================================================
--- index	2009-05-11 23:22:46 UTC (rev 3087)
+++ index	2009-05-11 23:29:23 UTC (rev 3088)
@@ -40613,6 +40613,12 @@
   property. Items and properties are represented by regular
   elements.</p>
 
+  <p>To create an item, the <code title=attr-item><a href=#items:-the-item-attribute>item</a></code>
+  attribute is used.</p>
+
+  <p>To add a property to an item, the <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></code> attribute is used on one of
+  the <a href=#concept-item title=concept-item>item's</a> descendants.</p>
+
   <div class=example>
 
    <p>Here there are two items, each of which have the property "name":</p>

Modified: source
===================================================================
--- source	2009-05-11 23:22:46 UTC (rev 3087)
+++ source	2009-05-11 23:29:23 UTC (rev 3088)
@@ -45827,6 +45827,13 @@
   property. Items and properties are represented by regular
   elements.</p>
 
+  <p>To create an item, the <code title="attr-item">item</code>
+  attribute is used.</p>
+
+  <p>To add a property to an item, the <code
+  title="attr-itemprop">itemprop</code> attribute is used on one of
+  the <span title="concept-item">item's</span> descendants.</p>
+
   <div class="example">
 
    <p>Here there are two items, each of which have the property "name":</p>




More information about the Commit-Watchers mailing list