- From: <bugzilla@jessica.w3.org>
- Date: Wed, 04 Dec 2013 03:44:19 +0000
- To: public-webapps-bugzilla@w3.org
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