- From: poot <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 16:19:21 -0400
- To: public-html-diffs@w3.org
hixie: 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) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5134&r2=1.5135&f=h http://html5.org/tools/web-apps-tracker?from=6430&to=6431 =================================================================== 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:22 UTC