Skip to content

Commit

Permalink
[e] (0) Appcache: try to clarify some requirements.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2349 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 17, 2008
1 parent 14822af commit a1ca34b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
19 changes: 10 additions & 9 deletions index
Expand Up @@ -34603,8 +34603,8 @@ style/default.css</pre>

<dd>

<p>Copy the resource and its metadata from <var title="">cache</var>, and ignore the resource obtained from
the network.</p>
<p>Copy the resource and its metadata from <var title="">cache</var>, and act as if that was the fetched
resource, ignoring the resource obtained from the network.</p>

</dd>

Expand Down Expand Up @@ -34947,9 +34947,8 @@ style/default.css</pre>
equivalent, or if there were network errors (but not if the user
canceled the download), then instead get, from the cache, the
resource of the <a href=#concept-appcache-fallback title=concept-appcache-fallback>fallback
entry</a> corresponding to the namespace with the longest
matching <a href=#url-path title=url-path>&lt;path&gt;</a>
component. Abort these steps.</p>
entry</a> corresponding to the matched namespace. Abort these
steps.</p>

</li>

Expand Down Expand Up @@ -35864,10 +35863,12 @@ user reload must be equivalent to .reload()
on session history, e.g. bookmarking) the user agent must use the
URL of the resource that was requested (the one that matched the
<a href=#concept-appcache-fallback-ns title=concept-appcache-fallback-ns>fallback
namespace</a>), not the fallback resource. However, the user
agent may indicate to the user that the original page load failed,
that the page used was a fallback resource, and what the URL of
the fallback resource actually is.</p>
namespace</a>), not the fallback resource, as the resource's
<span title="the document's address">address</span><!-- XXXDOCURL
-->. However, the user agent may indicate to the user that the
original page load failed, that the page used was a fallback
resource, and what the URL of the fallback resource actually
is.</p>

</li>

Expand Down
19 changes: 10 additions & 9 deletions source
Expand Up @@ -39295,8 +39295,8 @@ style/default.css</pre>
<dd>

<p>Copy the resource and its metadata from <var
title="">cache</var>, and ignore the resource obtained from
the network.</p>
title="">cache</var>, and act as if that was the fetched
resource, ignoring the resource obtained from the network.</p>

</dd>

Expand Down Expand Up @@ -39701,9 +39701,8 @@ style/default.css</pre>
equivalent, or if there were network errors (but not if the user
canceled the download), then instead get, from the cache, the
resource of the <span title="concept-appcache-fallback">fallback
entry</span> corresponding to the namespace with the longest
matching <span title="url-path">&lt;path&gt;</span>
component. Abort these steps.</p>
entry</span> corresponding to the matched namespace. Abort these
steps.</p>

</li>

Expand Down Expand Up @@ -40766,10 +40765,12 @@ user reload must be equivalent to .reload()
on session history, e.g. bookmarking) the user agent must use the
URL of the resource that was requested (the one that matched the
<span title="concept-appcache-fallback-ns">fallback
namespace</span>), not the fallback resource. However, the user
agent may indicate to the user that the original page load failed,
that the page used was a fallback resource, and what the URL of
the fallback resource actually is.</p>
namespace</span>), not the fallback resource, as the resource's
<span title="the document's address">address</span><!-- XXXDOCURL
-->. However, the user agent may indicate to the user that the
original page load failed, that the page used was a fallback
resource, and what the URL of the fallback resource actually
is.</p>

</li>

Expand Down

0 comments on commit a1ca34b

Please sign in to comment.