[html5] r4220 - [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:05:13 PDT 2009
Author: ianh
Date: 2009-10-20 22:05:09 -0700 (Tue, 20 Oct 2009)
New Revision: 4220
Modified:
complete.html
index
source
Log:
[e] (0) Had wrong interface name.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7882
Modified: complete.html
===================================================================
--- complete.html 2009-10-21 05:03:47 UTC (rev 4219)
+++ complete.html 2009-10-21 05:05:09 UTC (rev 4220)
@@ -86077,7 +86077,7 @@
<td> Fired when a resource has finished loading
<tr><td> <code title=event-message><a href=#event-message>message</a></code>
- <td> <code>Event</code>
+ <td> <code><a href=#messageevent>MessageEvent</a></code>
<td> Fired at an object when the object receives a message
<tr><td> <code title=event-offline><a href=#event-offline>offline</a></code>
Modified: index
===================================================================
--- index 2009-10-21 05:03:47 UTC (rev 4219)
+++ index 2009-10-21 05:05:09 UTC (rev 4220)
@@ -77139,7 +77139,7 @@
<td> Fired when a resource has finished loading
<tr><td> <code title=event-message><a href=#event-message>message</a></code>
- <td> <code>Event</code>
+ <td> <code><a href=#messageevent>MessageEvent</a></code>
<td> Fired at an object when the object receives a message
<tr><td> <code title=event-offline><a href=#event-offline>offline</a></code>
Modified: source
===================================================================
--- source 2009-10-21 05:03:47 UTC (rev 4219)
+++ source 2009-10-21 05:05:09 UTC (rev 4220)
@@ -94970,7 +94970,7 @@
<tr>
<td> <code title="event-message">message</code>
- <td> <code>Event</code>
+ <td> <code>MessageEvent</code>
<td> Fired at an object when the object receives a message
<tr>
More information about the Commit-Watchers
mailing list