[html5] r1566 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 8 03:25:31 PDT 2008
Author: ianh
Date: 2008-05-08 03:25:30 -0700 (Thu, 08 May 2008)
New Revision: 1566
Modified:
index
source
Log:
[c] (0) 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
Modified: index
===================================================================
--- index 2008-05-08 10:00:47 UTC (rev 1565)
+++ index 2008-05-08 10:25:30 UTC (rev 1566)
@@ -23218,7 +23218,8 @@
<dd>Or: <a href="#flow-content0">Flow content</a>, but where the first
element child node, if any, is not a <code><a
- href="#table">table</a></code> element.
+ href="#table">table</a></code>, <code>select</code>, or
+ <code>datalist</code> element.
<dd>Or: A single <code><a href="#table">table</a></code> element.
Modified: source
===================================================================
--- source 2008-05-08 10:00:47 UTC (rev 1565)
+++ source 2008-05-08 10:25:30 UTC (rev 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>
More information about the Commit-Watchers
mailing list