- From: poot <cvsmail@w3.org>
- Date: Fri, 15 Jan 2010 08:47:03 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: more session history editorial fixes (whatwg r4589) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3665&r2=1.3666&f=h http://html5.org/tools/web-apps-tracker?from=4588&to=4589 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3665 retrieving revision 1.3666 diff -u -d -r1.3665 -r1.3666 --- Overview.html 14 Jan 2010 23:40:09 -0000 1.3665 +++ Overview.html 14 Jan 2010 23:46:53 -0000 1.3666 @@ -43272,10 +43272,11 @@ </table><hr><p>The <dfn id="dom-history-pushstate" title="dom-history-pushState"><code>pushState(<var title="">data</var>, <var title="">title</var>, <var title="">url</var>)</code></dfn> method adds a state object entry to the history.</p> - <p>The <dfn id="dom-history-replacestate" title="dom-history-replaceState"><code>replaceState(<var title="">data</var>, <var title="">title</var>, <var title="">url</var>)</code></dfn> method updates the <a href="#current-entry">current - entry</a> in the history to have a state object.</p> + <p>The <dfn id="dom-history-replacestate" title="dom-history-replaceState"><code>replaceState(<var title="">data</var>, <var title="">title</var>, <var title="">url</var>)</code></dfn> method updates the state object, + title, and optionally the <a href="#url">URL</a> of the <a href="#current-entry">current + entry</a> in the history.</p> - <p>When either of these methods are invoked, the user agent must run + <p>When either of these methods is invoked, the user agent must run the following steps:</p> <ol><li><p>Let <var title="">clone data</var> be a <a href="#structured-clone">structured @@ -67407,6 +67408,7 @@ Jukka K. Korpela, Jules Clément-Ripoche, Julian Reschke, + Justin Lebar, Justin Sinclair, Kai Hendry, Kartikaya Gupta,
Received on Thursday, 14 January 2010 23:47:32 UTC