[html5] r2551 - [e] (0) Define that onerror is undefined in a more convenient location.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Dec 23 13:11:16 PST 2008
Author: ianh
Date: 2008-12-23 13:11:15 -0800 (Tue, 23 Dec 2008)
New Revision: 2551
Modified:
index
source
Log:
[e] (0) Define that onerror is undefined in a more convenient location.
Modified: index
===================================================================
--- index 2008-12-23 20:33:31 UTC (rev 2550)
+++ index 2008-12-23 21:11:15 UTC (rev 2551)
@@ -34371,6 +34371,9 @@
<dd><p>Must be invoked whenever an <code title=event-error><a href=#event-error>error</a></code> event is targeted at or bubbles
through the element.</p>
+ <p>The initial value of <code title=handler-onerror><a href=#handler-onerror>onerror</a></code> must be
+ <code>undefined</code>.</p>
+
<p class=note>The <code title=handler-onerror><a href=#handler-onerror>onerror</a></code>
handler is also used for <a href=#runtime-script-errors>reporting
script errors</a>.</dd>
@@ -34626,9 +34629,6 @@
<i title="">not handled</i> after this, then the error should be
reported to the user.</p>
- <p>The initial value of <code title=handler-onerror><a href=#handler-onerror>onerror</a></code>
- must be <code>undefined</code>.</p>
-
<hr><p>When the user agent is required to <dfn id=report-the-error title="report the
error">report an error</dfn> <var title="">error</var> using the
attribute <var title="">onerror</var>, it must run these steps,
Modified: source
===================================================================
--- source 2008-12-23 20:33:31 UTC (rev 2550)
+++ source 2008-12-23 21:11:15 UTC (rev 2551)
@@ -39089,6 +39089,10 @@
title="event-error">error</code> event is targeted at or bubbles
through the element.</p>
+ <p>The initial value of <code
+ title="handler-onerror">onerror</code> must be
+ <code>undefined</code>.</p>
+
<p class="note">The <code title="handler-onerror">onerror</code>
handler is also used for <a href="#runtime-script-errors">reporting
script errors</a>.</p></dd>
@@ -39402,9 +39406,6 @@
<i title="">not handled</i> after this, then the error should be
reported to the user.</p>
- <p>The initial value of <code title="handler-onerror">onerror</code>
- must be <code>undefined</code>.</p>
-
<hr>
<p>When the user agent is required to <dfn title="report the
More information about the Commit-Watchers
mailing list