[html5] r8321 - [e] (0) Missed some attributes from the index Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 2 15:04:41 PST 2013


Author: ianh
Date: 2013-12-02 15:04:39 -0800 (Mon, 02 Dec 2013)
New Revision: 8321

Modified:
   complete.html
   index
   source
Log:
[e] (0) Missed some attributes from the index
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-12-02 20:27:10 UTC (rev 8320)
+++ complete.html	2013-12-02 23:04:39 UTC (rev 8321)
@@ -33156,7 +33156,7 @@
    <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> — 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> {
@@ -98278,6 +98278,7 @@
          <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>;
@@ -98784,7 +98785,8 @@
          <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>
@@ -98838,6 +98840,7 @@
          <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>;
@@ -99998,6 +100001,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="">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>

Modified: index
===================================================================
--- index	2013-12-02 20:27:10 UTC (rev 8320)
+++ index	2013-12-02 23:04:39 UTC (rev 8321)
@@ -33156,7 +33156,7 @@
    <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> — 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> {
@@ -98278,6 +98278,7 @@
          <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>;
@@ -98784,7 +98785,8 @@
          <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>
@@ -98838,6 +98840,7 @@
          <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>;
@@ -99998,6 +100001,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="">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>

Modified: source
===================================================================
--- source	2013-12-02 20:27:10 UTC (rev 8320)
+++ source	2013-12-02 23:04:39 UTC (rev 8321)
@@ -109522,6 +109522,7 @@
          <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>;
@@ -110157,7 +110158,8 @@
          <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>
 
@@ -110223,6 +110225,7 @@
          <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>;
@@ -111571,6 +111574,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="">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>
      <td> <span>Column sort direction</span> and <span data-x="column key ordinality">ordinality</span>




More information about the Commit-Watchers mailing list