html5/spec Overview.html,1.4411,1.4412

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

Modified Files:
	Overview.html 
Log Message:
Parser foreign lands: Oops, I missed one of the ways that scoping happens. (whatwg r5522)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4411
retrieving revision 1.4412
diff -u -d -r1.4411 -r1.4412
--- Overview.html	27 Sep 2010 23:45:17 -0000	1.4411
+++ Overview.html	27 Sep 2010 23:54:17 -0000	1.4412
@@ -54435,8 +54435,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>,
@@ -54464,9 +54464,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

Received on Monday, 27 September 2010 23:54:23 UTC