- From: poot <cvsmail@w3.org>
- Date: Thu, 30 Jul 2009 08:10:01 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Placeholder for index tables -- if anyone wants to volunteer to write a script to scrape this data, let me know, I'd love to help. (whatwg r3496) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2694&r2=1.2695&f=h http://html5.org/tools/web-apps-tracker?from=3495&to=3496 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2694 retrieving revision 1.2695 diff -u -d -r1.2694 -r1.2695 --- Overview.html 29 Jul 2009 08:40:41 -0000 1.2694 +++ Overview.html 29 Jul 2009 23:09:23 -0000 1.2695 @@ -65644,7 +65644,70 @@ implements the <code><a href="#window">Window</a></code> interface. The other views can be reached using the <code><a href="#view">view</a></code> attribute of the <code>UIEvent</code> interface, during event propagation. There is no - way currently to enumerate all the views.</p><!-- XXX examples! --><h2 class="no-num" id="index">Index</h2><p><i>This section is non-normative.</i><p class="XXX">List of elements<p class="XXX">List of attributes<p class="XXX">List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn> and their corresponding content attributes</p><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><p class="XXX">List of interfaces<p class="XXX">List of events<h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!-- REFS + way currently to enumerate all the views.</p><!-- XXX examples! --><h2 class="no-num" id="index">Index</h2><p><i>This section is non-normative.</i><table><caption>List of elements</caption> + <thead><tr><th> Element + <th> Categories + <th> Parents + <th> Children + <th> Attributes + <th> Interface + <tbody><tr><td class="XXX" colspan="6"> ... + <tr><td> <code><a href="#the-label-element">label</a></code> + <td> <a href="#flow-content-0" title="flow content">flow</a>; + <a href="#form-associated-element" title="form-associated element">form-associated</a>; + <a href="#interactive-content-0" title="interactive content">interactive</a>; + <a href="#phrasing-content-0" title="phrasing content">phrasing</a> + <td> <a href="#phrasing-content-0" title="phrasing content">phrasing</a> + <td> <a href="#phrasing-content-0" title="phrasing content">phrasing</a>* + <td> <code title="attr-label-for"><a href="#attr-label-for">for</a></code>; + <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> + <td> <code><a href="#htmllabelelement">HTMLLabelElement</a></code> + <tr><td class="XXX" colspan="6"> ... + </table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.<hr><table><caption>List of attributes</caption> + <thead><tr><th> Attribute + <th> Element(s) + <th> Value + <tbody><tr><td class="XXX" colspan="3"> ... + <tr><td> <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> + <td> <code><a href="#the-button-element">button</a></code>; + <code><a href="#the-fieldset-element">fieldset</a></code>; + <code><a href="#the-input-element">input</a></code>; + <code><a href="#the-keygen-element">keygen</a></code>; + <code><a href="#the-label-element">label</a></code>; + <code><a href="#the-object-element">object</a></code>; + <code><a href="#the-output-element">output</a></code>; + <code><a href="#the-select-element">select</a></code>; + <code><a href="#the-textarea-element">textarea</a></code> + <td> ID* + <tr><td class="XXX" colspan="3"> ... + </table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.<hr><table><caption>List of <dfn id="reflecting-dom-attributes">reflecting DOM attributes</dfn></caption> + <thead><tr><th> Interface + <th> Element(s) + <th> DOM attribute + <th> Reflects... + <tbody><tr><td class="XXX" colspan="4"> ... + <tr><td> <code><a href="#htmlelement">HTMLElement</a></code> + <td> <a href="#html-elements">HTML elements</a> + <td> <code title="dom-contextMenu"><a href="#dom-contextmenu">contextMenu</a></code> + <td> <code title="attr-contextmenu"><a href="#attr-contextmenu">contextmenu</a></code> + <tr><td> <code><a href="#htmloptionelement">HTMLOptionElement</a></code> + <td> <code><a href="#the-option-element">option</a></code> + <td> <code title="dom-option-text"><a href="#dom-option-text">text</a></code> + <td> <code>textContent</code> + <tr><td class="XXX" colspan="4"> ... + </table><!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent --><hr><table><caption>List of interfaces for elements</caption> + <thead><tr><th> Element(s) + <th> Interface(s) + <tbody><tr><td class="XXX" colspan="2"> ... + <tr><td> <code><a href="#the-option-element">option</a></code> + <td> <code><a href="#htmloptionelement">HTMLOptionElement</a></code> : <code><a href="#htmlelement">HTMLElement</a></code> + <tr><td class="XXX" colspan="2"> ... + </table><hr><table><caption>List of events</caption> + <thead><tr><th> Event + <tbody><tr><td class="XXX" colspan="1"> ... + <tr><td> <code title="event-load"><a href="#event-load">load</a></code> + <tr><td class="XXX" colspan="1"> ... + </table><h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!-- REFS [ABNF] http://www.ietf.org/rfc/std/std68.txt [BEZIER] Paul de Casteljau, Courbes à pôles, INPI, 1959
Received on Wednesday, 29 July 2009 23:10:40 UTC