- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Feb 2009 02:29:50 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29149 Modified Files: Overview.html Log Message: Remove redundant prose about content models for <table>. (whatwg r2865) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2035 retrieving revision 1.2036 diff -u -d -r1.2035 -r1.2036 --- Overview.html 24 Feb 2009 02:27:03 -0000 1.2035 +++ Overview.html 24 Feb 2009 02:29:48 -0000 1.2036 @@ -18603,29 +18603,7 @@ </dd> </dl><p>The <code><a href=#the-table-element>table</a></code> element <a href=#represents>represents</a> data with more than one dimension, in the form of a <a href=#concept-table title=concept-table>table</a>.<p class=XXX>we need some editorial text on how layout - tables are bad practice and non-conforming<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 + tables are bad practice and non-conforming<p>The <code><a href=#the-table-element>table</a></code> element takes part in the <a href=#table-model>table model</a>.<p>The <dfn id=dom-table-caption title=dom-table-caption><code>caption</code></dfn> DOM attribute must return, on getting, the first <code><a href=#the-caption-element>caption</a></code> element child of the <code><a href=#the-table-element>table</a></code> element, if any, or null
Received on Tuesday, 24 February 2009 02:30:00 UTC