NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 178 - oops, when we did the whole 'flow' change some old inline elements became allowed where they weren't before, with unforseen results for the datagrid content model
oops, when we did the whole 'flow' change some old inline elements became all...
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-05-12 13:17 CEST by Nobody
Modified: 2008-05-30 20:47 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-05-12 13:17:50 CEST
Index: source
===================================================================
--- source	(revision 1565)
+++ source	(revision 1566)
@@ -21079,7 +21079,7 @@
    <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> element.</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>