Skip to content

Commit

Permalink
[] (0) Add minor clarifications about interactions of appcache and HT…
Browse files Browse the repository at this point in the history
…TP. (credit: ap)

git-svn-id: http://svn.whatwg.org/webapps@2694 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 23, 2009
1 parent bedeaa1 commit 1f0ee39
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index
Expand Up @@ -37234,6 +37234,10 @@ style/default.css</pre>
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
Expand Down Expand Up @@ -37635,7 +37639,12 @@ style/default.css</pre>

</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
Expand Down
10 changes: 10 additions & 0 deletions source
Expand Up @@ -42387,6 +42387,11 @@ style/default.css</pre>
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
Expand Down Expand Up @@ -42864,6 +42869,11 @@ style/default.css</pre>

</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
Expand Down

0 comments on commit 1f0ee39

Please sign in to comment.