Bugzilla – Bug 597
Allow <datagrid> to contain any flow content. (bug 6382)
Last modified: 2009-07-15 08:10:02 CEST
Index: source =================================================================== --- source (revision 3163) +++ source (revision 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:
I checked in a fix for this already under bug 580 *** This bug has been marked as a duplicate of bug 580 ***