[html5] r8256 - [e] (0) Add sorted='' to the index. Fixing https://www.w3.org/Bugs/Public/show_b [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 6 12:32:44 PST 2013


Author: ianh
Date: 2013-11-06 12:32:38 -0800 (Wed, 06 Nov 2013)
New Revision: 8256

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add sorted='' to the index.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23730
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-11-06 20:23:24 UTC (rev 8255)
+++ complete.html	2013-11-06 20:32:38 UTC (rev 8256)
@@ -34338,7 +34338,7 @@
    <dd><code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> — The header cells for this cell</dd>
    <dd><code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> — Specifies which cells the header cell applies to</dd>
    <dd><code title=attr-th-abbr><a href=#attr-th-abbr>abbr</a></code> — 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> — <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> {
@@ -98408,6 +98408,7 @@
          <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>
@@ -99534,6 +99535,10 @@
      <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>

Modified: index
===================================================================
--- index	2013-11-06 20:23:24 UTC (rev 8255)
+++ index	2013-11-06 20:32:38 UTC (rev 8256)
@@ -34338,7 +34338,7 @@
    <dd><code title=attr-tdth-headers><a href=#attr-tdth-headers>headers</a></code> — The header cells for this cell</dd>
    <dd><code title=attr-th-scope><a href=#attr-th-scope>scope</a></code> — Specifies which cells the header cell applies to</dd>
    <dd><code title=attr-th-abbr><a href=#attr-th-abbr>abbr</a></code> — 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> — <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> {
@@ -98408,6 +98408,7 @@
          <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>
@@ -99534,6 +99535,10 @@
      <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>

Modified: source
===================================================================
--- source	2013-11-06 20:23:24 UTC (rev 8255)
+++ source	2013-11-06 20:32:38 UTC (rev 8256)
@@ -109710,6 +109710,7 @@
          <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>
@@ -111017,6 +111018,11 @@
      <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>;
           <code data-x="attr-colgroup-span">colgroup</code>




More information about the Commit-Watchers mailing list