[Bug 18289] Support 'column' here for consistency with window.onerror?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18289

Art Barstow <art.barstow@nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |art.barstow@nokia.com

--- Comment #4 from Art Barstow <art.barstow@nokia.com> 2012-09-04 13:54:55 UTC ---
What exactly is the bug here? 

Is the question whether column number should be included in the ErrorEvent
interface and the ErrorEventInit dictionary?

The prose in the spec indicates column number should be included in the API but
there is no such member in the ErrorEvent interface nor the ErrorEventInit
dictionary:

[[
http://dev.w3.org/html5/workers/#runtime-script-errors

Whenever an uncaught runtime script error occurs in one of the worker's
scripts, if the error did not occur while handling a previous script error, the
user agent must report the error at the URL of the resource that contained the
script, with the position (line number and column number)  ...
]]

FYI, the following test case assumes the ErrorEvent should have a "colno"
member:

 
http://w3c-test.org/webapps/Workers/tests/submissions/Microsoft/WorkerGlobalScope_ErrorEvent_colno.htm

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 4 September 2012 13:55:05 UTC