- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Jun 2009 06:33:13 +0900 (JST)
- To: public-html-diffs@w3.org
Allow <datagrid> to contain any flow content. (bug 6382) (whatwg r3164) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6382 Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2318.html#datagrid http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2317&r2=1.2318&f=h http://html5.org/tools/web-apps-tracker?from=3163&to=3164 =================================================================== 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:33:47 UTC