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

@trusktr there's a `slotchange` event being implemented in v1 that is a non-bubbling event fired on slot elements when the slotting algorithm runs. More discussion in #288. Would this solve your issue? I noticed the web component API you're using is the one Blink had prior to v1. AFAIK there's no way to detect this in "v0" without using a Mutation Observer on your `<content>` elements.

---
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-220865109

Received on Monday, 23 May 2016 00:10:35 UTC