[html5] r8678 - [giowt] (3) PARSER: Only run the SVG script execution logic if a <script/> eleme [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 12 12:39:34 PDT 2014
Author: ianh
Date: 2014-06-12 12:39:31 -0700 (Thu, 12 Jun 2014)
New Revision: 8678
Modified:
complete.html
index
source
Log:
[giowt] (3) PARSER: Only run the SVG script execution logic if a <script/> element is inserted in SVG, not in MathML.
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2014-06-12 19:32:46 UTC (rev 8677)
+++ complete.html 2014-06-12 19:39:31 UTC (rev 8678)
@@ -94747,7 +94747,7 @@
<p>If the token has its <i>self-closing flag</i> set, then run the appropriate steps from the
following list:</p>
- <dl class=switch><dt>If the token's tag name is "script"</dt>
+ <dl class=switch><dt>If the token's tag name is "script", and the new <a href=#current-node>current node</a> is in the <a href=#svg-namespace>SVG namespace</a></dt>
<dd>
Modified: index
===================================================================
--- index 2014-06-12 19:32:46 UTC (rev 8677)
+++ index 2014-06-12 19:39:31 UTC (rev 8678)
@@ -94747,7 +94747,7 @@
<p>If the token has its <i>self-closing flag</i> set, then run the appropriate steps from the
following list:</p>
- <dl class=switch><dt>If the token's tag name is "script"</dt>
+ <dl class=switch><dt>If the token's tag name is "script", and the new <a href=#current-node>current node</a> is in the <a href=#svg-namespace>SVG namespace</a></dt>
<dd>
Modified: source
===================================================================
--- source 2014-06-12 19:32:46 UTC (rev 8677)
+++ source 2014-06-12 19:39:31 UTC (rev 8678)
@@ -104485,7 +104485,7 @@
<dl class="switch">
- <dt>If the token's tag name is "script"</dt>
+ <dt>If the token's tag name is "script", and the new <span>current node</span> is in the <span>SVG namespace</span></dt>
<dd>
More information about the Commit-Watchers
mailing list