hixie: Add <source> and <track> to the parsing rules' list of 'special' elements (whatwg r6643)

hixie: Add <source> and <track> to the parsing rules' list of 'special'
elements (whatwg r6643)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5326&r2=1.5327&f=h
http://html5.org/tools/web-apps-tracker?from=6642&to=6643

===================================================================
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:13 UTC