[html5] r4346 - [e] (0) Make the index a bit clearer and 'error' events and 'onerror'
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 27 02:44:27 PDT 2009
Author: ianh
Date: 2009-10-27 02:44:23 -0700 (Tue, 27 Oct 2009)
New Revision: 4346
Modified:
complete.html
index
source
Log:
[e] (0) Make the index a bit clearer and 'error' events and 'onerror'
Modified: complete.html
===================================================================
--- complete.html 2009-10-27 09:37:42 UTC (rev 4345)
+++ complete.html 2009-10-27 09:44:23 UTC (rev 4346)
@@ -85725,7 +85725,7 @@
<tr><th> <code title="">onerror</code>
<td> <code title=handler-window-onerror><a href=#handler-window-onerror>body</a></code>
- <td> <code title=event-error>error</code> event handler for <code><a href=#window>Window</a></code> object
+ <td> <code title=event-error>error</code> event handler for <code><a href=#window>Window</a></code> object, and handler for <a href=#runtime-script-errors>script error notifications</a>
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
<tr><th> <code title="">onerror</code>
Modified: index
===================================================================
--- index 2009-10-27 09:37:42 UTC (rev 4345)
+++ index 2009-10-27 09:44:23 UTC (rev 4346)
@@ -76696,7 +76696,7 @@
<tr><th> <code title="">onerror</code>
<td> <code title=handler-window-onerror><a href=#handler-window-onerror>body</a></code>
- <td> <code title=event-error>error</code> event handler for <code><a href=#window>Window</a></code> object
+ <td> <code title=event-error>error</code> event handler for <code><a href=#window>Window</a></code> object, and handler for <a href=#runtime-script-errors>script error notifications</a>
<td> <a href=#event-handler-content-attributes title="event handler content attributes">Event handler content attribute</a>
<tr><th> <code title="">onerror</code>
@@ -77305,7 +77305,7 @@
<tr><td> <code title=event-error>error</code>
<td> <code>Event</code>
- <td> Fired when a network or script error occurs
+ <td> Fired at elements when network and script errors occur
<tr><td> <code title=event-focus>focus</code>
<td> <code>Event</code>
Modified: source
===================================================================
--- source 2009-10-27 09:37:42 UTC (rev 4345)
+++ source 2009-10-27 09:44:23 UTC (rev 4346)
@@ -94511,7 +94511,7 @@
<tr>
<th> <code title="">onerror</code>
<td> <code title="handler-window-onerror">body</code>
- <td> <code title="event-error">error</code> event handler for <code>Window</code> object
+ <td> <code title="event-error">error</code> event handler for <code>Window</code> object, and handler for <a href="#runtime-script-errors">script error notifications</a>
<td> <span title="event handler content attributes">Event handler content attribute</span>
<tr>
@@ -95291,7 +95291,7 @@
<tr>
<td> <code title="event-error">error</code>
<td> <code>Event</code>
- <td> Fired when a network or script error occurs
+ <td> Fired at elements when network and script errors occur
<tr>
<td> <code title="event-focus">focus</code>
More information about the Commit-Watchers
mailing list