[html5] r6914 - [giow] (2) Update the spec's handling of window.onerror's return value to match [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 24 15:38:03 PST 2012


Author: ianh
Date: 2012-01-24 15:38:02 -0800 (Tue, 24 Jan 2012)
New Revision: 6914

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Update the spec's handling of window.onerror's return value to match reality (tested Chrome and Firefox; apparently this also matches IE)
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-01-24 23:09:35 UTC (rev 6913)
+++ complete.html	2012-01-24 23:38:02 UTC (rev 6914)
@@ -67624,7 +67624,7 @@
 
       <p>The function must be invoked with three arguments: <var title="">message</var>, <var title="">location</var>, and <var title="">line</var>.</p>
 
-      <p>If the function returns false, then the error is <i title=concept-error-handled><a href=#concept-error-handled>handled</a></i>. Otherwise, the error is
+      <p>If the function returns true, then the error is <i title=concept-error-handled><a href=#concept-error-handled>handled</a></i>. Otherwise, the error is
       <i title=concept-error-nothandled><a href=#concept-error-nothandled>not handled</a></i>.</p>
 
       <p>Any uncaught exceptions thrown or errors caused by this

Modified: index
===================================================================
--- index	2012-01-24 23:09:35 UTC (rev 6913)
+++ index	2012-01-24 23:38:02 UTC (rev 6914)
@@ -67624,7 +67624,7 @@
 
       <p>The function must be invoked with three arguments: <var title="">message</var>, <var title="">location</var>, and <var title="">line</var>.</p>
 
-      <p>If the function returns false, then the error is <i title=concept-error-handled><a href=#concept-error-handled>handled</a></i>. Otherwise, the error is
+      <p>If the function returns true, then the error is <i title=concept-error-handled><a href=#concept-error-handled>handled</a></i>. Otherwise, the error is
       <i title=concept-error-nothandled><a href=#concept-error-nothandled>not handled</a></i>.</p>
 
       <p>Any uncaught exceptions thrown or errors caused by this

Modified: source
===================================================================
--- source	2012-01-24 23:09:35 UTC (rev 6913)
+++ source	2012-01-24 23:38:02 UTC (rev 6914)
@@ -79082,7 +79082,7 @@
       title="">message</var>, <var title="">location</var>, and <var
       title="">line</var>.</p>
 
-      <p>If the function returns false, then the error is <i
+      <p>If the function returns true, then the error is <i
       title="concept-error-handled">handled</i>. Otherwise, the error is
       <i title="concept-error-nothandled">not handled</i>.</p>
 




More information about the Commit-Watchers mailing list