- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 10:21:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10945 Modified Files: Overview.html Log Message: Make <script for> block script execution. (whatwg r4203) Index: Overview.html =================================================================== 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:21:57 UTC