hixie: Only pop out of the current <math> or <svg> context in a case such as <svg><desc><math><b>. (whatwg r4805)

hixie: Only pop out of the current <math> or <svg> context in a case
such as <svg><desc><math><b>. (whatwg r4805)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3852&r2=1.3853&f=h
http://html5.org/tools/web-apps-tracker?from=4804&to=4805

===================================================================
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:35 UTC