Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Give up on 205. Define how session history updates work withou…
…t breaking scripts.

git-svn-id: http://svn.whatwg.org/webapps@2844 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 19, 2009
1 parent 09dead2 commit 0022bc8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
21 changes: 12 additions & 9 deletions index
Expand Up @@ -39787,7 +39787,10 @@ user reload must be equivalent to .reload()
<li>Network errors</li>
</ul></div>

<!-- XXX should we define 205 processing here? e.g. reset all forms? -->
<!-- theorectically, HTTP 205 processing would occur here,
resetting all forms with no other effect. However, it seems nobody
actually wants to use this ability, so requiring it here seems
like unnecessary work. -->

<p>HTTP 401 responses that do not include a challenge recognised
by the user agent must be processed as if they had no challenge,
Expand Down Expand Up @@ -39878,14 +39881,10 @@ user reload must be equivalent to .reload()
</ol><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 follows the set of steps given below that is
appropriate for the situation at hand. From the point of view of any
script, these steps must occur atomically.</p>

<ol><li><p class=XXX>pause for scripts -- but don't use the
"pause" definition since that involves not running script!</li>
this, it must <a href=#queue-a-task>queue a task</a> to run the following
steps:</p>

<li><p><a href=#unload-a-document title="unload a document">Unload</a> the
<ol><li><p><a href=#unload-a-document title="unload a document">Unload</a> the
<code>Document</code> object of the <a href=#current-entry>current entry</a>,
with the <var title="">recycle</var> parameter set to
false.</li>
Expand Down Expand Up @@ -39954,7 +39953,11 @@ user reload must be equivalent to .reload()

</ol></li>

</ol><h4 id=read-html><span class=secno>5.10.2 </span><dfn title=navigate-html>Page load processing model for HTML files</dfn></h4>
</ol><p>The <a href=#task-source>task source</a> for this <a href=#concept-task title=concept-task>task</a> is the <a href=#networking-task-source>networking task
source</a>.</p>


<h4 id=read-html><span class=secno>5.10.2 </span><dfn title=navigate-html>Page load processing model for HTML files</dfn></h4>

<p>When an HTML document is to be loaded in a <a href=#browsing-context>browsing
context</a>, the user agent must create a <code>Document</code>
Expand Down
17 changes: 10 additions & 7 deletions source
Expand Up @@ -45328,7 +45328,10 @@ user reload must be equivalent to .reload()
</ul>
</div>

<!-- XXX should we define 205 processing here? e.g. reset all forms? -->
<!-- theorectically, HTTP 205 processing would occur here,
resetting all forms with no other effect. However, it seems nobody
actually wants to use this ability, so requiring it here seems
like unnecessary work. -->

<p>HTTP 401 responses that do not include a challenge recognised
by the user agent must be processed as if they had no challenge,
Expand Down Expand Up @@ -45434,15 +45437,11 @@ user reload must be equivalent to .reload()
<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 follows the set of steps given below that is
appropriate for the situation at hand. From the point of view of any
script, these steps must occur atomically.</p>
this, it must <span>queue a task</span> to run the following
steps:</p>

<ol>

<li><p class="XXX">pause for scripts -- but don't use the
"pause" definition since that involves not running script!</p></li>

<li><p><span title="unload a document">Unload</span> the
<code>Document</code> object of the <span>current entry</span>,
with the <var title="">recycle</var> parameter set to
Expand Down Expand Up @@ -45531,6 +45530,10 @@ user reload must be equivalent to .reload()

</ol>

<p>The <span>task source</span> for this <span
title="concept-task">task</span> is the <span>networking task
source</span>.</p>


<h4 id="read-html"><dfn title="navigate-html">Page load processing model for HTML files</dfn></h4>

Expand Down

0 comments on commit 0022bc8

Please sign in to comment.