[html5] r8489 - [e] (0) Update index to take into account <th sortable> Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 20 15:19:48 PST 2014


Author: ianh
Date: 2014-02-20 15:19:47 -0800 (Thu, 20 Feb 2014)
New Revision: 8489

Modified:
   complete.html
   index
   source
Log:
[e] (0) Update index to take into account <th sortable>
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-02-20 22:52:48 UTC (rev 8488)
+++ complete.html	2014-02-20 23:19:47 UTC (rev 8489)
@@ -9928,6 +9928,7 @@
 http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0A%3Cform%20action%3D%22http%3A//google.com/%22%3EX%3C/form%3E%0A%3Cscript%3E%0Avar%20evt%20%3D%20document.createEvent%28%22Events%22%29%3B%0Aevt.initEvent%28%22submit%22%2C%20true%2C%20true%29%3B%0Adocument.getElementsByTagName%28%27form%27%29%5B0%5D.dispatchEvent%28evt%29%3B%0A%3C/script%3E
 -->
 
+<!--CLEANUP-->
   <p><dfn id=interactive-content>Interactive content</dfn> is content that is specifically
   intended for user interaction.</p>
 
@@ -9945,6 +9946,7 @@
    <li><code><a href=#the-object-element>object</a></code> (if the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute is present)<!-- see also comment in <object> section --></li>
    <li><code><a href=#the-select-element>select</a></code></li>
    <li><code><a href=#the-textarea-element>textarea</a></code></li>
+   <li><a href=#sorting-interface-th-element title="sorting interface th element">sorting interface <code>th</code> elements</a>
    <li><code><a href=#the-video-element>video</a></code> (if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute is present)</li>
   </ul><h6 id=palpable-content-0><span class=secno>3.2.4.1.8 </span>Palpable content</h6>
 
@@ -100721,7 +100723,7 @@
     <tr><th><code><a href=#the-style-element>style</a></code></th>
      <td>Embedded styling information</td>
      <td><a href=#metadata-content title="Metadata content">metadata</a>;
-         <a href=#flow-content title="Flow content">flow</a></td>
+         <a href=#flow-content title="Flow content">flow</a>*</td>
      <td><code><a href=#the-head-element>head</a></code>;
          <code><a href=#the-noscript-element>noscript</a></code>*;
          <a href=#flow-content title="flow content">flow</a>*</td>
@@ -100841,7 +100843,7 @@
      <td><code><a href=#htmltablesectionelement>HTMLTableSectionElement</a></code></td>
     <tr><th><code><a href=#the-th-element>th</a></code></th>
      <td>Table header cell</td>
-     <td>none</td>
+     <td><a href=#interactive-content title="Interactive content">interactive</a>*</td>
      <td><code><a href=#the-tr-element>tr</a></code>;
          <code><a href=#the-template-element>template</a></code></td>
      <td><a href=#flow-content title="Flow content">flow</a>*</td>
@@ -101191,12 +101193,13 @@
       <code><a href=#the-keygen-element>keygen</a></code>;
       <code><a href=#the-label-element>label</a></code>;
       <code><a href=#the-select-element>select</a></code>;
-      <code><a href=#the-textarea-element>textarea</a></code>;
+      <code><a href=#the-textarea-element>textarea</a></code>
      <td>
       <code><a href=#the-audio-element>audio</a></code> (if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute is present);
       <code><a href=#the-img-element>img</a></code> (if the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute is present);
       <code><a href=#the-input-element>input</a></code> (if the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is <em>not</em> in the <a href="#hidden-state-(type=hidden)" title=attr-input-type-hidden>Hidden</a> state);
       <code><a href=#the-object-element>object</a></code> (if the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute is present)<!-- see also comment in <object> section -->;
+      <code><a href=#the-th-element>th</a></code> (for <a href=#sorting-interface-th-element title="sorting interface th element">sorting interface <code>th</code> elements</a>)
       <code><a href=#the-video-element>video</a></code> (if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute is present)
 
     <tr><td> <a href=#sectioning-root title="sectioning root">Sectioning roots</a>

Modified: index
===================================================================
--- index	2014-02-20 22:52:48 UTC (rev 8488)
+++ index	2014-02-20 23:19:47 UTC (rev 8489)
@@ -9928,6 +9928,7 @@
 http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0A%3Cform%20action%3D%22http%3A//google.com/%22%3EX%3C/form%3E%0A%3Cscript%3E%0Avar%20evt%20%3D%20document.createEvent%28%22Events%22%29%3B%0Aevt.initEvent%28%22submit%22%2C%20true%2C%20true%29%3B%0Adocument.getElementsByTagName%28%27form%27%29%5B0%5D.dispatchEvent%28evt%29%3B%0A%3C/script%3E
 -->
 
+<!--CLEANUP-->
   <p><dfn id=interactive-content>Interactive content</dfn> is content that is specifically
   intended for user interaction.</p>
 
@@ -9945,6 +9946,7 @@
    <li><code><a href=#the-object-element>object</a></code> (if the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute is present)<!-- see also comment in <object> section --></li>
    <li><code><a href=#the-select-element>select</a></code></li>
    <li><code><a href=#the-textarea-element>textarea</a></code></li>
+   <li><a href=#sorting-interface-th-element title="sorting interface th element">sorting interface <code>th</code> elements</a>
    <li><code><a href=#the-video-element>video</a></code> (if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute is present)</li>
   </ul><h6 id=palpable-content-0><span class=secno>3.2.4.1.8 </span>Palpable content</h6>
 
@@ -100721,7 +100723,7 @@
     <tr><th><code><a href=#the-style-element>style</a></code></th>
      <td>Embedded styling information</td>
      <td><a href=#metadata-content title="Metadata content">metadata</a>;
-         <a href=#flow-content title="Flow content">flow</a></td>
+         <a href=#flow-content title="Flow content">flow</a>*</td>
      <td><code><a href=#the-head-element>head</a></code>;
          <code><a href=#the-noscript-element>noscript</a></code>*;
          <a href=#flow-content title="flow content">flow</a>*</td>
@@ -100841,7 +100843,7 @@
      <td><code><a href=#htmltablesectionelement>HTMLTableSectionElement</a></code></td>
     <tr><th><code><a href=#the-th-element>th</a></code></th>
      <td>Table header cell</td>
-     <td>none</td>
+     <td><a href=#interactive-content title="Interactive content">interactive</a>*</td>
      <td><code><a href=#the-tr-element>tr</a></code>;
          <code><a href=#the-template-element>template</a></code></td>
      <td><a href=#flow-content title="Flow content">flow</a>*</td>
@@ -101191,12 +101193,13 @@
       <code><a href=#the-keygen-element>keygen</a></code>;
       <code><a href=#the-label-element>label</a></code>;
       <code><a href=#the-select-element>select</a></code>;
-      <code><a href=#the-textarea-element>textarea</a></code>;
+      <code><a href=#the-textarea-element>textarea</a></code>
      <td>
       <code><a href=#the-audio-element>audio</a></code> (if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute is present);
       <code><a href=#the-img-element>img</a></code> (if the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute is present);
       <code><a href=#the-input-element>input</a></code> (if the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is <em>not</em> in the <a href="#hidden-state-(type=hidden)" title=attr-input-type-hidden>Hidden</a> state);
       <code><a href=#the-object-element>object</a></code> (if the <code title=attr-hyperlink-usemap><a href=#attr-hyperlink-usemap>usemap</a></code> attribute is present)<!-- see also comment in <object> section -->;
+      <code><a href=#the-th-element>th</a></code> (for <a href=#sorting-interface-th-element title="sorting interface th element">sorting interface <code>th</code> elements</a>)
       <code><a href=#the-video-element>video</a></code> (if the <code title=attr-media-controls><a href=#attr-media-controls>controls</a></code> attribute is present)
 
     <tr><td> <a href=#sectioning-root title="sectioning root">Sectioning roots</a>

Modified: source
===================================================================
--- source	2014-02-20 22:52:48 UTC (rev 8488)
+++ source	2014-02-20 23:19:47 UTC (rev 8489)
@@ -9741,6 +9741,7 @@
 http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0A%3Cform%20action%3D%22http%3A//google.com/%22%3EX%3C/form%3E%0A%3Cscript%3E%0Avar%20evt%20%3D%20document.createEvent%28%22Events%22%29%3B%0Aevt.initEvent%28%22submit%22%2C%20true%2C%20true%29%3B%0Adocument.getElementsByTagName%28%27form%27%29%5B0%5D.dispatchEvent%28evt%29%3B%0A%3C/script%3E
 -->
 
+<!--CLEANUP-->
   <p><dfn>Interactive content</dfn> is content that is specifically
   intended for user interaction.</p>
 
@@ -9759,6 +9760,7 @@
    <li><code>object</code> (if the <code data-x="attr-hyperlink-usemap">usemap</code> attribute is present)<!-- see also comment in <object> section --></li>
    <li><code>select</code></li>
    <li><code>textarea</code></li>
+   <li><span data-x="sorting interface th element">sorting interface <code>th</code> elements</span>
    <li><code>video</code> (if the <code data-x="attr-media-controls">controls</code> attribute is present)</li>
   </ul>
 
@@ -112408,7 +112410,7 @@
      <th><code>style</code></th>
      <td>Embedded styling information</td>
      <td><span data-x="Metadata content">metadata</span>;
-         <span data-x="Flow content">flow</span></td>
+         <span data-x="Flow content">flow</span>*</td>
      <td><code>head</code>;
          <code>noscript</code>*;
          <span data-x="flow content">flow</span>*</td>
@@ -112558,7 +112560,7 @@
     <tr>
      <th><code>th</code></th>
      <td>Table header cell</td>
-     <td>none</td>
+     <td><span data-x="Interactive content">interactive</span>*</td>
      <td><code>tr</code>;
          <code>template</code></td>
      <td><span data-x="Flow content">flow</span>*</td>
@@ -112953,12 +112955,13 @@
       <code>keygen</code>;
       <code>label</code>;
       <code>select</code>;
-      <code>textarea</code>;
+      <code>textarea</code>
      <td>
       <code>audio</code> (if the <code data-x="attr-media-controls">controls</code> attribute is present);
       <code>img</code> (if the <code data-x="attr-hyperlink-usemap">usemap</code> attribute is present);
       <code>input</code> (if the <code data-x="attr-input-type">type</code> attribute is <em>not</em> in the <span data-x="attr-input-type-hidden">Hidden</span> state);
       <code>object</code> (if the <code data-x="attr-hyperlink-usemap">usemap</code> attribute is present)<!-- see also comment in <object> section -->;
+      <code>th</code> (for <span data-x="sorting interface th element">sorting interface <code>th</code> elements</span>)
       <code>video</code> (if the <code data-x="attr-media-controls">controls</code> attribute is present)
 
     <tr>




More information about the Commit-Watchers mailing list