[html5] r2694 - [] (0) Add minor clarifications about interactions of appcache and HTTP. (credit: ap)
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 22 16:38:15 PST 2009
Author: ianh
Date: 2009-01-22 16:38:14 -0800 (Thu, 22 Jan 2009)
New Revision: 2694
Modified:
index
source
Log:
[] (0) Add minor clarifications about interactions of appcache and HTTP. (credit: ap)
Modified: index
===================================================================
--- index 2009-01-23 00:09:08 UTC (rev 2693)
+++ index 2009-01-23 00:38:14 UTC (rev 2694)
@@ -37234,6 +37234,10 @@
of user interface indicating to the user that the application is
up to date.</p>
+ <p class=note>HTTP caching rules, such as <code title="">Cache-Control: no-store</code>, are ignored for the
+ purposes of the <a href=#application-cache-update-process>application cache update
+ process</a>.</p>
+
</li>
<li><p>Empty <var title="">cache group</var>'s <a href=#concept-appcache-pending-masters title=concept-appcache-pending-masters>list of pending master
@@ -37635,7 +37639,12 @@
</ol></dd>
- </dl><hr><p>User agents may invoke the <a href=#application-cache-update-process>application cache update
+ </dl><p>Attempts to <a href=#fetch>fetch</a> resources as part of the
+ <a href=#application-cache-update-process>application cache update process</a> may be done with
+ cache-defeating semantics, to avoid problems with stale or
+ inconsistent intermediary caches.</p>
+
+ <hr><p>User agents may invoke the <a href=#application-cache-update-process>application cache update
process</a>, in the background, for any <a href=#application-cache>application
cache</a>, at any time (with no <a href=#browsing-context>browsing
context</a>). This allows user agents to keep caches primed and
Modified: source
===================================================================
--- source 2009-01-23 00:09:08 UTC (rev 2693)
+++ source 2009-01-23 00:38:14 UTC (rev 2694)
@@ -42387,6 +42387,11 @@
of user interface indicating to the user that the application is
up to date.</p>
+ <p class="note">HTTP caching rules, such as <code
+ title="">Cache-Control: no-store</code>, are ignored for the
+ purposes of the <span>application cache update
+ process</span>.</p>
+
</li>
<li><p>Empty <var title="">cache group</var>'s <span
@@ -42864,6 +42869,11 @@
</dl>
+ <p>Attempts to <span>fetch</span> resources as part of the
+ <span>application cache update process</span> may be done with
+ cache-defeating semantics, to avoid problems with stale or
+ inconsistent intermediary caches.</p>
+
<hr>
<p>User agents may invoke the <span>application cache update
More information about the Commit-Watchers
mailing list