- From: poot <cvsmail@w3.org>
- Date: Fri, 13 Feb 2009 12:14:34 +0900 (JST)
- To: public-html-diffs@w3.org
If an appcache is obsolete, swapCache() will now unassociate altogether.
(whatwg r2809)
swapCache()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1980.html#dom-appcache-swapcache
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1979&r2=1.1980&f=h
http://html5.org/tools/web-apps-tracker?from=2808&to=2809
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1979
retrieving revision 1.1980
diff -u -d -r1.1979 -r1.1980
--- Overview.html 13 Feb 2009 02:34:37 -0000 1.1979
+++ Overview.html 13 Feb 2009 03:10:37 -0000 1.1980
@@ -41195,9 +41195,10 @@
found in the previous step.)</li>
<li><p>If <var title="">cache</var>'s <a href=#application-cache-group>application cache
- group</a> is marked as <a href=#concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</a>, then raise an
- <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception and abort these
- steps.</li>
+ group</a> is marked as <a href=#concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</a>, then unassociate
+ <var title="">document</var> from <var title="">cache</var> and
+ abort these steps. (Resources will now load from the network
+ instead of the cache.)</li>
<li><p>Check that there is an application cache in the same
<a href=#application-cache-group>application cache group</a> as <var title="">cache</var>
Received on Friday, 13 February 2009 03:15:12 UTC