html5/spec Overview.html,1.5311,1.5312

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

Modified Files:
	Overview.html 
Log Message:
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)

Index: Overview.html
===================================================================
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:34 UTC