- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Dec 2008 13:10:11 +0900 (JST)
- To: public-html-diffs@w3.org
Remove the note about nesting <optgroup>s since this is no longer allowed anyway. (credit: hs) (whatwg r2510) 8.1.2.5 Restrictions on content models http://people.w3.org/mike/diffs/html5/spec/Overview.1.1681.html#element-restrictions http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1680&r2=1.1681&f=h http://html5.org/tools/web-apps-tracker?from=2509&to=2510 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1680 retrieving revision 1.1681 diff -u -d -r1.1680 -r1.1681 --- Overview.html 2 Dec 2008 04:02:59 -0000 1.1680 +++ Overview.html 2 Dec 2008 04:07:33 -0000 1.1681 @@ -35953,14 +35953,7 @@ immediately followed by a <code><a href=#the-td-element>td</a></code> or <code><a href=#the-th-element>th</a></code> element, or if there is no more content in the parent element.<p><strong>However</strong>, a <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> must never be omitted if it has any attributes.<h5 id=element-restrictions><span class=secno>8.1.2.5 </span>Restrictions on content models</h5><p>For historical reasons, certain elements have extra restrictions - beyond even the restrictions given by their content model.<p>An <code><a href=#the-optgroup-element>optgroup</a></code> element <!--that is a descendant of a - <code>select</code> element--> must not contain - <code><a href=#the-optgroup-element>optgroup</a></code> elements, even though these elements are - technically allowed to be nested according to the content models - described in this specification. (If an <code><a href=#the-optgroup-element>optgroup</a></code> - element is put inside another <!--<code>optgroup</code> element - inside a <code>select</code> element--> in the markup, it will in - fact imply an <code><a href=#the-optgroup-element>optgroup</a></code> end tag before it.)<p>A <code><a href=#the-table-element>table</a></code> element must not contain <code><a href=#the-tr-element>tr</a></code> + beyond even the restrictions given by their content model.<p>A <code><a href=#the-table-element>table</a></code> element must not contain <code><a href=#the-tr-element>tr</a></code> elements, even though these elements are technically allowed inside <code><a href=#the-table-element>table</a></code> elements according to the content models described in this specification. (If a <code><a href=#the-tr-element>tr</a></code> element is
Received on Tuesday, 2 December 2008 04:10:47 UTC