[html5] r4203 - [giow] (2) Make <script for> block script execution. Fixing http://www.w3.org/Bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 20 03:34:28 PDT 2009


Author: ianh
Date: 2009-10-20 03:34:25 -0700 (Tue, 20 Oct 2009)
New Revision: 4203

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Make <script for> block script execution.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7851

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 10:27:08 UTC (rev 4202)
+++ complete.html	2009-10-20 10:34:25 UTC (rev 4203)
@@ -12405,6 +12405,14 @@
 
    <li>
 
+    <p>If the <code><a href=#script>script</a></code> element has a <code title=attr-script-for>for</code> attribute, then the user agent
+    must abort these steps at this point. The script is not
+    executed.</p>
+
+   </li>
+
+   <li>
+
     <p>If <a href=#concept-n-noscript title=concept-n-noscript>scripting is
     disabled</a> for the <code><a href=#script>script</a></code> element, or if the
     user agent does not <a href=#support-the-scripting-language>support the scripting language</a>

Modified: index
===================================================================
--- index	2009-10-20 10:27:08 UTC (rev 4202)
+++ index	2009-10-20 10:34:25 UTC (rev 4203)
@@ -12234,6 +12234,14 @@
 
    <li>
 
+    <p>If the <code><a href=#script>script</a></code> element has a <code title=attr-script-for>for</code> attribute, then the user agent
+    must abort these steps at this point. The script is not
+    executed.</p>
+
+   </li>
+
+   <li>
+
     <p>If <a href=#concept-n-noscript title=concept-n-noscript>scripting is
     disabled</a> for the <code><a href=#script>script</a></code> element, or if the
     user agent does not <a href=#support-the-scripting-language>support the scripting language</a>

Modified: source
===================================================================
--- source	2009-10-20 10:27:08 UTC (rev 4202)
+++ source	2009-10-20 10:34:25 UTC (rev 4203)
@@ -12955,6 +12955,15 @@
 
    <li>
 
+    <p>If the <code>script</code> element has a <code
+    title="attr-script-for">for</code> attribute, then the user agent
+    must abort these steps at this point. The script is not
+    executed.</p>
+
+   </li>
+
+   <li>
+
     <p>If <span title="concept-n-noscript">scripting is
     disabled</span> for the <code>script</code> element, or if the
     user agent does not <span>support the scripting language</span>




More information about the Commit-Watchers mailing list