hixie: Clarify that there's no deadlock when navigating... (whatwg r5256)

hixie: Clarify that there's no deadlock when navigating... (whatwg
r5256)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4184&r2=1.4185&f=h
http://html5.org/tools/web-apps-tracker?from=5255&to=5256

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4184
retrieving revision 1.4185
diff -u -d -r1.4184 -r1.4185
--- Overview.html 9 Aug 2010 23:15:21 -0000 1.4184
+++ Overview.html 10 Aug 2010 00:01:13 -0000 1.4185
@@ -309,7 +309,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-9-august-2010">Editor's Draft 9 August 2010</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-10-august-2010">Editor's Draft 10 August 2010</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -415,7 +415,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 9 August 2010 Editor's Draft.
+  This specification is the 10 August 2010 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -43303,8 +43303,9 @@
   </ol><hr><p>Some of the sections below, to which the above algorithm defers
   in certain cases, require the user agent to <dfn id="update-the-session-history-with-the-new-page">update the session
   history with the new page</dfn>. When a user agent is required to do
-  this, it must <a href="#queue-a-task">queue a task</a> to run the following
-  steps:</p>
+  this, it must <a href="#queue-a-task">queue a task</a> (associated with the
+  <code><a href="#document">Document</a></code> object of the <a href="#current-entry">current entry</a>, not
+  the new one) to run the following steps:</p>
 
   <ol><li><p><a href="#unload-a-document" title="unload a document">Unload</a> the
    <code><a href="#document">Document</a></code> object of the <a href="#current-entry">current entry</a>,

Received on Tuesday, 10 August 2010 00:02:07 UTC