- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Aug 2008 05:14:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23329 Modified Files: Overview.html Log Message: Require javascript: execution to be async. (whatwg r2041) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1225 retrieving revision 1.1226 diff -u -d -r1.1225 -r1.1226 --- Overview.html 11 Aug 2008 05:05:20 -0000 1.1225 +++ Overview.html 11 Aug 2008 05:14:28 -0000 1.1226 @@ -5458,18 +5458,17 @@ string and abort these steps. <li> - <p>If the resulting <a href="#absolute">absolute URL</a> is a <a - href="#the-javascript" title="javascript protocol"><code - title="">javascript:</code> URL</a>, then <a href="#dereferenced" - title=concept-js-deref>dereference the URL</a> synchronously, and abort - these steps. - - <li> <p>Perform the remaining steps asynchronously. </li> <!-- XXX queue interaction --> <li> + <p>If the resulting <a href="#absolute">absolute URL</a> is a <a + href="#the-javascript" title="javascript protocol"><code + title="">javascript:</code> URL</a>, then <a href="#dereferenced" + title=concept-js-deref>dereference the URL</a>, and abort these steps. + + <li> <p>If the resource identified by the resulting <a href="#absolute">absolute URL</a> is already being downloaded for other reasons (e.g. another invocation of this algorithm), then the results of
Received on Monday, 11 August 2008 05:15:05 UTC