Re: SVG12: Cancel events?

* Ola Andersson wrote:
>Sorry, but working my way down through the list of action I realized
>that we have added methods to the event interface to allow event
>cancellation. The following methods/properties are added:
>readonly attribute boolean cancelable;
>boolean isDefaultPrevented();
>void stopPropagation();
>void preventDefault();

There are many responses to this issue... The original issue was that
SVG Tiny 1.2 did not provide means to cancel events but suggested to
use such means for some purpose; it now allows to cancel events, so the
original issue is addressed, thanks.
-- 
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 Sunday, 29 January 2006 20:08:07 UTC