- From: Maciej Stachowiak <mjs@apple.com>
- Date: Sat, 11 Feb 2006 17:32:21 -0800
- To: public-webapi@w3.org
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