Skip to content

Commit

Permalink
[giow] (1) Parser foreign lands: Oops, I missed one of the ways that …
Browse files Browse the repository at this point in the history
…scoping happens.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10314

git-svn-id: http://svn.whatwg.org/webapps@5522 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 27, 2010
1 parent 8693e8e commit a9f6f3e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
11 changes: 6 additions & 5 deletions complete.html
Expand Up @@ -77286,8 +77286,8 @@ <h5 id=the-insertion-mode><span class=secno>12.2.3.1 </span>The insertion mode</
<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>,
Expand Down Expand Up @@ -77315,9 +77315,10 @@ <h5 id=the-insertion-mode><span class=secno>12.2.3.1 </span>The insertion mode</
<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
Expand Down
11 changes: 6 additions & 5 deletions index
Expand Up @@ -73204,8 +73204,8 @@ interface <dfn id=messageport>MessagePort</dfn> {
<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>,
Expand Down Expand Up @@ -73233,9 +73233,10 @@ interface <dfn id=messageport>MessagePort</dfn> {
<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
Expand Down
15 changes: 10 additions & 5 deletions source
Expand Up @@ -88283,8 +88283,8 @@ interface <dfn>SQLTransactionSync</dfn> {
<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>,
Expand Down Expand Up @@ -88312,9 +88312,14 @@ interface <dfn>SQLTransactionSync</dfn> {
<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
Expand Down

0 comments on commit a9f6f3e

Please sign in to comment.