[html5] r2581 - [e] (0) obsolete note. (credit: ap)
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 24 13:24:32 PST 2008
Author: ianh
Date: 2008-12-24 13:24:31 -0800 (Wed, 24 Dec 2008)
New Revision: 2581
Modified:
index
source
Log:
[e] (0) obsolete note. (credit: ap)
Modified: index
===================================================================
--- index 2008-12-24 12:41:24 UTC (rev 2580)
+++ index 2008-12-24 21:24:31 UTC (rev 2581)
@@ -37077,23 +37077,11 @@
<code>Document</code> with which the <code><a href=#applicationcache>ApplicationCache</a></code>
object is associated.</li>
- <li>
+ <li><p>Check that <var title="">document</var> is associated with
+ an <a href=#application-cache>application cache</a>. If it is not, then raise an
+ <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception and abort these
+ steps.</li>
- <p>Check that <var title="">document</var> is associated with an
- <a href=#application-cache>application cache</a>. If it is not, then raise an
- <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception and abort these
- steps.</p>
-
- <p class=note>This is not the same thing as the
- <code><a href=#applicationcache>ApplicationCache</a></code> object being itself associated with
- an <a href=#application-cache>application cache</a>! In particular, the
- <code>Document</code> with which the <code><a href=#applicationcache>ApplicationCache</a></code>
- object is associated can only itself be associated with an
- application cache if it is in a <a href=#top-level-browsing-context>top-level browsing
- context</a>.</p>
-
- </li>
-
<li><p>Let <var title="">cache</var> be the <a href=#application-cache>application
cache</a> with which the <code><a href=#applicationcache>ApplicationCache</a></code> object is
associated. (By definition, this is the same as the one that was
Modified: source
===================================================================
--- source 2008-12-24 12:41:24 UTC (rev 2580)
+++ source 2008-12-24 21:24:31 UTC (rev 2581)
@@ -42203,23 +42203,11 @@
<code>Document</code> with which the <code>ApplicationCache</code>
object is associated.</p></li>
- <li>
+ <li><p>Check that <var title="">document</var> is associated with
+ an <span>application cache</span>. If it is not, then raise an
+ <code>INVALID_STATE_ERR</code> exception and abort these
+ steps.</p></li>
- <p>Check that <var title="">document</var> is associated with an
- <span>application cache</span>. If it is not, then raise an
- <code>INVALID_STATE_ERR</code> exception and abort these
- steps.</p>
-
- <p class="note">This is not the same thing as the
- <code>ApplicationCache</code> object being itself associated with
- an <span>application cache</span>! In particular, the
- <code>Document</code> with which the <code>ApplicationCache</code>
- object is associated can only itself be associated with an
- application cache if it is in a <span>top-level browsing
- context</span>.</p>
-
- </li>
-
<li><p>Let <var title="">cache</var> be the <span>application
cache</span> with which the <code>ApplicationCache</code> object is
associated. (By definition, this is the same as the one that was
More information about the Commit-Watchers
mailing list