[html5] r2510 - [e] (0) Remove the note about nesting <optgroup>s since this is no longer allowe [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 1 20:07:29 PST 2008


Author: ianh
Date: 2008-12-01 20:07:28 -0800 (Mon, 01 Dec 2008)
New Revision: 2510

Modified:
   index
   source
Log:
[e] (0) Remove the note about nesting <optgroup>s since this is no longer allowed anyway. (credit: hs)

Modified: index
===================================================================
--- index	2008-12-02 04:02:55 UTC (rev 2509)
+++ index	2008-12-02 04:07:28 UTC (rev 2510)
@@ -44849,15 +44849,6 @@
   <p>For historical reasons, certain elements have extra restrictions
   beyond even the restrictions given by their content model.</p>
 
-  <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>
-
   <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

Modified: source
===================================================================
--- source	2008-12-02 04:02:55 UTC (rev 2509)
+++ source	2008-12-02 04:07:28 UTC (rev 2510)
@@ -51179,15 +51179,6 @@
   <p>For historical reasons, certain elements have extra restrictions
   beyond even the restrictions given by their content model.</p>
 
-  <p>An <code>optgroup</code> element <!--that is a descendant of a
-  <code>select</code> element--> must not contain
-  <code>optgroup</code> elements, even though these elements are
-  technically allowed to be nested according to the content models
-  described in this specification. (If an <code>optgroup</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>optgroup</code> end tag before it.)</p>
-
   <p>A <code>table</code> element must not contain <code>tr</code>
   elements, even though these elements are technically allowed inside
   <code>table</code> elements according to the content models




More information about the Commit-Watchers mailing list