hixie: Rephrase how EventSource is protected from garbage collection to make more sense. Note that EventSource objects are allowed to survive the bfcache (unlike, say, WebSocket connections). (whatwg r6624)

hixie: Rephrase how EventSource is protected from garbage collection to
make more sense. Note that EventSource objects are allowed to survive
the bfcache (unlike, say, WebSocket connections). (whatwg r6624)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5311&r2=1.5312&f=h
http://html5.org/tools/web-apps-tracker?from=6623&to=6624

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5311
retrieving revision 1.5312
diff -u -d -r1.5311 -r1.5312
--- Overview.html 4 Oct 2011 19:25:14 -0000 1.5311
+++ Overview.html 4 Oct 2011 19:58:28 -0000 1.5312
@@ -47274,6 +47274,12 @@
    </li>
 
    <li><p>If the <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state is
+   false, <span title="concept-EventSource-forcibly-close">forcibly
+   close</span> any <code>EventSource</code> objects that whose
+   constructor was invoked from the <code><a href="#document">Document</a></code>'s
+   <code><a href="#window">Window</a></code> object.</li>
+
+   <li><p>If the <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable"><a href="#concept-document-salvageable">salvageable</a></var> state is
    false, empty the <code><a href="#document">Document</a></code>'s <code><a href="#window">Window</a></code>'s
    <a href="#list-of-active-timeouts">list of active timeouts</a> and its <a href="#list-of-active-intervals">list of active
    intervals</a>.</li>

Received on Tuesday, 4 October 2011 19:58:42 UTC