[html5] r6643 - [giowt] (3) Add <source> and <track> to the parsing rules' list of 'special' ele [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Oct 5 16:27:55 PDT 2011
Author: ianh
Date: 2011-10-05 16:27:53 -0700 (Wed, 05 Oct 2011)
New Revision: 6643
Modified:
complete.html
index
source
Log:
[giowt] (3) Add <source> and <track> to the parsing rules' list of 'special' elements
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13852
Modified: complete.html
===================================================================
--- complete.html 2011-10-05 23:24:31 UTC (rev 6642)
+++ complete.html 2011-10-05 23:27:53 UTC (rev 6643)
@@ -84790,14 +84790,16 @@
<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> <!-- we could actually put
- all non-HTML elements in this list, I think -->
+ <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>
+ <!-- we could actually put all non-HTML elements in this list, I
+ think -->
<dt><dfn id=formatting>Formatting</dfn></dt>
<dd><p>The following HTML elements are those that end up in the
Modified: index
===================================================================
--- index 2011-10-05 23:24:31 UTC (rev 6642)
+++ index 2011-10-05 23:27:53 UTC (rev 6643)
@@ -84790,14 +84790,16 @@
<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> <!-- we could actually put
- all non-HTML elements in this list, I think -->
+ <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>
+ <!-- we could actually put all non-HTML elements in this list, I
+ think -->
<dt><dfn id=formatting>Formatting</dfn></dt>
<dd><p>The following HTML elements are those that end up in the
Modified: source
===================================================================
--- source 2011-10-05 23:24:31 UTC (rev 6642)
+++ source 2011-10-05 23:27:53 UTC (rev 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
More information about the Commit-Watchers
mailing list