- From: poot <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 07:48:03 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: appcache: Master entries shouldn't have fragids in the cache either. (whatwg r3454) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2578&r2=1.2579&f=h http://html5.org/tools/web-apps-tracker?from=3453&to=3454 =================================================================== 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:48:45 UTC