html5/spec Overview.html,1.5134,1.5135

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

Modified Files:
	Overview.html 
Log Message:
Make document.open() reset the timeouts. Make the document after a document.open() call still survive session history even if the 'old' document had an unload handler. (whatwg r6431)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5134
retrieving revision 1.5135
diff -u -d -r1.5134 -r1.5135
--- Overview.html	12 Aug 2011 19:42:58 -0000	1.5134
+++ Overview.html	12 Aug 2011 20:19:10 -0000	1.5135
@@ -10393,6 +10393,9 @@
 
    <li><p>Release the <a href="#storage-mutex">storage mutex</a>.</li>
 
+   <li><p>Set the <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable">salvageable</var> state to
+   false.</li>
+
    <li><p><a href="#prompt-to-unload-a-document" title="prompt to unload a document">Prompt to
    unload</a> the <code><a href="#document">Document</a></code> object. If the user
    <a href="#refused-to-allow-the-document-to-be-unloaded">refused to allow the document to be unloaded</a>, then
@@ -10434,6 +10437,9 @@
    flag</a> and set the <code><a href="#document">Document</a></code>'s <a href="#reload-override-buffer">reload
    override buffer</a> to the empty string.</li>
 
+   <li><p>Set the <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable">salvageable</var> state back
+   to true.</li>
+
    <li><p>Change <a href="#the-document-s-address">the document's address</a> to the
    <a href="#entry-script">entry script</a>'s <a href="#script-s-document" title="script's
    document">document</a>'s <a href="#the-document-s-address" title="the document's

Received on Friday, 12 August 2011 20:19:16 UTC