[html5] r3643 - [e] (0) Remove the tabular data intro section since we're going to be adding exa [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Aug 16 19:56:33 PDT 2009


Author: ianh
Date: 2009-08-16 19:56:32 -0700 (Sun, 16 Aug 2009)
New Revision: 3643

Modified:
   index
   source
Log:
[e] (0) Remove the tabular data intro section since we're going to be adding examples all the way through the section instead.

Modified: index
===================================================================
--- index	2009-08-17 02:37:18 UTC (rev 3642)
+++ index	2009-08-17 02:56:32 UTC (rev 3643)
@@ -457,22 +457,21 @@
      <li><a href=#dimension-attributes><span class=secno>4.8.17 </span>Dimension attributes</a></ol></li>
    <li><a href=#tabular-data><span class=secno>4.9 </span>Tabular data</a>
     <ol>
-     <li><a href=#table-intro><span class=secno>4.9.1 </span>Introduction</a></li>
-     <li><a href=#the-table-element><span class=secno>4.9.2 </span>The <code>table</code> element</a></li>
-     <li><a href=#the-caption-element><span class=secno>4.9.3 </span>The <code>caption</code> element</a></li>
-     <li><a href=#the-colgroup-element><span class=secno>4.9.4 </span>The <code>colgroup</code> element</a></li>
-     <li><a href=#the-col-element><span class=secno>4.9.5 </span>The <code>col</code> element</a></li>
-     <li><a href=#the-tbody-element><span class=secno>4.9.6 </span>The <code>tbody</code> element</a></li>
-     <li><a href=#the-thead-element><span class=secno>4.9.7 </span>The <code>thead</code> element</a></li>
-     <li><a href=#the-tfoot-element><span class=secno>4.9.8 </span>The <code>tfoot</code> element</a></li>
-     <li><a href=#the-tr-element><span class=secno>4.9.9 </span>The <code>tr</code> element</a></li>
-     <li><a href=#the-td-element><span class=secno>4.9.10 </span>The <code>td</code> element</a></li>
-     <li><a href=#the-th-element><span class=secno>4.9.11 </span>The <code>th</code> element</a></li>
-     <li><a href=#attributes-common-to-td-and-th-elements><span class=secno>4.9.12 </span>Attributes common to <code>td</code> and <code>th</code> elements</a></li>
-     <li><a href=#processing-model-0><span class=secno>4.9.13 </span>Processing model</a>
+     <li><a href=#the-table-element><span class=secno>4.9.1 </span>The <code>table</code> element</a></li>
+     <li><a href=#the-caption-element><span class=secno>4.9.2 </span>The <code>caption</code> element</a></li>
+     <li><a href=#the-colgroup-element><span class=secno>4.9.3 </span>The <code>colgroup</code> element</a></li>
+     <li><a href=#the-col-element><span class=secno>4.9.4 </span>The <code>col</code> element</a></li>
+     <li><a href=#the-tbody-element><span class=secno>4.9.5 </span>The <code>tbody</code> element</a></li>
+     <li><a href=#the-thead-element><span class=secno>4.9.6 </span>The <code>thead</code> element</a></li>
+     <li><a href=#the-tfoot-element><span class=secno>4.9.7 </span>The <code>tfoot</code> element</a></li>
+     <li><a href=#the-tr-element><span class=secno>4.9.8 </span>The <code>tr</code> element</a></li>
+     <li><a href=#the-td-element><span class=secno>4.9.9 </span>The <code>td</code> element</a></li>
+     <li><a href=#the-th-element><span class=secno>4.9.10 </span>The <code>th</code> element</a></li>
+     <li><a href=#attributes-common-to-td-and-th-elements><span class=secno>4.9.11 </span>Attributes common to <code>td</code> and <code>th</code> elements</a></li>
+     <li><a href=#processing-model-0><span class=secno>4.9.12 </span>Processing model</a>
       <ol>
-       <li><a href=#forming-a-table><span class=secno>4.9.13.1 </span>Forming a table</a></li>
-       <li><a href=#header-and-data-cell-semantics><span class=secno>4.9.13.2 </span>Forming relationships between data cells and header cells</a></ol></ol></li>
+       <li><a href=#forming-a-table><span class=secno>4.9.12.1 </span>Forming a table</a></li>
+       <li><a href=#header-and-data-cell-semantics><span class=secno>4.9.12.2 </span>Forming relationships between data cells and header cells</a></ol></ol></li>
    <li><a href=#forms><span class=secno>4.10 </span>Forms</a>
     <ol>
      <li><a href=#the-form-element><span class=secno>4.10.1 </span>The <code>form</code> element</a></li>
@@ -26520,16 +26519,9 @@
 
   <h3 id=tabular-data><span class=secno>4.9 </span>Tabular data</h3>
 
-  <h4 id=table-intro><span class=secno>4.9.1 </span>Introduction</h4>
 
-  <p><i>This section is non-normative.</i></p>
+  <h4 id=the-table-element><span class=secno>4.9.1 </span>The <dfn><code>table</code></dfn> element</h4>
 
-  <p class=XXX>...examples, how to write tables accessibly, a
-  brief mention of the table model, etc...</p>
-
-
-  <h4 id=the-table-element><span class=secno>4.9.2 </span>The <dfn><code>table</code></dfn> element</h4>
-
   <dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content-0>Flow content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
@@ -27080,7 +27072,7 @@
   </ol></div>
 
 
-  <h4 id=the-caption-element><span class=secno>4.9.3 </span>The <dfn><code>caption</code></dfn> element</h4>
+  <h4 id=the-caption-element><span class=secno>4.9.2 </span>The <dfn><code>caption</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
    <dd>None.</dd>
@@ -27157,7 +27149,7 @@
 
 
 
-  <h4 id=the-colgroup-element><span class=secno>4.9.4 </span>The <dfn><code>colgroup</code></dfn> element</h4>
+  <h4 id=the-colgroup-element><span class=secno>4.9.3 </span>The <dfn><code>colgroup</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
    <dd>None.</dd>
@@ -27199,7 +27191,7 @@
   </div>
 
 
-  <h4 id=the-col-element><span class=secno>4.9.5 </span>The <dfn><code>col</code></dfn> element</h4>
+  <h4 id=the-col-element><span class=secno>4.9.4 </span>The <dfn><code>col</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
    <dd>None.</dd>
@@ -27241,7 +27233,7 @@
   </div>
 
 
-  <h4 id=the-tbody-element><span class=secno>4.9.6 </span>The <dfn><code>tbody</code></dfn> element</h4>
+  <h4 id=the-tbody-element><span class=secno>4.9.5 </span>The <dfn><code>tbody</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
    <dd>None.</dd>
@@ -27329,7 +27321,7 @@
   </div>
 
 
-  <h4 id=the-thead-element><span class=secno>4.9.7 </span>The <dfn><code>thead</code></dfn> element</h4>
+  <h4 id=the-thead-element><span class=secno>4.9.6 </span>The <dfn><code>thead</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
    <dd>None.</dd>
@@ -27360,7 +27352,7 @@
   </div>
 
 
-  <h4 id=the-tfoot-element><span class=secno>4.9.8 </span>The <dfn><code>tfoot</code></dfn> element</h4>
+  <h4 id=the-tfoot-element><span class=secno>4.9.7 </span>The <dfn><code>tfoot</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
    <dd>None.</dd>
@@ -27395,7 +27387,7 @@
   </div>
 
 
-  <h4 id=the-tr-element><span class=secno>4.9.9 </span>The <dfn><code>tr</code></dfn> element</h4>
+  <h4 id=the-tr-element><span class=secno>4.9.8 </span>The <dfn><code>tr</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
    <dd>None.</dd>
@@ -27544,7 +27536,7 @@
   </div>
 
 
-  <h4 id=the-td-element><span class=secno>4.9.10 </span>The <dfn><code>td</code></dfn> element</h4>
+  <h4 id=the-td-element><span class=secno>4.9.9 </span>The <dfn><code>td</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
    <dd><a href=#sectioning-root>Sectioning root</a>.</dd>
@@ -27572,7 +27564,7 @@
   </div>
 
 
-  <h4 id=the-th-element><span class=secno>4.9.11 </span>The <dfn><code>th</code></dfn> element</h4>
+  <h4 id=the-th-element><span class=secno>4.9.10 </span>The <dfn><code>th</code></dfn> element</h4>
 
   <dl class=element><dt>Categories</dt>
    <dd>None.</dd>
@@ -27691,7 +27683,7 @@
 
 
 
-  <h4 id=attributes-common-to-td-and-th-elements><span class=secno>4.9.12 </span>Attributes common to <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements</h4>
+  <h4 id=attributes-common-to-td-and-th-elements><span class=secno>4.9.11 </span>Attributes common to <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements</h4>
 
   <p>The <code><a href=#the-td-element>td</a></code> and <code><a href=#the-th-element>th</a></code> elements may have a <dfn id=attr-tdth-colspan title=attr-tdth-colspan><code>colspan</code></dfn> content
   attribute specified, whose value must be a <a href=#valid-non-negative-integer>valid non-negative
@@ -27789,7 +27781,7 @@
 
   <div class=impl>
 
-  <h4 id=processing-model-0><span class=secno>4.9.13 </span>Processing model</h4>
+  <h4 id=processing-model-0><span class=secno>4.9.12 </span>Processing model</h4>
 
   <p>The various table elements and their content attributes together
   define the <dfn id=table-model>table model</dfn>.</p>
@@ -27861,7 +27853,7 @@
   descendants. Documents must not have table model errors.</p>
 
 
-  <h5 id=forming-a-table><span class=secno>4.9.13.1 </span>Forming a table</h5>
+  <h5 id=forming-a-table><span class=secno>4.9.12.1 </span>Forming a table</h5>
 
   <p>To determine which elements correspond to which slots in a <a href=#concept-table title=concept-table>table</a> associated with a
   <code><a href=#the-table-element>table</a></code> element, to determine the dimensions of the table
@@ -28439,7 +28431,7 @@
 
 
 
-  <h5 id=header-and-data-cell-semantics><span class=secno>4.9.13.2 </span>Forming relationships between data cells and header cells</h5>
+  <h5 id=header-and-data-cell-semantics><span class=secno>4.9.12.2 </span>Forming relationships between data cells and header cells</h5>
 
   <p>Each cell can be assigned zero or more header cells. The
   <dfn id=algorithm-for-assigning-header-cells>algorithm for assigning header cells</dfn> to a cell <var title="">principal cell</var> is as follows.</p>

Modified: source
===================================================================
--- source	2009-08-17 02:37:18 UTC (rev 3642)
+++ source	2009-08-17 02:56:32 UTC (rev 3643)
@@ -29206,14 +29206,7 @@
 
   <h3>Tabular data</h3>
 
-  <h4 id="table-intro">Introduction</h4>
 
-  <p><i>This section is non-normative.</i></p>
-
-  <p class="XXX">...examples, how to write tables accessibly, a
-  brief mention of the table model, etc...</p>
-
-
   <h4>The <dfn><code>table</code></dfn> element</h4>
 
   <dl class="element">




More information about the Commit-Watchers mailing list