[html5] r2809 - [gw] (2) If an appcache is obsolete, swapCache() will now unassociate altogether.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 12 19:10:32 PST 2009
Author: ianh
Date: 2009-02-12 19:10:31 -0800 (Thu, 12 Feb 2009)
New Revision: 2809
Modified:
index
source
Log:
[gw] (2) If an appcache is obsolete, swapCache() will now unassociate altogether.
Modified: index
===================================================================
--- index 2009-02-13 02:34:32 UTC (rev 2808)
+++ index 2009-02-13 03:10:31 UTC (rev 2809)
@@ -41200,9 +41200,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>
Modified: source
===================================================================
--- source 2009-02-13 02:34:32 UTC (rev 2808)
+++ source 2009-02-13 03:10:31 UTC (rev 2809)
@@ -44045,9 +44045,10 @@
<li><p>If <var title="">cache</var>'s <span>application cache
group</span> is marked as <span
- title="concept-appcache-obsolete">obsolete</span>, then raise an
- <code>INVALID_STATE_ERR</code> exception and abort these
- steps.</p></li>
+ title="concept-appcache-obsolete">obsolete</span>, 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.)</p></li>
<li><p>Check that there is an application cache in the same
<span>application cache group</span> as <var title="">cache</var>
More information about the Commit-Watchers
mailing list