[html5] r3164 - [ac] (0) Allow <datagrid> to contain any flow content. (bug 6382)

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 1 14:31:28 PDT 2009


Author: ianh
Date: 2009-06-01 14:31:25 -0700 (Mon, 01 Jun 2009)
New Revision: 3164

Modified:
   index
   source
Log:
[ac] (0) Allow <datagrid> to contain any flow content. (bug 6382)

Modified: index
===================================================================
--- index	2009-06-01 20:17:51 UTC (rev 3163)
+++ index	2009-06-01 21:31:25 UTC (rev 3164)
@@ -36751,11 +36751,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#flow-content-0>flow content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd>Either: Nothing.</dd>
-   <dd>Or: <a href=#flow-content-0>Flow content</a>, but where the first element child node, if any, is not a <code><a href=#the-table-element>table</a></code>, <code><a href=#the-select-element>select</a></code>, or <code><a href=#the-datalist-element>datalist</a></code> element.</dd>
-   <dd>Or: A single <code><a href=#the-table-element>table</a></code> element.</dd>
-   <dd>Or: A single <code><a href=#the-select-element>select</a></code> element.</dd>
-   <dd>Or: A single <code><a href=#the-datalist-element>datalist</a></code> element.</dd>
+   <dd><a href=#flow-content-0>Flow content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href=#global-attributes>Global attributes</a></dd>
 <!--v2DGS:

Modified: source
===================================================================
--- source	2009-06-01 20:17:51 UTC (rev 3163)
+++ source	2009-06-01 21:31:25 UTC (rev 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:




More information about the Commit-Watchers mailing list