Re: [w3c/webcomponents] Is the order of `slotchange` events along a slot chain across node trees defined? (#617)

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