Skip to content

Commit

Permalink
[giow] (2) Forgot to switch out of the foreign content mode when bail…
Browse files Browse the repository at this point in the history
…ing out of it. Oops.

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

git-svn-id: http://svn.whatwg.org/webapps@5159 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 14, 2010
1 parent 5589487 commit 43c4210
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -83838,7 +83838,9 @@ <h5 id=parsing-main-inselect><span class=secno>12.2.5.19 </span>The "<dfn title=

<p>Pop elements from the <a href=#stack-of-open-elements>stack of open elements</a> until
either a <code><a href=#math>math</a></code> element or an <code><a href=#svg>svg</a></code> element
has been popped from the stack, and reprocess the token.</p>
has been popped from the stack, switch the <a href=#insertion-mode>insertion
mode</a> to the <a href=#secondary-insertion-mode>secondary insertion mode</a>, and
reprocess the token.</p>

</dd>

Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -77079,7 +77079,9 @@ document.body.appendChild(text);

<p>Pop elements from the <a href=#stack-of-open-elements>stack of open elements</a> until
either a <code><a href=#math>math</a></code> element or an <code><a href=#svg>svg</a></code> element
has been popped from the stack, and reprocess the token.</p>
has been popped from the stack, switch the <a href=#insertion-mode>insertion
mode</a> to the <a href=#secondary-insertion-mode>secondary insertion mode</a>, and
reprocess the token.</p>

</dd>

Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -95630,7 +95630,9 @@ document.body.appendChild(text);

<p>Pop elements from the <span>stack of open elements</span> until
either a <code>math</code> element or an <code>svg</code> element
has been popped from the stack, and reprocess the token.</p>
has been popped from the stack, switch the <span>insertion
mode</span> to the <span>secondary insertion mode</span>, and
reprocess the token.</p>

</dd>

Expand Down

0 comments on commit 43c4210

Please sign in to comment.