Re: Custom DOM events and privileged browser add-ons; Was: Bubbling/Capturing for XHR + other non-DOM objects

On Sat, 03 Jul 2010 00:09:53 +0200, Chris Wilson <cwilso@microsoft.com>  
wrote:
> Can you point me to where?

Sorry, I thought you meant cancelable. The reason it does mention bubbling  
and cancelable explicitly but not capturing is because each event can  
always be captured, but not all of them bubble or can be canceled. It also  
matters for what Event.bubbles and Event.cancelable will return.


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Saturday, 3 July 2010 07:31:47 UTC