[html5] r5256 - [e] (0) Clarify that there's no deadlock when navigating...

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 9 17:01:09 PDT 2010


Author: ianh
Date: 2010-08-09 17:01:08 -0700 (Mon, 09 Aug 2010)
New Revision: 5256

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that there's no deadlock when navigating...

Modified: complete.html
===================================================================
--- complete.html	2010-08-09 23:15:16 UTC (rev 5255)
+++ complete.html	2010-08-10 00:01:08 UTC (rev 5256)
@@ -209,7 +209,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 9 August 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 10 August 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -60254,8 +60254,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>,

Modified: index
===================================================================
--- index	2010-08-09 23:15:16 UTC (rev 5255)
+++ index	2010-08-10 00:01:08 UTC (rev 5256)
@@ -213,7 +213,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 9 August 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 10 August 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -60181,8 +60181,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>,

Modified: source
===================================================================
--- source	2010-08-09 23:15:16 UTC (rev 5255)
+++ source	2010-08-10 00:01:08 UTC (rev 5256)
@@ -68032,8 +68032,9 @@
   <p>Some of the sections below, to which the above algorithm defers
   in certain cases, require the user agent to <dfn>update the session
   history with the new page</dfn>. When a user agent is required to do
-  this, it must <span>queue a task</span> to run the following
-  steps:</p>
+  this, it must <span>queue a task</span> (associated with the
+  <code>Document</code> object of the <span>current entry</span>, not
+  the new one) to run the following steps:</p>
 
   <ol>
 




More information about the Commit-Watchers mailing list