Skip to content

Commit

Permalink
[] (0) Require javascript: execution to be async.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2041 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 11, 2008
1 parent 8b28fd3 commit d193358
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
13 changes: 6 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -5449,18 +5449,17 @@
id=aboutblank><code>about:blank</code></dfn>, then return the empty
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
Expand Down
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3436,13 +3436,13 @@
<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>

<li><p>Perform the remaining steps asynchronously.</p></li>
<!-- XXX queue interaction -->
URL</span>, and abort these steps.</p></li>

<li><p>If the resource identified by the resulting <span>absolute
URL</span> is already being downloaded for other reasons
Expand Down

0 comments on commit d193358

Please sign in to comment.