Skip to content

Commit

Permalink
[e] (0) Add to the microdata intro paragraphs introducing item='' and…
Browse files Browse the repository at this point in the history
… itemprop=''.

git-svn-id: http://svn.whatwg.org/webapps@3088 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 11, 2009
1 parent 338e9c4 commit dbbc4bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -40613,6 +40613,12 @@ explain that only direct children of the <menu> matter
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>
Expand Down
7 changes: 7 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -45827,6 +45827,13 @@ explain that only direct children of the <menu> matter
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>
Expand Down

0 comments on commit dbbc4bc

Please sign in to comment.