[html5] r4805 - [giow] (1) Only pop out of the current <math> or <svg> context in a case such as [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 24 18:29:52 PST 2010


Author: ianh
Date: 2010-02-24 18:29:51 -0800 (Wed, 24 Feb 2010)
New Revision: 4805

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Only pop out of the current <math> or <svg> context in a case such as <svg><desc><math><b>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8966

Modified: complete.html
===================================================================
--- complete.html	2010-02-25 02:21:42 UTC (rev 4804)
+++ complete.html	2010-02-25 02:29:51 UTC (rev 4805)
@@ -77996,12 +77996,9 @@
     <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>
+    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>
 
-    <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>
-
    </dd>
 
    <dt>Any other start tag</dt>

Modified: index
===================================================================
--- index	2010-02-25 02:21:42 UTC (rev 4804)
+++ index	2010-02-25 02:29:51 UTC (rev 4805)
@@ -72300,12 +72300,9 @@
     <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>
+    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>
 
-    <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>
-
    </dd>
 
    <dt>Any other start tag</dt>

Modified: source
===================================================================
--- source	2010-02-25 02:21:42 UTC (rev 4804)
+++ source	2010-02-25 02:29:51 UTC (rev 4805)
@@ -88937,12 +88937,9 @@
     <p><span>Parse error</span>.</p>
 
     <p>Pop elements from the <span>stack of open elements</span> until
-    the <span>current node</span> is in the <span>HTML
-    namespace</span>.</p>
+    either a <code>math</code> element or an <code>svg</code> element
+    has been popped from the stack, and reprocess the token.</p>
 
-    <p>Switch the <span>insertion mode</span> to the <span>secondary
-    insertion mode</span>, and reprocess the token.</p>
-
    </dd>
 
    <dt>Any other start tag</dt>




More information about the Commit-Watchers mailing list