hixie: Say that failure means network-error-like failure, not, say, 404-like failure. (whatwg r4488)

hixie: Say that failure means network-error-like failure, not, say,
404-like failure. (whatwg r4488)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3587&r2=1.3588&f=h
http://html5.org/tools/web-apps-tracker?from=4487&to=4488

===================================================================
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:41 UTC