Re: DOM L2 comments, various

On 28 Sep 99, at 9:45, David Brownell wrote:

> In 6.5, DocumentEvent.createEvent ... claims to throw a DOMException
> of type "UNSUPPORTED_EVENT_TYPE".  But that code doesn't exist.
> 
> It seems like NOT_SUPPORTED_ERR would be appropriate, though of course
> defining new error codes is also fine.  (They're all resered to W3C,
> right? :-)

Correct; fixed. And yes, all error codes in DOMException are 
reserved to W3C DOM; others are expected to define their own 
exception classes to define their own exceptions.


Lauren

Received on Thursday, 25 November 1999 14:40:27 UTC