- From: Trey Shugart <notifications@github.com>
- Date: Tue, 03 Jan 2017 22:04:49 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 4 January 2017 06:05:25 UTC
@rektide `slotchange` is already a thing. More details in the [DOM standard mutation observers section](https://dom.spec.whatwg.org/#mutation-observers) and the [Shadow DOM spec](https://www.w3.org/TR/shadow-dom/#signaling-slot-change). That issue in Skate was just a reference for a more specific implementation we were spiking that is related to the same use-cases that a `childrenChangedCallback` would solve. I was hoping that it could serve as proof where an abstract such as this callback could prove very useful. I don't feel it's detracted from this discussion. -- 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/619#issuecomment-270300932
Received on Wednesday, 4 January 2017 06:05:25 UTC