- From: poot <cvsmail@w3.org>
- Date: Thu, 15 Jul 2010 03:20:16 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Forgot to switch out of the foreign content mode when bailing out
of it. Oops. (whatwg r5159)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4114&r2=1.4115&f=h
http://html5.org/tools/web-apps-tracker?from=5158&to=5159
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4114
retrieving revision 1.4115
diff -u -d -r1.4114 -r1.4115
--- Overview.html 14 Jul 2010 18:14:04 -0000 1.4114
+++ Overview.html 14 Jul 2010 18:18:43 -0000 1.4115
@@ -58637,7 +58637,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>
Received on Wednesday, 14 July 2010 18:19:24 UTC