RE: SVG12: Cancel events?

Hello Bjoern,

I've been given an action to rewrite the example in this section.
I intend to put an example which shows something like an EPG (Program Guide) where after the 5 minutes the navigation order is changed using scripting methods.

Beyond that, you must know that the WG has resolved to add stopPropagation() and preventDefault() methods to the uDOM since SVGT supports XML Events which <listener> element already supports the following attributes : defaultAction="cancel" and propagate="stop".

So if we want to have a better consistency and since we do not want to define a subset of XML Events, we have decided to add these 2 methods() to uDOM, which are certainly not very hard to implement (it's easier to cancel or drop an event than to process it right ?).

Regards,

Vincent

-----Message d'origine-----
De : w3c-svg-wg-request@w3.org [mailto:w3c-svg-wg-request@w3.org] De la part de Bjoern Hoehrmann
Envoyé : lundi 23 mai 2005 13:01
À : Ola Andersson
Cc : www-svg@w3.org; WG SVG
Objet : Re: SVG12: Cancel events?


* Ola Andersson wrote:
>>  From http://www.w3.org/TR/2005/WD-SVGMobile12-20050413/interact.html
>> 
>>[...]
>>  It is possible to change the field navigation order in script by
>>  catching the input event related to the navigation and cancelling
>>  the event.   
>>[...]
>> 
>>Maybe, but SVG Tiny 1.2 does not allow to cancel events. Please either 
>>allow to cancel events or change the note accordingly.
>
>This has now been corrected in the spec.

Perhaps you could state in more detail how the working group handled my issue? Has the note been changed or have facilities been added to allow cancelling events? In case of the latter, which facilities, how are they defined, are there appropriate examples, etc.pp. i.e., what changes have been made in response to my request?
--
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 Thursday, 26 May 2005 07:22:32 UTC