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)

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)

discard a Document
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2187.html#discard-a-document

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2186&r2=1.2187&f=h
http://html5.org/tools/web-apps-tracker?from=3025&to=3026

===================================================================
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:38:01 UTC