html5/spec content-models.html,1.81,1.82 spec.html,1.1613,1.1614

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

Modified Files:
	content-models.html spec.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)

[updated by splitter]


Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- content-models.html	10 Aug 2011 01:46:23 -0000	1.81
+++ content-models.html	12 Aug 2011 20:46:45 -0000	1.82
@@ -1554,6 +1554,9 @@
 
    <li><p>Release the <a href="webappapis.html#storage-mutex">storage mutex</a>.</p></li>
 
+   <li><p>Set the <code><a href="infrastructure.html#document">Document</a></code>'s <var title="concept-document-salvageable">salvageable</var> state to
+   false.</p></li>
+
    <li><p><a href="history.html#prompt-to-unload-a-document" title="prompt to unload a document">Prompt to
    unload</a> the <code><a href="infrastructure.html#document">Document</a></code> object. If the user
    <a href="history.html#refused-to-allow-the-document-to-be-unloaded">refused to allow the document to be unloaded</a>, then
@@ -1595,6 +1598,9 @@
    flag</a> and set the <code><a href="infrastructure.html#document">Document</a></code>'s <a href="dom.html#reload-override-buffer">reload
    override buffer</a> to the empty string.</p></li>
 
+   <li><p>Set the <code><a href="infrastructure.html#document">Document</a></code>'s <var title="concept-document-salvageable">salvageable</var> state back
+   to true.</p></li>
+
    <li><p>Change <a href="dom.html#the-document-s-address">the document's address</a> to the
    <a href="browsers.html#entry-script">entry script</a>'s <a href="webappapis.html#script-s-document" title="script's
    document">document</a>'s <a href="dom.html#the-document-s-address" title="the document's

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1613
retrieving revision 1.1614
diff -u -d -r1.1613 -r1.1614
--- spec.html	12 Aug 2011 19:46:21 -0000	1.1613
+++ spec.html	12 Aug 2011 20:46:50 -0000	1.1614
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5134.
+This is revision 1.5135.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Friday, 12 August 2011 20:46:54 UTC