Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) clarify that pages with a manifest='' always get served from …
…their cache.

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

git-svn-id: http://svn.whatwg.org/webapps@5813 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 1, 2011
1 parent b3e6c24 commit 60864f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions complete.html
Expand Up @@ -62491,6 +62491,11 @@ <h5 id=parsing-cache-manifests><span class=secno>6.6.3.3 </span>Parsing cache ma

</ol><div class=note>

<p>The resource that declares the manifest (with the <code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code> attribute) will always
get taken from the cache, whether it is listed in the cache or not,
even if it is listed in an <a href=#concept-appcache-onlinewhitelist title=concept-appcache-onlinewhitelist>online whitelist
namespace</a>.</p>

<p>If a resource is listed in the <a href=#concept-appcache-manifest-explicit title=concept-appcache-manifest-explicit>explicit section</a>
or as a <a href=#concept-appcache-fallback title=concept-appcache-fallback>fallback
entry</a> in the <a href=#concept-appcache-manifest-fallback title=concept-appcache-manifest-fallback>fallback section</a>,
Expand Down
5 changes: 5 additions & 0 deletions index
Expand Up @@ -62482,6 +62482,11 @@ NETWORK:

</ol><div class=note>

<p>The resource that declares the manifest (with the <code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code> attribute) will always
get taken from the cache, whether it is listed in the cache or not,
even if it is listed in an <a href=#concept-appcache-onlinewhitelist title=concept-appcache-onlinewhitelist>online whitelist
namespace</a>.</p>

<p>If a resource is listed in the <a href=#concept-appcache-manifest-explicit title=concept-appcache-manifest-explicit>explicit section</a>
or as a <a href=#concept-appcache-fallback title=concept-appcache-fallback>fallback
entry</a> in the <a href=#concept-appcache-manifest-fallback title=concept-appcache-manifest-fallback>fallback section</a>,
Expand Down
7 changes: 7 additions & 0 deletions source
Expand Up @@ -71041,6 +71041,13 @@ NETWORK:

<div class="note">

<p>The resource that declares the manifest (with the <code
title="attr-html-manifest">manifest</code> attribute) will always
get taken from the cache, whether it is listed in the cache or not,
even if it is listed in an <span
title="concept-appcache-onlinewhitelist">online whitelist
namespace</span>.</p>

<p>If a resource is listed in the <span
title="concept-appcache-manifest-explicit">explicit section</span>
or as a <span title="concept-appcache-fallback">fallback
Expand Down

0 comments on commit 60864f3

Please sign in to comment.