[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 #29 from Olli Pettay <bugs@pettay.fi> ---
(In reply to Hayato Ito from comment #27)
> (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.
That shadow host is a child of its parent node. And its parent node has an
insertion point as a child.


 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 06:31:20 UTC