- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Feb 2010 09:26:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19301
Modified Files:
Overview.html
Log Message:
Mention that the popstate event doesn't contain the original references, but just a copy. (whatwg r4796)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3842
retrieving revision 1.3843
diff -u -d -r1.3842 -r1.3843
--- Overview.html 23 Feb 2010 07:03:32 -0000 1.3842
+++ Overview.html 23 Feb 2010 09:26:47 -0000 1.3843
@@ -42462,7 +42462,7 @@
<dd>
- <p>Returns the information that was provided to <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code> or <code title="dom-history-replaceState"><a href="#dom-history-replacestate">replaceState()</a></code>.</p>
+ <p>Returns a copy of the information that was provided to <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code> or <code title="dom-history-replaceState"><a href="#dom-history-replacestate">replaceState()</a></code>.</p>
</dd>
Received on Tuesday, 23 February 2010 09:26:53 UTC