Re: [D3E] Possible Changes to Mutation Events

Doug Schepers wrote:
>> 2) If DOMNodeRemoved is fired after the mutation, event won't be 
>> capable of bubbling
> 
> I don't believe that is correct.  DOM3 Event states:
> 
> "At the beginning of the dispatch, implementations must first determine 
> the event object's propagation path.

I think Sergey's point was that if dispatch happens after the removal, 
and the target is the node being removed, this path will have nothing 
else in it.

-Boris

Received on Tuesday, 15 July 2008 21:41:55 UTC