html5/spec Overview.html,1.4120,1.4121

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

Modified Files:
	Overview.html 
Log Message:
Revert a recent change making <option> and <optgroup> special; they're actually not, but I forgot. (whatwg r5165)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4120
retrieving revision 1.4121
diff -u -d -r1.4120 -r1.4121
--- Overview.html	14 Jul 2010 21:10:58 -0000	1.4120
+++ Overview.html	14 Jul 2010 21:13:15 -0000	1.4121
@@ -53013,14 +53013,14 @@
    <code><a href="#the-marquee-element">marquee</a></code>, <code><a href="#menus">menu</a></code>, <code><a href="#meta">meta</a></code>,
    <code><a href="#the-nav-element">nav</a></code>, <code><a href="#noembed">noembed</a></code>, <code><a href="#noframes">noframes</a></code>,
    <code><a href="#the-noscript-element">noscript</a></code>, <code><a href="#the-object-element">object</a></code>, <code><a href="#the-ol-element">ol</a></code>,
-   <code><a href="#the-optgroup-element">optgroup</a></code>, <code><a href="#the-option-element">option</a></code>, <code><a href="#the-p-element">p</a></code>,
-   <code><a href="#the-param-element">param</a></code>, <code><a href="#plaintext">plaintext</a></code>, <code><a href="#the-pre-element">pre</a></code>,
-   <code><a href="#script">script</a></code>, <code><a href="#the-section-element">section</a></code>, <code><a href="#the-select-element">select</a></code>,
-   <code><a href="#the-style-element">style</a></code>, <code><a href="#the-table-element">table</a></code>, <code><a href="#the-tbody-element">tbody</a></code>,
-   <code><a href="#the-td-element">td</a></code>, <code><a href="#the-textarea-element">textarea</a></code>, <code><a href="#the-tfoot-element">tfoot</a></code>,
-   <code><a href="#the-th-element">th</a></code>, <code><a href="#the-thead-element">thead</a></code>, <code><a href="#the-title-element-0">title</a></code>,
-   <code><a href="#the-tr-element">tr</a></code>, <code><a href="#the-ul-element">ul</a></code>, <code><a href="#the-wbr-element">wbr</a></code>,
-   <code><a href="#xmp">xmp</a></code>, and SVG's <code>foreignObject</code>.</dd>
+   <code><a href="#the-p-element">p</a></code>, <code><a href="#the-param-element">param</a></code>, <code><a href="#plaintext">plaintext</a></code>,
+   <code><a href="#the-pre-element">pre</a></code>, <code><a href="#script">script</a></code>, <code><a href="#the-section-element">section</a></code>,
+   <code><a href="#the-select-element">select</a></code>, <code><a href="#the-style-element">style</a></code>, <code><a href="#the-table-element">table</a></code>,
+   <code><a href="#the-tbody-element">tbody</a></code>, <code><a href="#the-td-element">td</a></code>, <code><a href="#the-textarea-element">textarea</a></code>,
+   <code><a href="#the-tfoot-element">tfoot</a></code>, <code><a href="#the-th-element">th</a></code>, <code><a href="#the-thead-element">thead</a></code>,
+   <code><a href="#the-title-element-0">title</a></code>, <code><a href="#the-tr-element">tr</a></code>, <code><a href="#the-ul-element">ul</a></code>,
+   <code><a href="#the-wbr-element">wbr</a></code>, <code><a href="#xmp">xmp</a></code>, and SVG's
+   <code>foreignObject</code>.</dd>
 
    <dt><dfn id="formatting">Formatting</dfn></dt>
    <dd><p>The following HTML elements are those that end up in the

Received on Wednesday, 14 July 2010 21:13:20 UTC