[DOM3 Events]: boolean readonly attributes as methods

The following bool-returning methods on Event should be readonly  
attributes instead:

   // Introduced in DOM Level 3:
   boolean            isCustom();
   // Introduced in DOM Level 3:
   boolean            isDefaultPrevented();

Since these methods take no parameters and are side-effect free, they  
should be readonly attributes instead.

Regards,
Maciej

Received on Sunday, 12 February 2006 01:32:36 UTC