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

On related note, what if there were two different events: `slotchange` for when the result of `slot.assignedNodes()` changes, and another one for when the result of `slot.assignedNodes({flatten:true})` changes? Suppose it is called `flatslotchange`. This way, if performance is a concern, then the `flatslotchange` event would only fire if event listeners are registered, and same with `slotchange`.

-- 
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-267727629

Received on Saturday, 17 December 2016 00:24:03 UTC