Re: [SVGMobile12] STZLC3-8 missing bubble phase information in events table

* Andrew Shellshear wrote:
>> It seems that the table describing events in interact.html#SVGEvents is
>> missing the bubble phase information.
>> 
>> Please add this necessary information.
>
>Could you give an example of the kind of information you'd like to see in the table?  
>For example, what would you put in the entry for (say) click?

Yes. In the DOM Event model all events have an intrinsic bubbling
behavior, that is, whether the event bubbles by default. This is defined
in DOM Level 3 Events for all events defined there; the SVG 1.2 drafts
don't tend to define this for their proprietary events, as pointed e.g.
by Ian in <http://lists.w3.org/Archives/Public/www-svg/2004Oct/0144>, so
it's a bit odd that this is still not defined.
-- 
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, 12 January 2006 05:30:51 UTC