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

I just read the event path algorithm and it appears https://github.com/w3c/webcomponents/issues/382#issuecomment-184757406 is wrong. Events no longer use the flat tree (they did before, right?). So now if you have `<shadow-host><b/></shadow-host>` and dispatch an event on `<b>` it will no longer go through the shadow tree, even if `<b>` is slotted/distributed.

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

Received on Wednesday, 17 February 2016 09:19:22 UTC