Skip to content

Commit

Permalink
[e] (0) Mention that the popstate event doesn't contain the original …
Browse files Browse the repository at this point in the history
…references, but just a copy.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9033

git-svn-id: http://svn.whatwg.org/webapps@4796 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 23, 2010
1 parent 796a0e8 commit 782ff4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -55363,7 +55363,7 @@ <h5 id=event-definitions><span class=secno>6.5.9.1 </span>Event definitions</h5>

<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>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -55270,7 +55270,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU

<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>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -62388,7 +62388,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O

<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>

Expand Down

0 comments on commit 782ff4e

Please sign in to comment.