[html5] r5813 - [e] (0) clarify that pages with a manifest='' always get served from their cache [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 31 17:30:08 PST 2011


Author: ianh
Date: 2011-01-31 17:30:07 -0800 (Mon, 31 Jan 2011)
New Revision: 5813

Modified:
   complete.html
   index
   source
Log:
[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

Modified: complete.html
===================================================================
--- complete.html	2011-02-01 00:42:36 UTC (rev 5812)
+++ complete.html	2011-02-01 01:30:07 UTC (rev 5813)
@@ -62491,6 +62491,11 @@
 
   </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>,

Modified: index
===================================================================
--- index	2011-02-01 00:42:36 UTC (rev 5812)
+++ index	2011-02-01 01:30:07 UTC (rev 5813)
@@ -62482,6 +62482,11 @@
 
   </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>,

Modified: source
===================================================================
--- source	2011-02-01 00:42:36 UTC (rev 5812)
+++ source	2011-02-01 01:30:07 UTC (rev 5813)
@@ -71041,6 +71041,13 @@
 
   <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




More information about the Commit-Watchers mailing list