[html5] r2041 - [] (0) Require javascript: execution to be async.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 10 22:14:24 PDT 2008
Author: ianh
Date: 2008-08-10 22:14:24 -0700 (Sun, 10 Aug 2008)
New Revision: 2041
Modified:
index
source
Log:
[] (0) Require javascript: execution to be async.
Modified: index
===================================================================
--- index 2008-08-11 05:04:46 UTC (rev 2040)
+++ index 2008-08-11 05:14:24 UTC (rev 2041)
@@ -5450,18 +5450,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
Modified: source
===================================================================
--- source 2008-08-11 05:04:46 UTC (rev 2040)
+++ source 2008-08-11 05:14:24 UTC (rev 2041)
@@ -3436,14 +3436,14 @@
<dfn><code>about:blank</code></dfn>, then return the empty string
and abort these steps.</p></li>
+ <li><p>Perform the remaining steps asynchronously.</p></li>
+ <!-- XXX queue interaction -->
+
<li><p>If the resulting <span>absolute URL</span> is a <span
title="javascript protocol"><code title="">javascript:</code>
URL</span>, then <span title="concept-js-deref">dereference the
- URL</span> synchronously, and abort these steps.</p></li>
+ URL</span>, and abort these steps.</p></li>
- <li><p>Perform the remaining steps asynchronously.</p></li>
- <!-- XXX queue interaction -->
-
<li><p>If the resource identified by the resulting <span>absolute
URL</span> is already being downloaded for other reasons
(e.g. another invocation of this algorithm), then the results of
More information about the Commit-Watchers
mailing list