- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Feb 2010 02:30:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4123
Modified Files:
Overview.html
Log Message:
Only pop out of the current <math> or <svg> context in a case such as <svg><desc><math><b>. (whatwg r4805)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3852
retrieving revision 1.3853
diff -u -d -r1.3852 -r1.3853
--- Overview.html 25 Feb 2010 02:21:47 -0000 1.3852
+++ Overview.html 25 Feb 2010 02:29:56 -0000 1.3853
@@ -57683,11 +57683,8 @@
<p><a href="#parse-error">Parse error</a>.</p>
<p>Pop elements from the <a href="#stack-of-open-elements">stack of open elements</a> until
- the <a href="#current-node">current node</a> is in the <a href="#html-namespace-0">HTML
- namespace</a>.</p>
-
- <p>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>
+ 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>
</dd>
Received on Thursday, 25 February 2010 02:30:02 UTC