html5/spec Overview.html,1.3587,1.3588

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25182

Modified Files:
	Overview.html 
Log Message:
Say that failure means network-error-like failure, not, say, 404-like failure. (whatwg r4488)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3587
retrieving revision 1.3588
diff -u -d -r1.3587 -r1.3588
--- Overview.html	5 Jan 2010 11:34:00 -0000	1.3587
+++ Overview.html	5 Jan 2010 11:45:00 -0000	1.3588
@@ -46286,7 +46286,8 @@
    <a href="#fetch">fetch</a> the resource normally and abort these
    steps.</li>
 
-   <li><p>Fail the resource load.</li>
+   <li><p>Fail the resource load as if there had been a generic
+   network error.</li>
 
   </ol><p class="note">The above algorithm ensures that so long as the
   <a href="#concept-appcache-onlinewhitelist-wildcard" title="concept-appcache-onlinewhitelist-wildcard">online

Received on Tuesday, 5 January 2010 11:45:05 UTC