- From: poot <cvsmail@w3.org>
- Date: Mon, 31 Jan 2011 20:31:31 -0500
- To: public-html-diffs@w3.org
hixie: clarify that pages with a manifest='' always get served from
their cache. (whatwg r5813)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4671&r2=1.4672&f=h
http://html5.org/tools/web-apps-tracker?from=5812&to=5813
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4671
retrieving revision 1.4672
diff -u -d -r1.4671 -r1.4672
--- Overview.html 1 Feb 2011 00:42:42 -0000 1.4671
+++ Overview.html 1 Feb 2011 01:30:12 -0000 1.4672
@@ -46233,6 +46233,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>,
Received on Tuesday, 1 February 2011 01:31:34 UTC