html5/spec Overview.html,1.1979,1.1980

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11276

Modified Files:
	Overview.html 
Log Message:
If an appcache is obsolete, swapCache() will now unassociate altogether. (whatwg r2809)

Index: Overview.html
===================================================================
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:10:49 UTC