- From: poot <cvsmail@w3.org>
- Date: Thu, 14 Jul 2011 18:39:44 -0400
- To: public-html-diffs@w3.org
hixie: Make pushState() and replaceState() switch the session history entry to GET. (whatwg r6298) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5029&r2=1.5030&f=h http://html5.org/tools/web-apps-tracker?from=6297&to=6298 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5029 retrieving revision 1.5030 diff -u -d -r1.5029 -r1.5030 --- Overview.html 14 Jul 2011 22:31:37 -0000 1.5029 +++ Overview.html 14 Jul 2011 22:39:17 -0000 1.5030 @@ -45337,6 +45337,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
Received on Thursday, 14 July 2011 22:39:49 UTC