Re: SVG12: Confusing SVGLoad bubbling behavior note

* Scott Hayman wrote:
>> Well, I asked for the statement to be replaced, not that more 
>> text be added to it, so I'm afraid this does not address my concern.
>
>OK.  The following paragraph:
>
>	A SVGLoad event must be dispatched only to the element to which
>the event applies; it must not be dispatched to its ancestors. For
>example, if an 'image' element and its parent 'g' element both have
>event listeners for SVGLoad events, when the 'image' element has been
>loaded, only its event listener will be invoked. (The 'g' element's
>event listener will indeed get invoked, but the invocation will happen
>when the 'g' itself has been loaded.)
>
>Will be replaced with the following note:
>
>	The load event does not bubble.

Thanks, while this seems editorially poor, this addresses my original
concern.
-- 
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, 2 March 2006 16:37:17 UTC