[html5] r6298 - [giow] (0) Make pushState() and replaceState() switch the session history entry [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 14 15:39:13 PDT 2011
Author: ianh
Date: 2011-07-14 15:39:11 -0700 (Thu, 14 Jul 2011)
New Revision: 6298
Modified:
complete.html
index
source
Log:
[giow] (0) Make pushState() and replaceState() switch the session history entry to GET.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12446
Modified: complete.html
===================================================================
--- complete.html 2011-07-14 22:31:31 UTC (rev 6297)
+++ complete.html 2011-07-14 22:39:11 UTC (rev 6298)
@@ -63497,6 +63497,12 @@
</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
Modified: index
===================================================================
--- index 2011-07-14 22:31:31 UTC (rev 6297)
+++ index 2011-07-14 22:39:11 UTC (rev 6298)
@@ -63369,6 +63369,12 @@
</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
Modified: source
===================================================================
--- source 2011-07-14 22:31:31 UTC (rev 6297)
+++ source 2011-07-14 22:39:11 UTC (rev 6298)
@@ -72204,6 +72204,12 @@
</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
More information about the Commit-Watchers
mailing list