html5/spec Overview.html,1.5326,1.5327

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

Modified Files:
	Overview.html 
Log Message:
Add <source> and <track> to the parsing rules' list of 'special' elements (whatwg r6643)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5326
retrieving revision 1.5327
diff -u -d -r1.5326 -r1.5327
--- Overview.html	5 Oct 2011 23:27:35 -0000	1.5326
+++ Overview.html	5 Oct 2011 23:30:57 -0000	1.5327
@@ -56954,13 +56954,15 @@
    <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-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="#the-script-element">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-summary-element">summary</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">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>, and
-   <code><a href="#xmp">xmp</a></code>; MathML's <code title="">mi</code>, <code title="">mo</code>, <code title="">mn</code>, <code title="">ms</code>, <code title="">mtext</code>, and <code title="">annotation-xml</code>; and SVG's <code title="">foreignObject</code>, <code title="">desc</code>, and
-   <code title="">title</code>.</dd> 
+   <code><a href="#the-section-element">section</a></code>, <code><a href="#the-select-element">select</a></code>, <code><a href="#the-source-element">source</a></code>,
+   <code><a href="#the-style-element">style</a></code>, <code><a href="#the-summary-element">summary</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">title</a></code>, <code><a href="#the-tr-element">tr</a></code>, <code><a href="#the-track-element">track</a></code>,
+   <code><a href="#the-ul-element">ul</a></code>, <code><a href="#the-wbr-element">wbr</a></code>, and <code><a href="#xmp">xmp</a></code>; MathML's
+   <code title="">mi</code>, <code title="">mo</code>, <code title="">mn</code>, <code title="">ms</code>, <code title="">mtext</code>, and <code title="">annotation-xml</code>;
+   and SVG's <code title="">foreignObject</code>, <code title="">desc</code>, and <code title="">title</code>.</dd>
+   
    <dt><dfn id="formatting">Formatting</dfn></dt>
    <dd><p>The following HTML elements are those that end up in the
    <a href="#list-of-active-formatting-elements">list of active formatting elements</a>: <code><a href="#the-a-element">a</a></code>,

Received on Wednesday, 5 October 2011 23:31:02 UTC