Skip to content

Commit

Permalink
[e] (0) Remove redundant prose about content models for <table>.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2865 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 24, 2009
1 parent a15354e commit bf0c9f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
26 changes: 1 addition & 25 deletions index
Expand Up @@ -22869,31 +22869,7 @@ function AddCloud(data, x, y) { ... }</pre>
<p class=XXX>we need some editorial text on how layout
tables are bad practice and non-conforming</p>

<p>The children of a <code><a href=#the-table-element>table</a></code> element must be, in
order:</p><!-- XXX do we need this? it's already up there... -->

<ol><li><p>Zero or one <code><a href=#the-caption-element>caption</a></code> elements.</li>

<li><p>Zero or more <code><a href=#the-colgroup-element>colgroup</a></code> elements.</li>

<li><p>Zero or one <code><a href=#the-thead-element>thead</a></code> elements.</li>

<li><p>Zero or one <code><a href=#the-tfoot-element>tfoot</a></code> elements, if the last element
in the table is not a <code><a href=#the-tfoot-element>tfoot</a></code> element.</li>

<li><p>Either:</p>

<ul><li>Zero or more <code><a href=#the-tbody-element>tbody</a></code> elements, or</li>

<li>One or more <code><a href=#the-tr-element>tr</a></code> elements. <strong class=note>(Only expressible in the <span title="">XML
serialization</span><!-- XXX xref -->.)</strong></li>

</ul></li>

<li><p>Zero or one <code><a href=#the-tfoot-element>tfoot</a></code> element, if there are no
other <code><a href=#the-tfoot-element>tfoot</a></code> elements in the table.</li>

</ol><p>The <code><a href=#the-table-element>table</a></code> element takes part in the <a href=#table-model>table
<p>The <code><a href=#the-table-element>table</a></code> element takes part in the <a href=#table-model>table
model</a>.</p>

<p>The <dfn id=dom-table-caption title=dom-table-caption><code>caption</code></dfn> DOM
Expand Down
33 changes: 0 additions & 33 deletions source
Expand Up @@ -25194,39 +25194,6 @@ function AddCloud(data, x, y) { ... }</pre>
<p class="XXX">we need some editorial text on how layout
tables are bad practice and non-conforming</p>

<p>The children of a <code>table</code> element must be, in
order:</p><!-- XXX do we need this? it's already up there... -->

<ol>

<li><p>Zero or one <code>caption</code> elements.</p></li>

<li><p>Zero or more <code>colgroup</code> elements.</p></li>

<li><p>Zero or one <code>thead</code> elements.</p></li>

<li><p>Zero or one <code>tfoot</code> elements, if the last element
in the table is not a <code>tfoot</code> element.</p></li>

<li><p>Either:</p>

<ul>

<li>Zero or more <code>tbody</code> elements, or</li>

<li>One or more <code>tr</code> elements. <strong
class="note">(Only expressible in the <span title="">XML
serialization</span><!-- XXX xref -->.)</strong></li>

</ul>

</li>

<li><p>Zero or one <code>tfoot</code> element, if there are no
other <code>tfoot</code> elements in the table.</p></li>

</ol>

<p>The <code>table</code> element takes part in the <span>table
model</span>.</p>

Expand Down

0 comments on commit bf0c9f5

Please sign in to comment.