Skip to content

Commit

Permalink
[e] (0) Add sorted='' to the index.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23730
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8256 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 6, 2013
1 parent e4e3e9f commit 0508fe7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion complete.html
Expand Up @@ -34338,7 +34338,7 @@ <h4 id=the-th-element><span class=secno>4.9.10 </span>The <dfn><code>th</code></
<dd><code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> &mdash; The header cells for this cell</dd>
<dd><code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> &mdash; Specifies which cells the header cell applies to</dd>
<dd><code title=attr-th-abbr><a href=#attr-th-abbr>abbr</a></code> &mdash; Alternative label to use for the header cell when referencing the cell in other contexts</dd>
<dd><code title=attr-th-sorted><a href=#attr-th-sorted>sorted</a></code></dd>
<dd><code title=attr-th-sorted><a href=#attr-th-sorted>sorted</a></code> &mdash; <a href=#column-sort-direction>Column sort direction</a> and <a href=#column-key-ordinality title="column key ordinality">ordinality</a></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=htmltableheadercellelement>HTMLTableHeaderCellElement</dfn> : <a href=#htmltablecellelement>HTMLTableCellElement</a> {
Expand Down Expand Up @@ -98408,6 +98408,7 @@ <h3 class=no-num id=elements-1>Elements</h3>
<code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code>;
<code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code>;
<code title=attr-th-scope><a href=#attr-th-scope>scope</a></code>;
<code title=attr-th-sorted><a href=#attr-th-sorted>sorted</a></code>;
<code title=attr-th-abbr><a href=#attr-th-abbr>abbr</a></code></td>
<td><code><a href=#htmltableheadercellelement>HTMLTableHeaderCellElement</a></code></td>
<tr><th><code><a href=#the-thead-element>thead</a></code></th>
Expand Down Expand Up @@ -99534,6 +99535,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="">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>
<td> <a href=#set-of-space-separated-tokens>Set of space-separated tokens</a>, <a href=#ascii-case-insensitive>ASCII case-insensitive</a>, consisting of neither, one, or both of "<code title=attr-th-sorted-reversed><a href=#attr-th-sorted-reversed>reversed</a></code>" and a <a href=#valid-non-negative-integer>valid non-negative integer</a> greater than zero
<tr><th> <code title="">span</code>
<td> <code title=attr-col-span><a href=#attr-col-span>col</a></code>;
<code title=attr-colgroup-span><a href=#attr-colgroup-span>colgroup</a></code>
Expand Down
7 changes: 6 additions & 1 deletion index
Expand Up @@ -34338,7 +34338,7 @@ the cell that corresponds to the values of the two dice.
<dd><code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> &mdash; The header cells for this cell</dd>
<dd><code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> &mdash; Specifies which cells the header cell applies to</dd>
<dd><code title=attr-th-abbr><a href=#attr-th-abbr>abbr</a></code> &mdash; Alternative label to use for the header cell when referencing the cell in other contexts</dd>
<dd><code title=attr-th-sorted><a href=#attr-th-sorted>sorted</a></code></dd>
<dd><code title=attr-th-sorted><a href=#attr-th-sorted>sorted</a></code> &mdash; <a href=#column-sort-direction>Column sort direction</a> and <a href=#column-key-ordinality title="column key ordinality">ordinality</a></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=htmltableheadercellelement>HTMLTableHeaderCellElement</dfn> : <a href=#htmltablecellelement>HTMLTableCellElement</a> {
Expand Down Expand Up @@ -98408,6 +98408,7 @@ if (s = prompt('What is your name?')) {
<code title=attr-tdth-rowspan><a href=#attr-tdth-rowspan>rowspan</a></code>;
<code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code>;
<code title=attr-th-scope><a href=#attr-th-scope>scope</a></code>;
<code title=attr-th-sorted><a href=#attr-th-sorted>sorted</a></code>;
<code title=attr-th-abbr><a href=#attr-th-abbr>abbr</a></code></td>
<td><code><a href=#htmltableheadercellelement>HTMLTableHeaderCellElement</a></code></td>
<tr><th><code><a href=#the-thead-element>thead</a></code></th>
Expand Down Expand Up @@ -99534,6 +99535,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="">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>
<td> <a href=#set-of-space-separated-tokens>Set of space-separated tokens</a>, <a href=#ascii-case-insensitive>ASCII case-insensitive</a>, consisting of neither, one, or both of "<code title=attr-th-sorted-reversed><a href=#attr-th-sorted-reversed>reversed</a></code>" and a <a href=#valid-non-negative-integer>valid non-negative integer</a> greater than zero
<tr><th> <code title="">span</code>
<td> <code title=attr-col-span><a href=#attr-col-span>col</a></code>;
<code title=attr-colgroup-span><a href=#attr-colgroup-span>colgroup</a></code>
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -109710,6 +109710,7 @@ if (s = prompt('What is your name?')) {
<code data-x="attr-tdth-rowspan">rowspan</code>;
<code data-x="attr-tdth-headers">headers</code>;
<code data-x="attr-th-scope">scope</code>;
<code data-x="attr-th-sorted">sorted</code>;
<code data-x="attr-th-abbr">abbr</code></td>
<td><code>HTMLTableHeaderCellElement</code></td>
</tr>
Expand Down Expand Up @@ -111016,6 +111017,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="">sorted</code>
<td> <code data-x="attr-th-sorted">th</code>
<td> <span>Column sort direction</span> and <span data-x="column key ordinality">ordinality</span>
<td> <span>Set of space-separated tokens</span>, <span>ASCII case-insensitive</span>, consisting of neither, one, or both of "<code data-x="attr-th-sorted-reversed">reversed</code>" and a <span>valid non-negative integer</span> greater than zero
<tr>
<th> <code data-x="">span</code>
<td> <code data-x="attr-col-span">col</code>;
Expand Down

0 comments on commit 0508fe7

Please sign in to comment.