- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 17 Feb 2016 01:18:31 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 17 February 2016 09:19:22 UTC
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