- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Jun 2009 21:31:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25287
Modified Files:
Overview.html
Log Message:
Allow <datagrid> to contain any flow content. (bug 6382) (whatwg r3164)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2317
retrieving revision 1.2318
diff -u -d -r1.2317 -r1.2318
--- Overview.html 1 Jun 2009 20:17:57 -0000 1.2317
+++ Overview.html 1 Jun 2009 21:31:33 -0000 1.2318
@@ -32606,11 +32606,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:
Received on Monday, 1 June 2009 21:31:48 UTC