- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 20 Jul 2009 22:47:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10943
Modified Files:
Overview.html
Log Message:
appcache: Master entries shouldn't have fragids in the cache either. (whatwg r3454)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2578
retrieving revision 1.2579
diff -u -d -r1.2578 -r1.2579
--- Overview.html 20 Jul 2009 22:18:50 -0000 1.2578
+++ Overview.html 20 Jul 2009 22:47:45 -0000 1.2579
@@ -44818,7 +44818,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
@@ -65479,6 +65482,7 @@
André E. Veltstra,
Andrew Clover,
Andrew Gove,
+ Andrew Grieve,
Andrew Sidwell,
Andrew Smith,
Andrew W. Hagen,
Received on Monday, 20 July 2009 22:47:56 UTC