Re: [w3c/webcomponents] How can a custom element detect when it is transcluded into a shadow tree? (#504)

So slot-containing elements inside a shadow tree can still see what nodes are distributed into their slots (on `slotchange`) even if that shadow tree is closed?

If so, I can modify my API to have parent nodes look at their child nodes (or look at the distributed nodes of their slots) in order to create the behind-the-scenes flat-tree mirror that I need.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/504#issuecomment-223720394

Received on Friday, 3 June 2016 23:49:52 UTC