[html5] r2865 - [e] (0) Remove redundant prose about content models for <table>.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Feb 23 18:29:44 PST 2009
Author: ianh
Date: 2009-02-23 18:29:43 -0800 (Mon, 23 Feb 2009)
New Revision: 2865
Modified:
index
source
Log:
[e] (0) Remove redundant prose about content models for <table>.
Modified: index
===================================================================
--- index 2009-02-24 02:26:57 UTC (rev 2864)
+++ index 2009-02-24 02:29:43 UTC (rev 2865)
@@ -22869,31 +22869,7 @@
<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
Modified: source
===================================================================
--- source 2009-02-24 02:26:57 UTC (rev 2864)
+++ source 2009-02-24 02:29:43 UTC (rev 2865)
@@ -25194,39 +25194,6 @@
<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>
More information about the Commit-Watchers
mailing list