[html5] r5522 - [giow] (1) Parser foreign lands: Oops, I missed one of the ways that scoping hap [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 27 16:54:14 PDT 2010
Author: ianh
Date: 2010-09-27 16:54:13 -0700 (Mon, 27 Sep 2010)
New Revision: 5522
Modified:
complete.html
index
source
Log:
[giow] (1) Parser foreign lands: Oops, I missed one of the ways that scoping happens.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10314
Modified: complete.html
===================================================================
--- complete.html 2010-09-27 23:45:12 UTC (rev 5521)
+++ complete.html 2010-09-27 23:54:13 UTC (rev 5522)
@@ -77286,8 +77286,8 @@
<p>Elements in the stack fall into the following categories:</p>
<dl><dt><dfn id=special>Special</dfn></dt>
- <dd><p>The following HTML elements have varying levels of special
- parsing rules: <code><a href=#the-address-element>address</a></code>, <code><a href=#the-applet-element>applet</a></code>,
+ <dd><p>The following elements have varying levels of special
+ parsing rules: HTML's <code><a href=#the-address-element>address</a></code>, <code><a href=#the-applet-element>applet</a></code>,
<code><a href=#the-area-element>area</a></code>, <code><a href=#the-article-element>article</a></code>, <code><a href=#the-aside-element>aside</a></code>,
<code><a href=#the-base-element>base</a></code>, <code><a href=#basefont>basefont</a></code>, <code><a href=#bgsound>bgsound</a></code>,
<code><a href=#the-blockquote-element>blockquote</a></code>, <code><a href=#the-body-element-0>body</a></code>, <code><a href=#the-br-element>br</a></code>,
@@ -77315,9 +77315,10 @@
<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-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>, MathML's <code title="">annotation-xml</code>,
- and SVG's <code title="">foreignObject</code>.</dd>
+ <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 -->
<dt><dfn id=formatting>Formatting</dfn></dt>
<dd><p>The following HTML elements are those that end up in the
Modified: index
===================================================================
--- index 2010-09-27 23:45:12 UTC (rev 5521)
+++ index 2010-09-27 23:54:13 UTC (rev 5522)
@@ -73204,8 +73204,8 @@
<p>Elements in the stack fall into the following categories:</p>
<dl><dt><dfn id=special>Special</dfn></dt>
- <dd><p>The following HTML elements have varying levels of special
- parsing rules: <code><a href=#the-address-element>address</a></code>, <code><a href=#the-applet-element>applet</a></code>,
+ <dd><p>The following elements have varying levels of special
+ parsing rules: HTML's <code><a href=#the-address-element>address</a></code>, <code><a href=#the-applet-element>applet</a></code>,
<code><a href=#the-area-element>area</a></code>, <code><a href=#the-article-element>article</a></code>, <code><a href=#the-aside-element>aside</a></code>,
<code><a href=#the-base-element>base</a></code>, <code><a href=#basefont>basefont</a></code>, <code><a href=#bgsound>bgsound</a></code>,
<code><a href=#the-blockquote-element>blockquote</a></code>, <code><a href=#the-body-element-0>body</a></code>, <code><a href=#the-br-element>br</a></code>,
@@ -73233,9 +73233,10 @@
<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-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>, MathML's <code title="">annotation-xml</code>,
- and SVG's <code title="">foreignObject</code>.</dd>
+ <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 -->
<dt><dfn id=formatting>Formatting</dfn></dt>
<dd><p>The following HTML elements are those that end up in the
Modified: source
===================================================================
--- source 2010-09-27 23:45:12 UTC (rev 5521)
+++ source 2010-09-27 23:54:13 UTC (rev 5522)
@@ -88283,8 +88283,8 @@
<dl>
<dt><dfn>Special</dfn></dt>
- <dd><p>The following HTML elements have varying levels of special
- parsing rules: <code>address</code>, <code>applet</code>,
+ <dd><p>The following elements have varying levels of special
+ parsing rules: HTML's <code>address</code>, <code>applet</code>,
<code>area</code>, <code>article</code>, <code>aside</code>,
<code>base</code>, <code>basefont</code>, <code>bgsound</code>,
<code>blockquote</code>, <code>body</code>, <code>br</code>,
@@ -88312,9 +88312,14 @@
<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>,
- <code>xmp</code>, MathML's <code title="">annotation-xml</code>,
- and SVG's <code title="">foreignObject</code>.</p></dd>
+ <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 -->
<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