- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 17:08:58 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Add <itemref> to the index. (whatwg r4240) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3385&r2=1.3386&f=h http://html5.org/tools/web-apps-tracker?from=4239&to=4240 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3385 retrieving revision 1.3386 diff -u -d -r1.3385 -r1.3386 --- Overview.html 21 Oct 2009 07:55:58 -0000 1.3385 +++ Overview.html 21 Oct 2009 08:08:45 -0000 1.3386 @@ -68672,6 +68672,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>; @@ -69627,6 +69638,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>;
Received on Wednesday, 21 October 2009 08:09:29 UTC