Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gow] (2) appcache: Master entries shouldn't have fragids in the cach…
…e either.

git-svn-id: http://svn.whatwg.org/webapps@3454 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 20, 2009
1 parent de5c371 commit a0f13a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion index
Expand Up @@ -49861,7 +49861,10 @@ style/default.css</pre>
<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>&lt;fragment&gt;</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
Expand Down Expand Up @@ -71770,6 +71773,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Andr&eacute; E. Veltstra,
Andrew Clover,
Andrew Gove,
Andrew Grieve,
Andrew Sidwell,
Andrew Smith,
Andrew W. Hagen,
Expand Down
7 changes: 6 additions & 1 deletion source
Expand Up @@ -56743,7 +56743,11 @@ style/default.css</pre>
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">&lt;fragment&gt;</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
Expand Down Expand Up @@ -84766,6 +84770,7 @@ time:empty { binding: <i title="">time</i>; }</pre>
Andr&eacute; E. Veltstra,
Andrew Clover,
Andrew Gove,
Andrew Grieve,
Andrew Sidwell,
Andrew Smith,
Andrew W. Hagen,
Expand Down

0 comments on commit a0f13a6

Please sign in to comment.