Skip to content

Commit

Permalink
[] (0) Spec out the behaviour we see in IE for navigating to about:bl…
Browse files Browse the repository at this point in the history
…ank or javascript: URLs vs other URLs.

git-svn-id: http://svn.whatwg.org/webapps@1913 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 23, 2008
1 parent fd9bdb1 commit c0f35a8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index
Expand Up @@ -34972,6 +34972,15 @@ user reload must be equivalent to .reload()
return to <a href="#navigate-fragid-step">the step labeled "fragment
identifiers"</a> with the new resource.</p>

<p>If fetching the resource is instantaneous, as it should be for <a
href="#the-javascript" title="javascript protocol"><code
title="">javascript:</code> URLs</a> 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 script invoked the navigation steps, if they were invoked by
script.</p>

<p class=example>For example, imagine an HTML page with an associated
application cache displaying an image and a form, where the image is
also used by several other application caches. If the user right-clicks
Expand Down
9 changes: 9 additions & 0 deletions source
Expand Up @@ -32448,6 +32448,15 @@ user reload must be equivalent to .reload()
redirect, return to <a href="#navigate-fragid-step">the step
labeled "fragment identifiers"</a> with the new resource.</p>

<p>If fetching the resource is instantaneous, as it should be 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 script invoked
the navigation steps, if they were invoked by script.</p>

<p class="example">For example, imagine an HTML page with an
associated application cache displaying an image and a form, where
the image is also used by several other application caches. If the
Expand Down

0 comments on commit c0f35a8

Please sign in to comment.