- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Jan 2012 23:38:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv919 Modified Files: Overview.html Log Message: 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) Index: Overview.html =================================================================== 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:14 UTC