HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/6643

SVNBugCommentTime (UTC)
664313852[Gecko] [Internet Explorer] [Opera] [Webkit] [Tools] Add <source> and <track> to the parsing rules' list of 'special' elements2011-10-05 23:27
Index: source
===================================================================
--- source	(revision 6642)
+++ source	(revision 6643)
@@ -96104,18 +96104,19 @@
    <code>noframes</code>, <code>noscript</code>, <code>object</code>,
    <code>ol</code>, <code>p</code>, <code>param</code>,
    <code>plaintext</code>, <code>pre</code>, <code>script</code>,
-   <code>section</code>, <code>select</code>, <code>style</code>,
-   <code>summary</code>, <code>table</code>, <code>tbody</code>,
-   <code>td</code>, <code>textarea</code>, <code>tfoot</code>,
-   <code>th</code>, <code>thead</code>, <code>title</code>,
-   <code>tr</code>, <code>ul</code>, <code>wbr</code>, and
-   <code>xmp</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>.</p></dd> <!-- we could actually put
-   all non-HTML elements in this list, I think -->
+   <code>section</code>, <code>select</code>, <code>source</code>,
+   <code>style</code>, <code>summary</code>, <code>table</code>,
+   <code>tbody</code>, <code>td</code>, <code>textarea</code>,
+   <code>tfoot</code>, <code>th</code>, <code>thead</code>,
+   <code>title</code>, <code>tr</code>, <code>track</code>,
+   <code>ul</code>, <code>wbr</code>, and <code>xmp</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>.</p></dd>
+   <!-- we could actually put all non-HTML elements in this list, I
+   think -->
 
    <dt><dfn>Formatting</dfn></dt>
    <dd><p>The following HTML elements are those that end up in the

|