- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Feb 2011 01:30:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8655 Modified Files: Overview.html Log Message: clarify that pages with a manifest='' always get served from their cache. (whatwg r5813) Index: Overview.html =================================================================== 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:30:18 UTC