- From: Curt Arnold <carnold@houston.rr.com>
- Date: Wed, 29 Oct 2003 00:53:53 -0600
- To: www-dom@w3.org
There is no description of the expected behavior of the implementation
if an exception is thrown during an invocation of DOMErrorHandler.handle
or UserDataHandler.handle. EventListener has the following as part of
its description:
Any exceptions thrown inside an EventListener will not stop
propagation of the event. It will continue processing any additional
EventListener in the described manner.
It might be appropriate for an exception thrown in the context of a
DOMErrorHandler.handle to be equivalent of returning false and for
exceptions thrown during UserDataHandler.handle to be ignored.
Received on Wednesday, 29 October 2003 01:53:58 UTC