hixie: Make <script for> block script execution. (whatwg r4203)

hixie: Make <script for> block script execution. (whatwg r4203)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3349&r2=1.3350&f=h
http://html5.org/tools/web-apps-tracker?from=4202&to=4203

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3349
retrieving revision 1.3350
diff -u -d -r1.3349 -r1.3350
--- Overview.html 20 Oct 2009 10:14:33 -0000 1.3349
+++ Overview.html 20 Oct 2009 10:21:52 -0000 1.3350
@@ -10840,6 +10840,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>

Received on Tuesday, 20 October 2009 10:22:33 UTC