- From: Ryosuke Niwa <notifications@github.com>
- Date: Fri, 16 Dec 2016 15:40:57 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 December 2016 23:41:36 UTC
This has been changed. Right now, a single `slotchange` event would be dispatched at the “shallowest” slot which is assigned to “deeper” slots. Note that mutation observers are the first to be informed because the step to [notify mutation observers](https://dom.spec.whatwg.org/#notify-mutation-observers) first invokes mutation observers before firing any `slotchange` events. -- 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/617#issuecomment-267722670
Received on Friday, 16 December 2016 23:41:36 UTC