spec/Overview.html 1.1226 2041 Require javascript: execution to be asyn

Require javascript: execution to be async. (whatwg r2041)

about:blank
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1226.html#aboutblank

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1225&r2=1.1226&f=h
http://html5.org/tools/web-apps-tracker?from=2040&to=2041

===================================================================
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:19:25 UTC