[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 #27 from Hayato Ito <hayato@chromium.org> ---
(In reply to Olli Pettay from comment #26)
> http://w3c.github.io/webcomponents/spec/shadow/#distribution-results
> In the composed tree the second shadow host has insertion point as a child,
> but 
> also a shadow root. If event is dispatched to child1, both the
> insertion point and shadow root get the event.

Okay. But in general, we don't have to treat a shadow root as a child of the
shadow host. In event path, they might be adjacent to each other. But we should
view them in separate trees. What I worry about is the odd behavior in the same
node tree.

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

Received on Wednesday, 4 December 2013 03:44:21 UTC