- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Jul 2010 18:18:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29833
Modified Files:
Overview.html
Log Message:
Forgot to switch out of the foreign content mode when bailing out of it. Oops. (whatwg r5159)
Index: Overview.html
===================================================================
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:18:48 UTC