- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Jul 2011 22:39:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16537 Modified Files: Overview.html Log Message: Make pushState() and replaceState() switch the session history entry to GET. (whatwg r6298) Index: Overview.html =================================================================== 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:22 UTC