Re: W3C DOM and personal opinion...

* David BERCOT wrote:
>I don't understand why all these events are not cancelable. If
>they were, it would give another possibily for the developer.

What would it mean to cancel load, unload, error, and abort for example?
All you can do is prevent the default action, and these event types in
general do not have one associated with them, or you can stop their pro-
pagation, which you can do for all event types. So how do you think the
developer is constrained here?
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Tuesday, 18 July 2006 09:18:42 UTC