[Bug 23887] [Shadow] Put only the final destination insertion point to the event path

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23887

--- Comment #6 from Olli Pettay <bugs@pettay.fi> ---
(In reply to Steve Orvell from comment #5)
> If an element host-1 like this:
> 
> <host-1>
>   SR
>     <host-2><content onclick="handler()">
>   <child-1>
> 
> I must be guaranteed that host-1 can see events on its <content> element
> independent of what host-2 does.
Why? You can add listener to host-2.
And it is very odd that if you have
listener both on host-2 and on content, both get called, per the current spec.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 26 November 2013 12:40:34 UTC