html5/spec Overview.html,1.1680,1.1681

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15917

Modified Files:
	Overview.html 
Log Message:
Remove the note about nesting <optgroup>s since this is no longer allowed anyway. (credit: hs) (whatwg r2510)

Index: Overview.html
===================================================================
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:07:48 UTC