NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 157 - Make table content models allow zero-or-more instead of one-or-more of most child elements (unambiguously makes the errors into table model errors instead of content model errors).
Make table content models allow zero-or-more instead of one-or-more of most c...
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-04-20 21:23 CEST by Nobody
Modified: 2008-04-20 22:40 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-04-20 21:23:14 CEST
Index: source
===================================================================
--- source	(revision 1387)
+++ source	(revision 1388)
@@ -17202,7 +17202,7 @@
    <code>tr</code> elements that are children of the
    <code>table</code> element.</dd>
    <dt>Content model:</dt>
-   <dd>One or more <code>tr</code> elements</dd>
+   <dd>Zero or more <code>tr</code> elements</dd>
    <dt>Element-specific attributes:</dt>
    <dd>None.</dd>
    <dt>DOM interface:</dt>
@@ -17277,7 +17277,7 @@
    <code>thead</code> elements that are children of the
    <code>table</code> element.</dd>
    <dt>Content model:</dt>
-   <dd>One or more <code>tr</code> elements</dd>
+   <dd>Zero or more <code>tr</code> elements</dd>
    <dt>Element-specific attributes:</dt>
    <dd>None.</dd>
    <dt>DOM interface:</dt>
@@ -17313,7 +17313,7 @@
    are no other <code>tfoot</code> elements that are children of the
    <code>table</code> element.</dd>
    <dt>Content model:</dt>
-   <dd>One or more <code>tr</code> elements</dd>
+   <dd>Zero or more <code>tr</code> elements</dd>
    <dt>Element-specific attributes:</dt>
    <dd>None.</dd>
    <dt>DOM interface:</dt>
@@ -17346,7 +17346,7 @@
    elements, but only if there are no <code>tbody</code> elements that
    are children of the <code>table</code> element.</dd>
    <dt>Content model:</dt>
-   <dd>One or more <code>td</code> or <code>th</code> elements</dd>
+   <dd>Zero or more <code>td</code> or <code>th</code> elements</dd>
    <dt>Element-specific attributes:</dt>
    <dd>None.</dd>
    <dt>DOM interface:</dt>