Skip to content

Commit

Permalink
[e] (0) Missed some attributes from the index
Browse files Browse the repository at this point in the history
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8321 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 2, 2013
1 parent 4ce1828 commit cb73d55
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
11 changes: 9 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -33156,7 +33156,7 @@ <h4 id=the-table-element><span class=secno>4.9.1 </span>The <dfn><code>table</co
<dd>Neither tag is omissible.</dd>
<dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-table-sortable><a href=#attr-table-sortable>sortable</a></code></dd>
<dd><code title=attr-table-sortable><a href=#attr-table-sortable>sortable</a></code> &mdash; Enables a sorting interface for the table</dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
<dd>
<pre class=idl>interface <dfn id=htmltableelement>HTMLTableElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
Expand Down Expand Up @@ -98278,6 +98278,7 @@ <h3 class=no-num id=elements-1>Elements</h3>
<code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>;
<code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>;
<code title=attr-dim-height><a href=#attr-dim-height>height</a></code>;
<code title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code>;
<code title=attr-input-list><a href=#attr-input-list>list</a></code>;
<code title=attr-input-max><a href=#attr-input-max>max</a></code>;
<code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>;
Expand Down Expand Up @@ -98784,7 +98785,8 @@ <h3 class=no-num id=elements-1>Elements</h3>
<code><a href=#the-tfoot-element>tfoot</a></code>*;
<code><a href=#the-tr-element>tr</a></code>*;
<a href=#script-supporting-elements>script-supporting elements</a></td>
<td><a href=#global-attributes title="global attributes">globals</a></td>
<td><a href=#global-attributes title="global attributes">globals</a>;
<code title=attr-table-sortable><a href=#attr-table-sortable>sortable</a></code></td>
<td><code><a href=#htmltableelement>HTMLTableElement</a></code></td>
<tr><th><code><a href=#the-tbody-element>tbody</a></code></th>
<td>Group of rows in a table</td>
Expand Down Expand Up @@ -98838,6 +98840,7 @@ <h3 class=no-num id=elements-1>Elements</h3>
<code title=attr-fe-dirname><a href=#attr-fe-dirname>dirname</a></code>;
<code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>form</a></code>;
<code title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code>;
<code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code>;
<code title=attr-textarea-minlength><a href=#attr-textarea-minlength>minlength</a></code>;
<code title=attr-fe-name><a href=#attr-fe-name>name</a></code>;
Expand Down Expand Up @@ -99998,6 +100001,10 @@ <h3 class=no-num id=element-content-categories>Element content categories</h3>
<td> <code title=attr-link-sizes><a href=#attr-link-sizes>link</a></code>
<td> Sizes of the icons (for <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code>="<code title=rel-icon><a href=#rel-icon>icon</a></code>")
<td> <a href=#unordered-set-of-unique-space-separated-tokens>Unordered set of unique space-separated tokens</a>, <a href=#ascii-case-insensitive>ASCII case-insensitive</a>, consisting of sizes*
<tr><th> <code title="">sortable</code>
<td> <code title=attr-table-sortable><a href=#attr-table-sortable>table</a></code>
<td> Enables a sorting interface for the table
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">sorted</code>
<td> <code title=attr-th-sorted><a href=#attr-th-sorted>th</a></code>
<td> <a href=#column-sort-direction>Column sort direction</a> and <a href=#column-key-ordinality title="column key ordinality">ordinality</a>
Expand Down
11 changes: 9 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -33156,7 +33156,7 @@ dictionary <dfn id=trackeventinit>TrackEventInit</dfn> : <a href=#eventinit>Even
<dd>Neither tag is omissible.</dd>
<dt><a href=#element-dfn-attributes title=element-dfn-attributes>Content attributes</a>:</dt>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dd><code title=attr-table-sortable><a href=#attr-table-sortable>sortable</a></code></dd>
<dd><code title=attr-table-sortable><a href=#attr-table-sortable>sortable</a></code> &mdash; Enables a sorting interface for the table</dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
<dd>
<pre class=idl>interface <dfn id=htmltableelement>HTMLTableElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
Expand Down Expand Up @@ -98278,6 +98278,7 @@ if (s = prompt('What is your name?')) {
<code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>;
<code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>;
<code title=attr-dim-height><a href=#attr-dim-height>height</a></code>;
<code title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code>;
<code title=attr-input-list><a href=#attr-input-list>list</a></code>;
<code title=attr-input-max><a href=#attr-input-max>max</a></code>;
<code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>;
Expand Down Expand Up @@ -98784,7 +98785,8 @@ if (s = prompt('What is your name?')) {
<code><a href=#the-tfoot-element>tfoot</a></code>*;
<code><a href=#the-tr-element>tr</a></code>*;
<a href=#script-supporting-elements>script-supporting elements</a></td>
<td><a href=#global-attributes title="global attributes">globals</a></td>
<td><a href=#global-attributes title="global attributes">globals</a>;
<code title=attr-table-sortable><a href=#attr-table-sortable>sortable</a></code></td>
<td><code><a href=#htmltableelement>HTMLTableElement</a></code></td>
<tr><th><code><a href=#the-tbody-element>tbody</a></code></th>
<td>Group of rows in a table</td>
Expand Down Expand Up @@ -98838,6 +98840,7 @@ if (s = prompt('What is your name?')) {
<code title=attr-fe-dirname><a href=#attr-fe-dirname>dirname</a></code>;
<code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code>;
<code title=attr-fae-form><a href=#attr-fae-form>form</a></code>;
<code title=attr-fe-inputmode><a href=#attr-fe-inputmode>inputmode</a></code>;
<code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code>;
<code title=attr-textarea-minlength><a href=#attr-textarea-minlength>minlength</a></code>;
<code title=attr-fe-name><a href=#attr-fe-name>name</a></code>;
Expand Down Expand Up @@ -99998,6 +100001,10 @@ if (s = prompt('What is your name?')) {
<td> <code title=attr-link-sizes><a href=#attr-link-sizes>link</a></code>
<td> Sizes of the icons (for <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code>="<code title=rel-icon><a href=#rel-icon>icon</a></code>")
<td> <a href=#unordered-set-of-unique-space-separated-tokens>Unordered set of unique space-separated tokens</a>, <a href=#ascii-case-insensitive>ASCII case-insensitive</a>, consisting of sizes*
<tr><th> <code title="">sortable</code>
<td> <code title=attr-table-sortable><a href=#attr-table-sortable>table</a></code>
<td> Enables a sorting interface for the table
<td> <a href=#boolean-attribute>Boolean attribute</a>
<tr><th> <code title="">sorted</code>
<td> <code title=attr-th-sorted><a href=#attr-th-sorted>th</a></code>
<td> <a href=#column-sort-direction>Column sort direction</a> and <a href=#column-key-ordinality title="column key ordinality">ordinality</a>
Expand Down
10 changes: 9 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -109522,6 +109522,7 @@ if (s = prompt('What is your name?')) {
<code data-x="attr-fs-formnovalidate">formnovalidate</code>;
<code data-x="attr-fs-formtarget">formtarget</code>;
<code data-x="attr-dim-height">height</code>;
<code data-x="attr-fe-inputmode">inputmode</code>;
<code data-x="attr-input-list">list</code>;
<code data-x="attr-input-max">max</code>;
<code data-x="attr-input-maxlength">maxlength</code>;
Expand Down Expand Up @@ -110157,7 +110158,8 @@ if (s = prompt('What is your name?')) {
<code>tfoot</code>*;
<code>tr</code>*;
<span>script-supporting elements</span></td>
<td><span data-x="global attributes">globals</span></td>
<td><span data-x="global attributes">globals</span>;
<code data-x="attr-table-sortable">sortable</code></td>
<td><code>HTMLTableElement</code></td>
</tr>

Expand Down Expand Up @@ -110223,6 +110225,7 @@ if (s = prompt('What is your name?')) {
<code data-x="attr-fe-dirname">dirname</code>;
<code data-x="attr-fe-disabled">disabled</code>;
<code data-x="attr-fae-form">form</code>;
<code data-x="attr-fe-inputmode">inputmode</code>;
<code data-x="attr-textarea-maxlength">maxlength</code>;
<code data-x="attr-textarea-minlength">minlength</code>;
<code data-x="attr-fe-name">name</code>;
Expand Down Expand Up @@ -111570,6 +111573,11 @@ if (s = prompt('What is your name?')) {
<td> <code data-x="attr-link-sizes">link</code>
<td> Sizes of the icons (for <code data-x="attr-link-rel">rel</code>="<code data-x="rel-icon">icon</code>")
<td> <span>Unordered set of unique space-separated tokens</span>, <span>ASCII case-insensitive</span>, consisting of sizes*
<tr>
<th> <code data-x="">sortable</code>
<td> <code data-x="attr-table-sortable">table</code>
<td> Enables a sorting interface for the table
<td> <span>Boolean attribute</span>
<tr>
<th> <code data-x="">sorted</code>
<td> <code data-x="attr-th-sorted">th</code>
Expand Down

0 comments on commit cb73d55

Please sign in to comment.