spec/Overview.html 1.2036 2865 Remove redundant prose about content mod

Remove redundant prose about content models for <table>. (whatwg r2865)

HTMLTableElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2036.html#htmltableelement
caption
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2036.html#dom-table-caption

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2035&r2=1.2036&f=h
http://html5.org/tools/web-apps-tracker?from=2864&to=2865

===================================================================
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:33:23 UTC