Skip to content

Commit

Permalink
[] (0) Allow reporting bogus URLs as an error.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1822 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 27, 2008
1 parent 84ba947 commit a56872d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions index
Expand Up @@ -34300,8 +34300,11 @@ user reload must be equivalent to .reload()
href="#browsing1">browsing context</a>.

<li><a href="#resolve" title="resolve a url">Resolve</a> the <a
href="#url">URL</a> of the new resource. If that fails, abort these
steps.
href="#url">URL</a> of the new resource. If that fails, the user agent
may abort these steps, or may treat the URL as identifying some sort of
user-agent defined error resource, which could display some sort of
inline content, or could be handled using a mechanism that does not
affect the browsing context.

<li id=navigate-fragid-step>
<p><i>Fragment identifiers</i>: If the <a href="#absolute">absolute
Expand Down
6 changes: 5 additions & 1 deletion source
Expand Up @@ -31958,7 +31958,11 @@ user reload must be equivalent to .reload()
<span>browsing context</span>.</p></li>

<li><span title="resolve a url">Resolve</span> the <span>URL</span>
of the new resource. If that fails, abort these steps.</li>
of the new resource. If that fails, the user agent may abort these
steps, or may treat the URL as identifying some sort of user-agent
defined error resource, which could display some sort of inline
content, or could be handled using a mechanism that does not affect
the browsing context.</li>

<li id="navigate-fragid-step"><p><i>Fragment identifiers</i>: If
the <span>absolute URL</span> of the new resource is the same as
Expand Down

0 comments on commit a56872d

Please sign in to comment.