Re: [webcomponents] Need "slotting changed" event (#288)

@treshugart I wasn't suggesting an event-per-distributed-node, but rather an event-per-slot-element-distributed-to. I'd expect that MutationObserver wouldn't be able, in the common case, to provide much batching here, since each slot element would likely have a different MutationObserver observing it (owned by the custom element whose slot element is affected).

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/288#issuecomment-178139468

Received on Monday, 1 February 2016 19:23:47 UTC