Skip to content

Commit

Permalink
[e] (0) Navigation should be async. This wasn't properly described be…
Browse files Browse the repository at this point in the history
…fore.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8417

git-svn-id: http://svn.whatwg.org/webapps@4495 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent 27329fd commit ad05c51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -55688,8 +55688,9 @@ <h4 id=navigating-across-documents><span class=secno>6.11.1 </span>Navigating ac
<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>
this point the user agents must return to whatever algorithm
invoked the navigation steps and must continue these steps
asynchronously.</p>

</li>

Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -52862,8 +52862,9 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<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>
this point the user agents must return to whatever algorithm
invoked the navigation steps and must continue these steps
asynchronously.</p>

</li>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -62862,9 +62862,9 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<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>
this point the user agents must return to whatever algorithm
invoked the navigation steps and must continue these steps
asynchronously.</p>

</li>

Expand Down

0 comments on commit ad05c51

Please sign in to comment.