[Bug 17713] Exceptions thrown from event handlers should not be propagated

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

--- Comment #7 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
The events algorithms should just use the "jump to a code entry point"
algorithm in the HTML spec to trigger the setting of "entry script", and then
wrap a prose "try-catch" block around that to catch the exceptions, and then if
there are any invoke the "report the error" algorithm in HTML to report it to
onerror.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 27 October 2012 16:53:36 UTC