html5/spec Overview.html,1.2186,1.2187

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

Modified Files:
	Overview.html 
Log Message:
Mention that tasks from discarded documents are also discarded. Change some prose to mention origins and sites instead of domains. Fire 'storage' on inactive documents as well so they all get notified. (whatwg r3026)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2186
retrieving revision 1.2187
diff -u -d -r1.2186 -r1.2187
--- Overview.html	29 Apr 2009 08:02:44 -0000	1.2186
+++ Overview.html	29 Apr 2009 08:29:29 -0000	1.2187
@@ -36423,7 +36423,9 @@
   <p>When a <a href="#browsing-context">browsing context</a> is to <dfn id="discard-a-document">discard a
   <code>Document</code></dfn>, that means that it is to lose the
   strong reference from the <code>Document</code>'s <a href="#browsing-context">browsing
-  context</a> to the <code>Document</code>.</p>
+  context</a> to the <code>Document</code>, and that any <a href="#concept-task" title="concept-task">tasks</a> associated with the
+  <code>Document</code> in any <a href="#task-source">task source</a> must be
+  removed without being run.</p>
 
   <p class="note">The <a href="#browsing-context">browsing context</a>'s <a href="#default-view">default
   view</a>'s <code><a href="#window">Window</a></code> object <a href="#implied-strong-reference" title="implied strong

Received on Wednesday, 29 April 2009 08:35:59 UTC