[html5] r1822 - [] (0) Allow reporting bogus URLs as an error.

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 27 14:57:54 PDT 2008


Author: ianh
Date: 2008-06-27 14:57:53 -0700 (Fri, 27 Jun 2008)
New Revision: 1822

Modified:
   index
   source
Log:
[] (0) Allow reporting bogus URLs as an error.

Modified: index
===================================================================
--- index	2008-06-27 21:50:46 UTC (rev 1821)
+++ index	2008-06-27 21:57:53 UTC (rev 1822)
@@ -34300,8 +34300,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

Modified: source
===================================================================
--- source	2008-06-27 21:50:46 UTC (rev 1821)
+++ source	2008-06-27 21:57:53 UTC (rev 1822)
@@ -31958,7 +31958,11 @@
    <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




More information about the Commit-Watchers mailing list