[html5] r5159 - [giow] (2) Forgot to switch out of the foreign content mode when bailing out of [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 14 11:18:37 PDT 2010


Author: ianh
Date: 2010-07-14 11:18:36 -0700 (Wed, 14 Jul 2010)
New Revision: 5159

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Forgot to switch out of the foreign content mode when bailing out of it. Oops.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9831

Modified: complete.html
===================================================================
--- complete.html	2010-07-14 18:13:57 UTC (rev 5158)
+++ complete.html	2010-07-14 18:18:36 UTC (rev 5159)
@@ -83838,7 +83838,9 @@
 
     <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>
 

Modified: index
===================================================================
--- index	2010-07-14 18:13:57 UTC (rev 5158)
+++ index	2010-07-14 18:18:36 UTC (rev 5159)
@@ -77079,7 +77079,9 @@
 
     <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>
 

Modified: source
===================================================================
--- source	2010-07-14 18:13:57 UTC (rev 5158)
+++ source	2010-07-14 18:18:36 UTC (rev 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>
 




More information about the Commit-Watchers mailing list