Skip to content
Permalink
Browse files
[ac] (0) Allow <datagrid> to contain any flow content. (bug 6382)
git-svn-id: http://svn.whatwg.org/webapps@3164 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 1, 2009
1 parent 787542c commit 6a5d875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 index
@@ -36751,11 +36751,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
<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:
6 source
@@ -41334,11 +41334,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
<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:

0 comments on commit 6a5d875

Please sign in to comment.