- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 May 2009 23:28:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29788 Modified Files: Overview.html Log Message: Add to the microdata intro paragraphs introducing item='' and itemprop=''. (whatwg r3088) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2245 retrieving revision 1.2246 diff -u -d -r1.2245 -r1.2246 --- Overview.html 11 May 2009 23:21:36 -0000 1.2245 +++ Overview.html 11 May 2009 23:28:12 -0000 1.2246 @@ -36232,7 +36232,9 @@ described in this section.<p>At a high level, microdata consists of a group of name-value pairs. The groups are called <a href="#concept-item" title="concept-item">items</a>, and each name-value pair is a property. Items and properties are represented by regular - elements.<div class="example"> + elements.<p>To create an item, the <code title="attr-item"><a href="#items:-the-item-attribute">item</a></code> + attribute is used.<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.<div class="example"> <p>Here there are two items, each of which have the property "name":</p>
Received on Monday, 11 May 2009 23:28:25 UTC