Re: [webcomponents] Difference between composed document and document flat tree (#382)

It go though the shadow tree. I mean the `slot` to where `<b>` is assigned also receives an event.

The basic idea of the event path has not changed, I think. The event path is almost the same to *ancestor chains in a flat tree*. The only difference is that event path also includes a shadow root and a slot.

The reason we can not use fa lat tree *as is* is that we should include a shadow root in the event path.




---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/382#issuecomment-185125724

Received on Wednesday, 17 February 2016 09:53:52 UTC