- From: Trey Shugart <notifications@github.com>
- Date: Sun, 22 May 2016 17:10:07 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Monday, 23 May 2016 00:10:35 UTC
@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