Skip to content

Commit

Permalink
[e] (0) Remove the tabular data intro section since we're going to be…
Browse files Browse the repository at this point in the history
… adding examples all the way through the section instead.

git-svn-id: http://svn.whatwg.org/webapps@3643 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 17, 2009
1 parent 7e32b96 commit 05356b7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 43 deletions.
64 changes: 28 additions & 36 deletions index
Expand Up @@ -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>
Expand Down Expand Up @@ -26520,15 +26519,8 @@ function AddCloud(data, x, y) { ... }</pre>

<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>

<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>
<h4 id=the-table-element><span class=secno>4.9.1 </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>
Expand Down Expand Up @@ -27080,7 +27072,7 @@ side in the right column.&lt;/p&gt;
</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>
Expand Down Expand Up @@ -27157,7 +27149,7 @@ the cell that corresponds to the values of the two dice.



<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>
Expand Down Expand Up @@ -27199,7 +27191,7 @@ the cell that corresponds to the values of the two dice.
</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>
Expand Down Expand Up @@ -27241,7 +27233,7 @@ the cell that corresponds to the values of the two dice.
</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>
Expand Down Expand Up @@ -27329,7 +27321,7 @@ the cell that corresponds to the values of the two dice.
</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>
Expand Down Expand Up @@ -27360,7 +27352,7 @@ the cell that corresponds to the values of the two dice.
</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>
Expand Down Expand Up @@ -27395,7 +27387,7 @@ the cell that corresponds to the values of the two dice.
</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>
Expand Down Expand Up @@ -27544,7 +27536,7 @@ the cell that corresponds to the values of the two dice.
</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>
Expand Down Expand Up @@ -27572,7 +27564,7 @@ the cell that corresponds to the values of the two dice.
</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>
Expand Down Expand Up @@ -27691,7 +27683,7 @@ the cell that corresponds to the values of the two dice.



<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
Expand Down Expand Up @@ -27789,7 +27781,7 @@ the cell that corresponds to the values of the two dice.

<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>
Expand Down Expand Up @@ -27861,7 +27853,7 @@ the cell that corresponds to the values of the two dice.
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
Expand Down Expand Up @@ -28439,7 +28431,7 @@ the cell that corresponds to the values of the two dice.



<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>
Expand Down
7 changes: 0 additions & 7 deletions source
Expand Up @@ -29206,13 +29206,6 @@ function AddCloud(data, x, y) { ... }</pre>

<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>

Expand Down

0 comments on commit 05356b7

Please sign in to comment.