spec/Overview.html 1.1011 1822 Allow reporting bogus URLs as an error.

Allow reporting bogus URLs as an error. (whatwg r1822) (changed by: Ian
Hickson)

Diff: http://people.w3.org/mike/diffs/html5/spec/Overview.1.1011.html
Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1010&r2=1.1011&f=h
http://dev.w3.org/html5/spec/Overview.html

http://html5.org/tools/web-apps-tracker?from=1821&to=1822

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1010
retrieving revision 1.1011
diff -u -d -r1.1010 -r1.1011
--- Overview.html	27 Jun 2008 21:50:50 -0000	1.1010
+++ Overview.html	27 Jun 2008 21:57:57 -0000	1.1011
@@ -34404,8 +34404,11 @@
      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

Received on Friday, 27 June 2008 22:00:42 UTC