Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4217 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 4c8c7d4 commit 86b6748
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 @@ -86029,7 +86029,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
<td> Fired at the <code><a href=#window>Window</a></code> before printing

<tr><td> <code title=event-beforeunload>beforeunload</code>
<td> <code>Event</code>
<td> <code><a href=#beforeunloadevent>BeforeUnloadEvent</a></code>
<td> Fired at the <code><a href=#window>Window</a></code> when the page is about to be unloaded, in case the page would like to show a warning prompt

<tr><td> <code title=event-blur>blur</code>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -77091,7 +77091,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
<td> Fired at the <code><a href=#window>Window</a></code> before printing

<tr><td> <code title=event-beforeunload>beforeunload</code>
<td> <code>Event</code>
<td> <code><a href=#beforeunloadevent>BeforeUnloadEvent</a></code>
<td> Fired at the <code><a href=#window>Window</a></code> when the page is about to be unloaded, in case the page would like to show a warning prompt

<tr><td> <code title=event-blur>blur</code>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -94910,7 +94910,7 @@ interface <span>HTMLDocument</span> {

<tr>
<td> <code title="event-beforeunload">beforeunload</code>
<td> <code>Event</code>
<td> <code>BeforeUnloadEvent</code>
<td> Fired at the <code>Window</code> when the page is about to be unloaded, in case the page would like to show a warning prompt

<tr>
Expand Down

0 comments on commit 86b6748

Please sign in to comment.