- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 07 Apr 2016 03:02:07 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 7 April 2016 10:02:37 UTC
>> So you want to fire slotchange event when a slot element is newly inserted into a shadow root or removed from a shadow root? I'm not sure if that makes sense. The event I implemented in WebKit wouldn't get fired in those cases. > >That makes sense. You want to perform slotting though so you know if the next insert/remove changes things. Right. >> Then, that could affect the distributed nodes of another slot element S2 to which S1 had been assigned. If there is such a slot S2, we'd check whether S2 is assigned to another slot for the same reason, and so on and so forth. > >And all of them get an event, right? Thank you for mentioning that. Yup. --- 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/288#issuecomment-206794112
Received on Thursday, 7 April 2016 10:02:37 UTC