- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Jan 2010 23:46:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13355
Modified Files:
Overview.html
Log Message:
more session history editorial fixes (whatwg r4589)
Index: Overview.html
===================================================================
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:46:58 UTC