stopImmediatePropagation() use case

In XBL2, if an event handler for a binding wants to prevent a base binding 
from seeing an event, it has to use stopImmediatePropagation(), because 
the event handlers are all registered on the same element.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Tuesday, 21 February 2006 22:24:39 UTC