[html5] r4796 - [e] (0) Mention that the popstate event doesn't contain the original references, [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Feb 23 01:26:44 PST 2010


Author: ianh
Date: 2010-02-23 01:26:42 -0800 (Tue, 23 Feb 2010)
New Revision: 4796

Modified:
   complete.html
   index
   source
Log:
[e] (0) Mention that the popstate event doesn't contain the original references, but just a copy.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9033

Modified: complete.html
===================================================================
--- complete.html	2010-02-23 07:03:26 UTC (rev 4795)
+++ complete.html	2010-02-23 09:26:42 UTC (rev 4796)
@@ -55363,7 +55363,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>
 

Modified: index
===================================================================
--- index	2010-02-23 07:03:26 UTC (rev 4795)
+++ index	2010-02-23 09:26:42 UTC (rev 4796)
@@ -55270,7 +55270,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>
 

Modified: source
===================================================================
--- source	2010-02-23 07:03:26 UTC (rev 4795)
+++ source	2010-02-23 09:26:42 UTC (rev 4796)
@@ -62388,7 +62388,7 @@
 
    <dd>
 
-    <p>Returns the information that was provided to <code
+    <p>Returns a copy of the information that was provided to <code
     title="dom-history-pushState">pushState()</code> or <code
     title="dom-history-replaceState">replaceState()</code>.</p>
 




More information about the Commit-Watchers mailing list