NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 597 - Allow <datagrid> to contain any flow content. (bug 6382)
Allow <datagrid> to contain any flow content. (bug 6382)
Status: RESOLVED DUPLICATE of bug 580
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: 2009-07-14 14:57 CEST by Henri Sivonen
Modified: 2009-07-15 08:10 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 Henri Sivonen 2009-07-14 14:57:54 CEST
Index: source
===================================================================
--- source	(revision 3163)
+++ source	(revision 3164)
@@ -41334,11 +41334,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>Either: Nothing.</dd>
-   <dd>Or: <span>Flow content</span>, but where the first element child node, if any, is not a <code>table</code>, <code>select</code>, or <code>datalist</code> element.</dd>
-   <dd>Or: A single <code>table</code> element.</dd>
-   <dd>Or: A single <code>select</code> element.</dd>
-   <dd>Or: A single <code>datalist</code> element.</dd>
+   <dd><span>Flow content</span>.</dd>
    <dt>Content attributes:</dt>
    <dd><span>Global attributes</span></dd>
 <!--v2DGS:
Comment 1 Michael[tm] Smith 2009-07-15 08:10:02 CEST
I checked in a fix for this already under bug 580

*** This bug has been marked as a duplicate of bug 580 ***