html5/workers Overview.html,1.323,1.324

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv20793

Modified Files:
	Overview.html 
Log Message:
Try adding a fourth argument, 'column', to onerror handlers. (whatwg r6957)

Index: Overview.html
===================================================================
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:44 UTC