[html5] r3454 - [gow] (2) appcache: Master entries shouldn't have fragids in the cache either.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 20 15:47:41 PDT 2009
Author: ianh
Date: 2009-07-20 15:47:39 -0700 (Mon, 20 Jul 2009)
New Revision: 3454
Modified:
index
source
Log:
[gow] (2) appcache: Master entries shouldn't have fragids in the cache either.
Modified: index
===================================================================
--- index 2009-07-20 22:18:44 UTC (rev 3453)
+++ index 2009-07-20 22:47:39 UTC (rev 3454)
@@ -49861,7 +49861,10 @@
<p>Otherwise, associate the <code>Document</code> for this entry
with <var title="">cache</var>; store the resource for this
entry in <var title="">cache</var>, if it isn't already there,
- and categorize its entry as a <a href=#concept-appcache-master title=concept-appcache-master>master entry</a>.</p>
+ and categorize its entry as a <a href=#concept-appcache-master title=concept-appcache-master>master entry</a>. If the
+ resource's <a href=#url>URL</a> has a <a href=#url-fragment title=url-fragment><fragment></a> component, it must
+ be removed from the entry in <var title="">cache</var>
+ (applications caches never include fragment identifiers).</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
@@ -71770,6 +71773,7 @@
André E. Veltstra,
Andrew Clover,
Andrew Gove,
+ Andrew Grieve,
Andrew Sidwell,
Andrew Smith,
Andrew W. Hagen,
Modified: source
===================================================================
--- source 2009-07-20 22:18:44 UTC (rev 3453)
+++ source 2009-07-20 22:47:39 UTC (rev 3454)
@@ -56743,7 +56743,11 @@
with <var title="">cache</var>; store the resource for this
entry in <var title="">cache</var>, if it isn't already there,
and categorize its entry as a <span
- title="concept-appcache-master">master entry</span>.</p>
+ title="concept-appcache-master">master entry</span>. If the
+ resource's <span>URL</span> has a <span
+ title="url-fragment"><fragment></span> component, it must
+ be removed from the entry in <var title="">cache</var>
+ (applications caches never include fragment identifiers).</p>
<p class="note">HTTP caching rules, such as <code
title="">Cache-Control: no-store</code>, are ignored for the
@@ -84766,6 +84770,7 @@
André E. Veltstra,
Andrew Clover,
Andrew Gove,
+ Andrew Grieve,
Andrew Sidwell,
Andrew Smith,
Andrew W. Hagen,
More information about the Commit-Watchers
mailing list