Skip to content

Commit

Permalink
[e] (0) Placeholder for index tables -- if anyone wants to volunteer …
Browse files Browse the repository at this point in the history
…to write a script to scrape this data, let me know, I'd love to help.

git-svn-id: http://svn.whatwg.org/webapps@3496 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 29, 2009
1 parent 06b943a commit 7c86efa
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 18 deletions.
81 changes: 68 additions & 13 deletions index
Expand Up @@ -71916,19 +71916,74 @@ time:empty { binding: <i title="">time</i>; }</pre>

<p><i>This section is non-normative.</i></p>

<p class=XXX>List of elements</p>

<p class=XXX>List of attributes</p>

<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>

<p class=XXX>List of events</p>


<h2 class=no-num id=references>References</h2>
<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.</p>

<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.</p>

<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>

Expand Down
120 changes: 115 additions & 5 deletions source
Expand Up @@ -84999,16 +84999,126 @@ time:empty { binding: <i title="">time</i>; }</pre>

<p><i>This section is non-normative.</i></p>

<p class="XXX">List of elements</p>
<table>
<caption>List of elements</caption>
<thead>
<tr>
<th> Element
<th> Categories
<th> Parents
<th> Children
<th> Attributes
<th> Interface
<tbody>
<tr>
<td colspan=6 class="XXX"> ...
<tr>
<td> <code>label</code>
<td> <span title="flow content">flow</span>;
<span title="form-associated element">form-associated</span>;
<span title="interactive content">interactive</span>;
<span title="phrasing content">phrasing</span>
<td> <span title="phrasing content">phrasing</span>
<td> <span title="phrasing content">phrasing</span>*
<td> <code title="attr-label-for">for</code>;
<code title="attr-fae-form">form</code>
<td> <code>HTMLLabelElement</code>
<tr>
<td colspan=6 class="XXX"> ...
</table>
<p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>

<p class="XXX">List of attributes</p>
<hr>

<p class="XXX">List of <dfn>reflecting DOM attributes</dfn> and their corresponding content attributes</p>
<table>
<caption>List of attributes</caption>
<thead>
<tr>
<th> Attribute
<th> Element(s)
<th> Value
<tbody>
<tr>
<td colspan=3 class="XXX"> ...
<tr>
<td> <code title="attr-fae-form">form</code>
<td> <code>button</code>;
<code>fieldset</code>;
<code>input</code>;
<code>keygen</code>;
<code>label</code>;
<code>object</code>;
<code>output</code>;
<code>select</code>;
<code>textarea</code>
<td> ID*
<tr>
<td colspan=3 class="XXX"> ...
</table>
<p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</p>

<hr>

<table>
<caption>List of <dfn>reflecting DOM attributes</dfn></caption>
<thead>
<tr>
<th> Interface
<th> Element(s)
<th> DOM attribute
<th> Reflects...
<tbody>
<tr>
<td colspan=4 class="XXX"> ...
<tr>
<td> <code>HTMLElement</code>
<td> <span>HTML elements</span>
<td> <code title="dom-contextMenu">contextMenu</code>
<td> <code title="attr-contextmenu">contextmenu</code>
<tr>
<td> <code>HTMLOptionElement</code>
<td> <code>option</code>
<td> <code title="dom-option-text">text</code>
<td> <code>textContent</code>
<tr>
<td colspan=4 class="XXX"> ...
</table>
<!-- include option.text; textarea.defaultValue, and other attributes that "reflect" the element's textContent -->

<p class="XXX">List of interfaces</p>
<hr>

<table>
<caption>List of interfaces for elements</caption>
<thead>
<tr>
<th> Element(s)
<th> Interface(s)
<tbody>
<tr>
<td colspan=2 class="XXX"> ...
<tr>
<td> <code>option</code>
<td> <code>HTMLOptionElement</code> : <code>HTMLElement</code>
<tr>
<td colspan=2 class="XXX"> ...
</table>

<hr>

<table>
<caption>List of events</caption>
<thead>
<tr>
<th> Event
<tbody>
<tr>
<td colspan=1 class="XXX"> ...
<tr>
<td> <code title="event-load">load</code>
<tr>
<td colspan=1 class="XXX"> ...
</table>

<p class="XXX">List of events</p>


<h2 class="no-num" id="references">References</h2>
Expand Down

0 comments on commit 7c86efa

Please sign in to comment.