[html5] r4217 - [e] (0) Had wrong interface name. Fixing http://www.w3.org/Bugs/Public/show_bug. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 20 21:54:27 PDT 2009


Author: ianh
Date: 2009-10-20 21:54:22 -0700 (Tue, 20 Oct 2009)
New Revision: 4217

Modified:
   complete.html
   index
   source
Log:
[e] (0) Had wrong interface name.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7879

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 04:52:04 UTC (rev 4216)
+++ complete.html	2009-10-21 04:54:22 UTC (rev 4217)
@@ -86029,7 +86029,7 @@
      <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>

Modified: index
===================================================================
--- index	2009-10-21 04:52:04 UTC (rev 4216)
+++ index	2009-10-21 04:54:22 UTC (rev 4217)
@@ -77091,7 +77091,7 @@
      <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>

Modified: source
===================================================================
--- source	2009-10-21 04:52:04 UTC (rev 4216)
+++ source	2009-10-21 04:54:22 UTC (rev 4217)
@@ -94910,7 +94910,7 @@
 
     <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>




More information about the Commit-Watchers mailing list