Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gw] (2) If an appcache is obsolete, swapCache() will now unassociate…
… altogether.

git-svn-id: http://svn.whatwg.org/webapps@2809 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2009
1 parent 5bcca22 commit 9a953d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions index
Expand Up @@ -41200,9 +41200,10 @@ style/default.css</pre>
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>
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -44045,9 +44045,10 @@ style/default.css</pre>

<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>
Expand Down

0 comments on commit 9a953d9

Please sign in to comment.