Skip to content

Commit

Permalink
[e] (0) Had wrong interface name.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7880

git-svn-id: http://svn.whatwg.org/webapps@4218 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 86b6748 commit ac7788e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -86089,7 +86089,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<td> Fired at the <code><a href=#window>Window</a></code> when the network connections returns

<tr><td> <code title=event-popstate><a href=#event-popstate>popstate</a></code>
<td> <code>Event</code>
<td> <code><a href=#popstateevent>PopStateEvent</a></code>
<td> Fired at the <code><a href=#window>Window</a></code> when the user navigates the <a href=#session-history>session history</a>

<tr><td> <code title=event-readystatechange>readystatechange</code>
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -77151,7 +77151,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<td> Fired at the <code><a href=#window>Window</a></code> when the network connections returns

<tr><td> <code title=event-popstate><a href=#event-popstate>popstate</a></code>
<td> <code>Event</code>
<td> <code><a href=#popstateevent>PopStateEvent</a></code>
<td> Fired at the <code><a href=#window>Window</a></code> when the user navigates the <a href=#session-history>session history</a>

<tr><td> <code title=event-readystatechange>readystatechange</code>
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -94985,7 +94985,7 @@ interface <span>HTMLDocument</span> {

<tr>
<td> <code title="event-popstate">popstate</code>
<td> <code>Event</code>
<td> <code>PopStateEvent</code>
<td> Fired at the <code>Window</code> when the user navigates the <span>session history</span>

<tr>
Expand Down

0 comments on commit ac7788e

Please sign in to comment.