[html5] r4218 - [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 22:02:22 PDT 2009


Author: ianh
Date: 2009-10-20 22:02:17 -0700 (Tue, 20 Oct 2009)
New Revision: 4218

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

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 04:54:22 UTC (rev 4217)
+++ complete.html	2009-10-21 05:02:17 UTC (rev 4218)
@@ -86089,7 +86089,7 @@
      <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>

Modified: index
===================================================================
--- index	2009-10-21 04:54:22 UTC (rev 4217)
+++ index	2009-10-21 05:02:17 UTC (rev 4218)
@@ -77151,7 +77151,7 @@
      <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>

Modified: source
===================================================================
--- source	2009-10-21 04:54:22 UTC (rev 4217)
+++ source	2009-10-21 05:02:17 UTC (rev 4218)
@@ -94985,7 +94985,7 @@
 
     <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>




More information about the Commit-Watchers mailing list