Community
Participate
Working Groups
When writing Javscript code in the Javascript editor that uses the removeEventListener method - specified by W3 for removing event listeners - is reported as an error. Interestingly enough, both of the non-standard methods attachEvent _and_ detachEvent are supported - and the attached documentation claim these are standard ECMA DOM Level 3 methods and points to the correct DOM Level 3 specification, which obviously has no mention of these.
JavaScript support has been removed