Skip to content

Commit

Permalink
[e] (0) Say that failure means network-error-like failure, not, say, …
Browse files Browse the repository at this point in the history
…404-like failure.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8389

git-svn-id: http://svn.whatwg.org/webapps@4488 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent bd5c670 commit ca95a10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -54437,7 +54437,8 @@ <h4 id=the-application-cache-selection-algorithm><span class=secno>6.9.5 </span>
<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
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -51608,7 +51608,8 @@ NETWORK:
<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
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -61410,7 +61410,8 @@ NETWORK:
<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>

Expand Down

0 comments on commit ca95a10

Please sign in to comment.