[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 #35 from Hayato Ito <hayato@chromium.org> ---
(In reply to Olli Pettay from comment #34)
> Actually, the more I think this issue, the less I understand why we need
> _any_ insertion points in the event path.
> All we need is the parent of the final destination insertion point
> then propagate event there through shadow boundaries up to the non-shadow
> dom.
> 
> One can always add listeners to shadow host or to the distributed node.
> (XBL1 adds listeners by default to the bound element == shadow host)

Thank you. That's (2) in the following list.

> 1. all insertion points in event path.
> 2. no insertion points in event path.
> 3. last insertion point in event path.

If we can get rid of (3) from this list, we must choose (1) or (2). The current
spec is (1).

My opinion for (2) is comment #18.
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23887#c18

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

Received on Tuesday, 10 December 2013 13:59:40 UTC