[html5] r4589 - [e] (0) more session history editorial fixes
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 14 15:46:50 PST 2010
Author: ianh
Date: 2010-01-14 15:46:47 -0800 (Thu, 14 Jan 2010)
New Revision: 4589
Modified:
complete.html
index
source
Log:
[e] (0) more session history editorial fixes
Modified: complete.html
===================================================================
--- complete.html 2010-01-14 23:40:02 UTC (rev 4588)
+++ complete.html 2010-01-14 23:46:47 UTC (rev 4589)
@@ -55642,10 +55642,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
@@ -87471,6 +87472,7 @@
Jukka K. Korpela,
Jules Clément-Ripoche,
Julian Reschke,
+ Justin Lebar,
Justin Sinclair,
Kai Hendry,
Kartikaya Gupta,
Modified: index
===================================================================
--- index 2010-01-14 23:40:02 UTC (rev 4588)
+++ index 2010-01-14 23:46:47 UTC (rev 4589)
@@ -55556,10 +55556,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
@@ -81970,6 +81971,7 @@
Jukka K. Korpela,
Jules Clément-Ripoche,
Julian Reschke,
+ Justin Lebar,
Justin Sinclair,
Kai Hendry,
Kartikaya Gupta,
Modified: source
===================================================================
--- source 2010-01-14 23:40:02 UTC (rev 4588)
+++ source 2010-01-14 23:46:47 UTC (rev 4589)
@@ -62889,10 +62889,11 @@
<p>The <dfn title="dom-history-replaceState"><code>replaceState(<var
title="">data</var>, <var title="">title</var>, <var
- title="">url</var>)</code></dfn> method updates the <span>current
- entry</span> in the history to have a state object.</p>
+ title="">url</var>)</code></dfn> method updates the state object,
+ title, and optionally the <span>URL</span> of the <span>current
+ entry</span> 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>
@@ -97947,6 +97948,7 @@
Jukka K. Korpela,
Jules Clément-Ripoche,
Julian Reschke,
+ Justin Lebar,
Justin Sinclair,
Kai Hendry,
Kartikaya Gupta,
More information about the Commit-Watchers
mailing list