Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (0) Make pushState() and replaceState() switch the session his…
…tory entry to GET.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12446

git-svn-id: http://svn.whatwg.org/webapps@6298 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 14, 2011
1 parent 56a00bb commit 124d459
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete.html
Expand Up @@ -63497,6 +63497,12 @@ <h4 id=the-history-interface><span class=secno>6.4.2 </span>The <code><a href=#h

</ol></li>

<li><p>If the <a href=#current-entry>current entry</a> in the session history
represents a non-GET request (e.g. it was the result of a POST
submission) then update it to instead represent a GET request
(<a href=#concept-http-equivalent-get title=concept-http-equivalent-get>or
equivalent</a>).</li>

<li>

<p>If the third argument is present, set <a href="#the-document's-current-address">the document's
Expand Down
6 changes: 6 additions & 0 deletions index
Expand Up @@ -63369,6 +63369,12 @@ x === this; // true</pre>

</ol></li>

<li><p>If the <a href=#current-entry>current entry</a> in the session history
represents a non-GET request (e.g. it was the result of a POST
submission) then update it to instead represent a GET request
(<a href=#concept-http-equivalent-get title=concept-http-equivalent-get>or
equivalent</a>).</li>

<li>

<p>If the third argument is present, set <a href="#the-document's-current-address">the document's
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -72204,6 +72204,12 @@ x === this; // true</pre>

</li>

<li><p>If the <span>current entry</span> in the session history
represents a non-GET request (e.g. it was the result of a POST
submission) then update it to instead represent a GET request
(<span title="concept-http-equivalent-get">or
equivalent</span>).</p></li>

<li>

<p>If the third argument is present, set <span>the document's
Expand Down

0 comments on commit 124d459

Please sign in to comment.