HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/5159

SVNBugCommentTime (UTC)
51599831[Gecko] [Internet Explorer] [Opera] [Webkit] Forgot to switch out of the foreign content mode when bailing out of it. Oops.2010-07-14 18:18
Index: source
===================================================================
--- source	(revision 5158)
+++ source	(revision 5159)
@@ -95630,7 +95630,9 @@
 
     <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>
 

|