- From: poot <cvsmail@w3.org>
- Date: Tue, 24 Jan 2012 18:38:20 -0500
- To: public-html-diffs@w3.org
hixie: Update the spec's handling of window.onerror's return value to match reality (tested Chrome and Firefox; apparently this also matches IE) (whatwg r6914) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5511&r2=1.5512&f=h http://html5.org/tools/web-apps-tracker?from=6913&to=6914 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5511 retrieving revision 1.5512 diff -u -d -r1.5511 -r1.5512 --- Overview.html 24 Jan 2012 23:09:40 -0000 1.5511 +++ Overview.html 24 Jan 2012 23:38:08 -0000 1.5512 @@ -51697,7 +51697,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
Received on Tuesday, 24 January 2012 23:38:27 UTC