- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Jan 2012 18:36:48 -0500
- To: public-html-diffs@w3.org
workers; hixie: Try adding a fourth argument, 'column', to onerror handlers. (whatwg r6957) http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.323&r2=1.324&f=h http://html5.org/tools/web-apps-tracker?from=6956&to=6957 =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.323 retrieving revision 1.324 diff -u -d -r1.323 -r1.324 --- Overview.html 31 Jan 2012 20:41:48 -0000 1.323 +++ Overview.html 31 Jan 2012 23:36:35 -0000 1.324 @@ -1383,9 +1383,10 @@ worker's scripts, if the error did not occur while handling a previous script error, the user agent must <span>report the error</span> at the <span>URL</span> of the resource that contained - the script, with the line number where the error occurred, in the - <span>origin</span> of the scripts running in the worker, using the - <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> object's <code title="handler-WorkerGlobalScope-onerror"><a href="#handler-workerglobalscope-onerror">onerror</a></code> attribute. + the script, with the position (line number and column number) where + the error occurred, in the <span>origin</span> of the scripts + running in the worker, using the <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> + object's <code title="handler-WorkerGlobalScope-onerror"><a href="#handler-workerglobalscope-onerror">onerror</a></code> attribute. <a href="#refsHTML">[HTML]</a>
Received on Tuesday, 31 January 2012 23:36:50 UTC