Skip to content

Commit

Permalink
[e] (0) Add <itemref> to the index.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7915

git-svn-id: http://svn.whatwg.org/webapps@4240 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 27a3b84 commit d9aa72a
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
15 changes: 15 additions & 0 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -84218,6 +84218,17 @@ <h3 class=no-num id=elements-1>Elements</h3>
<code title=attr-mod-cite><a href=#attr-mod-cite>cite</a></code>;
<code title=attr-mod-datetime><a href=#attr-mod-datetime>datetime</a></code></td>
<td><code><a href=#htmlmodelement>HTMLModElement</a></code></td>
<tr><th><code><a href=#itemref>itemref</a></code></th>
<td>Inclusion mechanism to reference microdata properties in other parts of the document</td>
<td><a href=#metadata-content title="Metadata content">metadata</a>;
<a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><code><a href=#the-head-element-0>head</a></code>;
<a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td>empty
<td><a href=#global-attributes title="global attributes">globals</a>;
<code title=attr-itemref-refid><a href=#attr-itemref-refid>refid</a></code></td>
<td><code><a href=#htmlitemrefelement>HTMLItemRefElement</a></code></td>
<tr><th><code><a href=#the-kbd-element>kbd</a></code></th>
<td>User input</td>
<td><a href=#flow-content title="Flow content">flow</a>;
Expand Down Expand Up @@ -85180,6 +85191,10 @@ <h3 class=no-num id=attributes-0>Attributes</h3>
<code title=attr-textarea-readonly><a href=#attr-textarea-readonly>textarea</a></code>
<td> Whether to allow the value to be edited by the user
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">refid</code>
<td> <code title=attr-itemref-refid><a href=#attr-itemref-refid>itemref</a></code>
<td> Referenced element
<td> ID*
<tr><th> <code title="">rel</code>
<td> <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>a</a></code>;
<code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>area</a></code>;
Expand Down
15 changes: 15 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -75281,6 +75281,17 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<code title=attr-mod-cite><a href=#attr-mod-cite>cite</a></code>;
<code title=attr-mod-datetime><a href=#attr-mod-datetime>datetime</a></code></td>
<td><code><a href=#htmlmodelement>HTMLModElement</a></code></td>
<tr><th><code><a href=#itemref>itemref</a></code></th>
<td>Inclusion mechanism to reference microdata properties in other parts of the document</td>
<td><a href=#metadata-content title="Metadata content">metadata</a>;
<a href=#flow-content title="Flow content">flow</a>;
<a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td><code><a href=#the-head-element-0>head</a></code>;
<a href=#phrasing-content title="Phrasing content">phrasing</a></td>
<td>empty
<td><a href=#global-attributes title="global attributes">globals</a>;
<code title=attr-itemref-refid><a href=#attr-itemref-refid>refid</a></code></td>
<td><code><a href=#htmlitemrefelement>HTMLItemRefElement</a></code></td>
<tr><th><code><a href=#the-kbd-element>kbd</a></code></th>
<td>User input</td>
<td><a href=#flow-content title="Flow content">flow</a>;
Expand Down Expand Up @@ -76243,6 +76254,10 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<code title=attr-textarea-readonly><a href=#attr-textarea-readonly>textarea</a></code>
<td> Whether to allow the value to be edited by the user
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">refid</code>
<td> <code title=attr-itemref-refid><a href=#attr-itemref-refid>itemref</a></code>
<td> Referenced element
<td> ID*
<tr><th> <code title="">rel</code>
<td> <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>a</a></code>;
<code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>area</a></code>;
Expand Down
19 changes: 19 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -92642,6 +92642,20 @@ interface <span>HTMLDocument</span> {
<td><code>HTMLModElement</code></td>
</tr>

<tr>
<th><code>itemref</code></th>
<td>Inclusion mechanism to reference microdata properties in other parts of the document</td>
<td><span title="Metadata content">metadata</span>;
<span title="Flow content">flow</span>;
<span title="Phrasing content">phrasing</span></td>
<td><code>head</code>;
<span title="Phrasing content">phrasing</span></td>
<td>empty
<td><span title="global attributes">globals</span>;
<code title="attr-itemref-refid">refid</code></td>
<td><code>HTMLItemRefElement</code></td>
</tr>

<tr>
<th><code>kbd</code></th>
<td>User input</td>
Expand Down Expand Up @@ -93844,6 +93858,11 @@ interface <span>HTMLDocument</span> {
<code title="attr-textarea-readonly">textarea</code>
<td> Whether to allow the value to be edited by the user
<td> <span>Boolean attribute</span>
<tr>
<th> <code title="">refid</code>
<td> <code title="attr-itemref-refid">itemref</code>
<td> Referenced element
<td> ID*
<tr>
<th> <code title="">rel</code>
<td> <code title="attr-hyperlink-rel">a</code>;
Expand Down

0 comments on commit d9aa72a

Please sign in to comment.