hixie: Mention that the popstate event doesn't contain the original references, but just a copy. (whatwg r4796)

hixie: Mention that the popstate event doesn't contain the original
references, but just a copy. (whatwg r4796)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3842&r2=1.3843&f=h
http://html5.org/tools/web-apps-tracker?from=4795&to=4796

===================================================================
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:27:39 UTC