html5/spec Overview.html,1.1751,1.1752

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

Modified Files:
	Overview.html 
Log Message:
obsolete note. (credit: ap) (whatwg r2581)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1751
retrieving revision 1.1752
diff -u -d -r1.1751 -r1.1752
--- Overview.html	24 Dec 2008 12:41:28 -0000	1.1751
+++ Overview.html	24 Dec 2008 21:24:36 -0000	1.1752
@@ -30238,22 +30238,10 @@
    <code>Document</code> with which the <code><a href=#applicationcache>ApplicationCache</a></code>
    object is associated.</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.</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>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>
 
    <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

Received on Wednesday, 24 December 2008 21:24:49 UTC