Skip to content

Commit

Permalink
[e] (0) Looks like I'd only half made javascript: async.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4109 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2009
1 parent bb4cd28 commit cff582a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 22 deletions.
13 changes: 6 additions & 7 deletions complete.html
Expand Up @@ -55202,13 +55202,12 @@ <h4 id=navigating-across-documents><span class=secno>6.11.1 </span>Navigating ac

<li>

<p>If fetching the resource is synchronous (i.e. for <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code>
URLs</a> and <code><a href=#about:blank>about:blank</a></code>), then this must be
synchronous, but if fetching the resource depends on external
resources, as it usually does for URLs that use HTTP or other
networking protocols, then at this point the user agents must
yield to whatever <a href=#concept-script title=concept-script>script</a> invoked the navigation steps, if they
were invoked by script.</p>
<p>If fetching the resource is synchronous (i.e. for
<code><a href=#about:blank>about:blank</a></code>), then this must be synchronous, but if
fetching the resource depends on external resources, as it usually
does for URLs that use HTTP or other networking protocols, then at
this point the user agents must yield to whatever <a href=#concept-script title=concept-script>script</a> invoked the navigation steps,
if they were invoked by script.</p>

</li>

Expand Down
13 changes: 6 additions & 7 deletions index
Expand Up @@ -52368,13 +52368,12 @@ NETWORK:

<li>

<p>If fetching the resource is synchronous (i.e. for <a href=#javascript-protocol title="javascript protocol"><code title="">javascript:</code>
URLs</a> and <code><a href=#about:blank>about:blank</a></code>), then this must be
synchronous, but if fetching the resource depends on external
resources, as it usually does for URLs that use HTTP or other
networking protocols, then at this point the user agents must
yield to whatever <a href=#concept-script title=concept-script>script</a> invoked the navigation steps, if they
were invoked by script.</p>
<p>If fetching the resource is synchronous (i.e. for
<code><a href=#about:blank>about:blank</a></code>), then this must be synchronous, but if
fetching the resource depends on external resources, as it usually
does for URLs that use HTTP or other networking protocols, then at
this point the user agents must yield to whatever <a href=#concept-script title=concept-script>script</a> invoked the navigation steps,
if they were invoked by script.</p>

</li>

Expand Down
15 changes: 7 additions & 8 deletions source
Expand Up @@ -62333,14 +62333,13 @@ NETWORK:

<li>

<p>If fetching the resource is synchronous (i.e. for <span
title="javascript protocol"><code title="">javascript:</code>
URLs</span> and <code>about:blank</code>), then this must be
synchronous, but if fetching the resource depends on external
resources, as it usually does for URLs that use HTTP or other
networking protocols, then at this point the user agents must
yield to whatever <span title="concept-script">script</span> invoked the navigation steps, if they
were invoked by script.</p>
<p>If fetching the resource is synchronous (i.e. for
<code>about:blank</code>), then this must be synchronous, but if
fetching the resource depends on external resources, as it usually
does for URLs that use HTTP or other networking protocols, then at
this point the user agents must yield to whatever <span
title="concept-script">script</span> invoked the navigation steps,
if they were invoked by script.</p>

</li>

Expand Down

0 comments on commit cff582a

Please sign in to comment.