- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Jun 2008 21:58:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26348
Modified Files:
Overview.html
Log Message:
Allow reporting bogus URLs as an error. (whatwg r1822)
Index: Overview.html
===================================================================
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 21:58:34 UTC