[html5] r4240 - [e] (0) Add <itemref> to the index. Fixing http://www.w3.org/Bugs/Public/show_bu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 21 01:21:33 PDT 2009
Author: ianh
Date: 2009-10-21 01:21:27 -0700 (Wed, 21 Oct 2009)
New Revision: 4240
Modified:
complete.html
index
source
Log:
[e] (0) Add <itemref> to the index.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7915
Modified: complete.html
===================================================================
--- complete.html 2009-10-21 08:08:38 UTC (rev 4239)
+++ complete.html 2009-10-21 08:21:27 UTC (rev 4240)
@@ -84218,6 +84218,17 @@
<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>;
@@ -85180,6 +85191,10 @@
<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>;
Modified: index
===================================================================
--- index 2009-10-21 08:08:38 UTC (rev 4239)
+++ index 2009-10-21 08:21:27 UTC (rev 4240)
@@ -75281,6 +75281,17 @@
<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>;
@@ -76243,6 +76254,10 @@
<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>;
Modified: source
===================================================================
--- source 2009-10-21 08:08:38 UTC (rev 4239)
+++ source 2009-10-21 08:21:27 UTC (rev 4240)
@@ -92643,6 +92643,20 @@
</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>
<td><span title="Flow content">flow</span>;
@@ -93845,6 +93859,11 @@
<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>;
<code title="attr-hyperlink-rel">area</code>;
More information about the Commit-Watchers
mailing list