Skip to content

Commit

Permalink
[e] (0) Make intro sections non-normative; placeholder for a tabluar …
Browse files Browse the repository at this point in the history
…data intro section.

git-svn-id: http://svn.whatwg.org/webapps@1385 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 23, 2008
1 parent 66072de commit 7232f92
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 28 deletions.
71 changes: 43 additions & 28 deletions index
Expand Up @@ -731,47 +731,50 @@

<li><a href="#tabular"><span class=secno>3.13 </span>Tabular data</a>
<ul class=toc>
<li><a href="#the-table"><span class=secno>3.13.1 </span>The
<li><a href="#semantics-intro"><span class=secno>3.13.1
</span>Introduction</a>

<li><a href="#the-table"><span class=secno>3.13.2 </span>The
<code>table</code> element</a>

<li><a href="#the-caption"><span class=secno>3.13.2 </span>The
<li><a href="#the-caption"><span class=secno>3.13.3 </span>The
<code>caption</code> element</a>

<li><a href="#the-colgroup"><span class=secno>3.13.3 </span>The
<li><a href="#the-colgroup"><span class=secno>3.13.4 </span>The
<code>colgroup</code> element</a>

<li><a href="#the-col"><span class=secno>3.13.4 </span>The
<li><a href="#the-col"><span class=secno>3.13.5 </span>The
<code>col</code> element</a>

<li><a href="#the-tbody"><span class=secno>3.13.5 </span>The
<li><a href="#the-tbody"><span class=secno>3.13.6 </span>The
<code>tbody</code> element</a>

<li><a href="#the-thead"><span class=secno>3.13.6 </span>The
<li><a href="#the-thead"><span class=secno>3.13.7 </span>The
<code>thead</code> element</a>

<li><a href="#the-tfoot"><span class=secno>3.13.7 </span>The
<li><a href="#the-tfoot"><span class=secno>3.13.8 </span>The
<code>tfoot</code> element</a>

<li><a href="#the-tr"><span class=secno>3.13.8 </span>The
<li><a href="#the-tr"><span class=secno>3.13.9 </span>The
<code>tr</code> element</a>

<li><a href="#the-td"><span class=secno>3.13.9 </span>The
<li><a href="#the-td"><span class=secno>3.13.10 </span>The
<code>td</code> element</a>

<li><a href="#the-th"><span class=secno>3.13.10 </span>The
<li><a href="#the-th"><span class=secno>3.13.11 </span>The
<code>th</code> element</a>

<li><a href="#attributes0"><span class=secno>3.13.11 </span>Attributes
<li><a href="#attributes0"><span class=secno>3.13.12 </span>Attributes
common to <code>td</code> and <code>th</code> elements</a>

<li><a href="#processing"><span class=secno>3.13.12 </span>Processing
<li><a href="#processing"><span class=secno>3.13.13 </span>Processing
model</a>
<ul class=toc>
<li><a href="#forming"><span class=secno>3.13.12.1. </span>Forming a
<li><a href="#forming"><span class=secno>3.13.13.1. </span>Forming a
table</a>

<li><a href="#header-and-data-cell-semantics"><span
class=secno>3.13.12.2. </span>Forming relationships between data
class=secno>3.13.13.2. </span>Forming relationships between data
cells and header cells</a>
</ul>
</ul>
Expand Down Expand Up @@ -19175,7 +19178,13 @@ notes on what would need to be defined for dashed lines:

<h3 id=tabular><span class=secno>3.13 </span>Tabular data</h3>

<h4 id=the-table><span class=secno>3.13.1 </span>The <dfn
<h4 id=semantics-intro><span class=secno>3.13.1 </span>Introduction</h4>

<p><em>This section is non-normative.</em>

<p class=big-issue>...examples, how to write tables accessibly, etc...

<h4 id=the-table><span class=secno>3.13.2 </span>The <dfn
id=table><code>table</code></dfn> element</h4>

<dl class=element>
Expand Down Expand Up @@ -19458,7 +19467,7 @@ notes on what would need to be defined for dashed lines:
href="#rows">rows</a></code> collection, the method must instead raise an
<code>INDEX_SIZE_ERR</code> exception.

<h4 id=the-caption><span class=secno>3.13.2 </span>The <dfn
<h4 id=the-caption><span class=secno>3.13.3 </span>The <dfn
id=caption0><code>caption</code></dfn> element</h4>

<dl class=element>
Expand Down Expand Up @@ -19493,7 +19502,7 @@ notes on what would need to be defined for dashed lines:
<p>The <code><a href="#caption0">caption</a></code> element takes part in
the <a href="#table0">table model</a>.

<h4 id=the-colgroup><span class=secno>3.13.3 </span>The <dfn
<h4 id=the-colgroup><span class=secno>3.13.4 </span>The <dfn
id=colgroup><code>colgroup</code></dfn> element</h4>

<dl class=element>
Expand Down Expand Up @@ -19550,7 +19559,7 @@ notes on what would need to be defined for dashed lines:
same name, with the exception that on setting, if the new value is 0, then
an <code>INDEX_SIZE_ERR</code> exception must be raised.

<h4 id=the-col><span class=secno>3.13.4 </span>The <dfn
<h4 id=the-col><span class=secno>3.13.5 </span>The <dfn
id=col><code>col</code></dfn> element</h4>

<dl class=element>
Expand Down Expand Up @@ -19607,7 +19616,7 @@ notes on what would need to be defined for dashed lines:
same name, with the exception that on setting, if the new value is 0, then
an <code>INDEX_SIZE_ERR</code> exception must be raised.

<h4 id=the-tbody><span class=secno>3.13.5 </span>The <dfn
<h4 id=the-tbody><span class=secno>3.13.6 </span>The <dfn
id=tbody><code>tbody</code></dfn> element</h4>

<dl class=element>
Expand Down Expand Up @@ -19695,7 +19704,7 @@ notes on what would need to be defined for dashed lines:
href="#rows0">rows</a></code> collection, the method must instead raise an
<code>INDEX_SIZE_ERR</code> exception.

<h4 id=the-thead><span class=secno>3.13.6 </span>The <dfn
<h4 id=the-thead><span class=secno>3.13.7 </span>The <dfn
id=thead0><code>thead</code></dfn> element</h4>

<dl class=element>
Expand Down Expand Up @@ -19738,7 +19747,7 @@ notes on what would need to be defined for dashed lines:
<p>The <code><a href="#thead0">thead</a></code> element takes part in the
<a href="#table0">table model</a>.

<h4 id=the-tfoot><span class=secno>3.13.7 </span>The <dfn
<h4 id=the-tfoot><span class=secno>3.13.8 </span>The <dfn
id=tfoot0><code>tfoot</code></dfn> element</h4>

<dl class=element>
Expand Down Expand Up @@ -19790,7 +19799,7 @@ notes on what would need to be defined for dashed lines:
<p>The <code><a href="#tfoot0">tfoot</a></code> element takes part in the
<a href="#table0">table model</a>.

<h4 id=the-tr><span class=secno>3.13.8 </span>The <dfn
<h4 id=the-tr><span class=secno>3.13.9 </span>The <dfn
id=tr><code>tr</code></dfn> element</h4>

<dl class=element>
Expand Down Expand Up @@ -19907,7 +19916,7 @@ notes on what would need to be defined for dashed lines:
href="#cells">cells</a></code> collection, the method must instead raise
an <code>INDEX_SIZE_ERR</code> exception.

<h4 id=the-td><span class=secno>3.13.9 </span>The <dfn
<h4 id=the-td><span class=secno>3.13.10 </span>The <dfn
id=td><code>td</code></dfn> element</h4>

<dl class=element>
Expand Down Expand Up @@ -19969,7 +19978,7 @@ notes on what would need to be defined for dashed lines:
attribute must <a href="#reflect">reflect</a> the content attribute of the
same name.

<h4 id=the-th><span class=secno>3.13.10 </span>The <dfn
<h4 id=the-th><span class=secno>3.13.11 </span>The <dfn
id=th><code>th</code></dfn> element</h4>

<dl class=element>
Expand Down Expand Up @@ -20061,7 +20070,7 @@ notes on what would need to be defined for dashed lines:
attribute must <a href="#reflect">reflect</a> the content attribute of the
same name.

<h4 id=attributes0><span class=secno>3.13.11 </span>Attributes common to
<h4 id=attributes0><span class=secno>3.13.12 </span>Attributes common to
<code><a href="#td">td</a></code> and <code><a href="#th">th</a></code>
elements</h4>

Expand Down Expand Up @@ -20110,7 +20119,7 @@ notes on what would need to be defined for dashed lines:
title=dom-tr-cells><a href="#cells">cells</a></code> collection. If there
is no such parent element, then the attribute must return 0.

<h4 id=processing><span class=secno>3.13.12 </span>Processing model</h4>
<h4 id=processing><span class=secno>3.13.13 </span>Processing model</h4>

<p>The various table elements and their content attributes together define
the <dfn id=table0>table model</dfn>.
Expand Down Expand Up @@ -20214,7 +20223,7 @@ notes on what would need to be defined for dashed lines:
represented by <code><a href="#table">table</a></code> elements and their
descendants. Documents must not have table model errors.

<h5 id=forming><span class=secno>3.13.12.1. </span>Forming a table</h5>
<h5 id=forming><span class=secno>3.13.13.1. </span>Forming a table</h5>

<p>To determine which elements correspond to which slots in a <a
href="#table1" title=concept-table>table</a> associated with a <code><a
Expand Down Expand Up @@ -20742,7 +20751,7 @@ notes on what would need to be defined for dashed lines:
title=concept-cell>cell</a> anchored to them, then this is a <a
href="#table2">table model error</a>.

<h5 id=header-and-data-cell-semantics><span class=secno>3.13.12.2.
<h5 id=header-and-data-cell-semantics><span class=secno>3.13.13.2.
</span>Forming relationships between data cells and header cells</h5>

<p>Each data cell can be assigned zero or more header cells. The <dfn
Expand Down Expand Up @@ -24963,6 +24972,8 @@ XXX selection ranges -->

<h4 id=introduction0><span class=secno>3.17.1 </span>Introduction</h4>

<p><em>This section is non-normative.</em>

<p class=big-issue>...examples...

<h4 id=the-datatemplate><span class=secno>3.17.2 </span>The <dfn
Expand Down Expand Up @@ -27697,6 +27708,8 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t

<h4 id=introduction1><span class=secno>4.6.1 </span>Introduction</h4>

<p><em>This section is non-normative.</em>

<p class=big-issue>...

<h4 id=appcache><span class=secno>4.6.2 </span>Application caches</h4>
Expand Down Expand Up @@ -31647,6 +31660,8 @@ interface <dfn id=storage0>Storage</dfn> {

<h4 id=introduction3><span class=secno>4.11.1 </span>Introduction</h4>

<p><em>This section is non-normative.</em>

<p class=big-issue>...</p>
<!-- include an example that does something like the following to show
you should never embed strings straight into the statement, even when you
Expand Down
13 changes: 13 additions & 0 deletions source
Expand Up @@ -16814,6 +16814,13 @@ notes on what would need to be defined for dashed lines:

<h3>Tabular data</h3>

<h4 id="semantics-intro">Introduction</h4>

<p><em>This section is non-normative.</em></p>

<p class="big-issue">...examples, how to write tables accessibly, etc...</p>


<h4>The <dfn><code>table</code></dfn> element</h4>

<dl class="element">
Expand Down Expand Up @@ -22633,6 +22640,8 @@ XXX selection ranges -->

<h4>Introduction</h4>

<p><em>This section is non-normative.</em></p>

<p class="big-issue">...examples...</p>


Expand Down Expand Up @@ -25374,6 +25383,8 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t

<h4>Introduction</h4>

<p><em>This section is non-normative.</em></p>

<p class="big-issue">...</p>


Expand Down Expand Up @@ -29326,6 +29337,8 @@ interface <dfn>Storage</dfn> {

<h4>Introduction</h4>

<p><em>This section is non-normative.</em></p>

<p class="big-issue">...</p>

<!-- include an example that does something like the following to show
Expand Down

0 comments on commit 7232f92

Please sign in to comment.