[html5] r4488 - [e] (0) Say that failure means network-error-like failure, not, say, 404-like fa [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 5 03:44:55 PST 2010
Author: ianh
Date: 2010-01-05 03:44:52 -0800 (Tue, 05 Jan 2010)
New Revision: 4488
Modified:
complete.html
index
source
Log:
[e] (0) Say that failure means network-error-like failure, not, say, 404-like failure.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8389
Modified: complete.html
===================================================================
--- complete.html 2010-01-05 11:33:51 UTC (rev 4487)
+++ complete.html 2010-01-05 11:44:52 UTC (rev 4488)
@@ -54437,7 +54437,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
Modified: index
===================================================================
--- index 2010-01-05 11:33:51 UTC (rev 4487)
+++ index 2010-01-05 11:44:52 UTC (rev 4488)
@@ -51608,7 +51608,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
Modified: source
===================================================================
--- source 2010-01-05 11:33:51 UTC (rev 4487)
+++ source 2010-01-05 11:44:52 UTC (rev 4488)
@@ -61410,7 +61410,8 @@
<span>fetch</span> the resource normally and abort these
steps.</p></li>
- <li><p>Fail the resource load.</p></li>
+ <li><p>Fail the resource load as if there had been a generic
+ network error.</p></li>
</ol>
More information about the Commit-Watchers
mailing list