Re: [DOM4] EventTarget as first class citizen

On 2/29/12 11:41 AM, Dimitri Glazkov wrote:
> What if we just make it traverse using parentNode accessor?

That's not quite what DOM objects do.

More precisely, messing with the parentNode that JS sees directly, has 
absolutely no effect on the event dispatch flow.

-Boris

Received on Wednesday, 29 February 2012 18:23:28 UTC