Skip to content

Commit

Permalink
[e] (0) Clarify that there's no deadlock when navigating...
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5256 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 10, 2010
1 parent c0bb2ea commit cf882c6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -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 &mdash; 9 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -60254,8 +60254,9 @@ <h4 id=navigating-across-documents><span class=secno>6.5.1 </span>Navigating acr
</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>,
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -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 &mdash; 9 August 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -60181,8 +60181,9 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
</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>,
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -68032,8 +68032,9 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<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>

Expand Down

0 comments on commit cf882c6

Please sign in to comment.