Re: [whatwg/dom] Shadow: Specify when `slotchange` fires (#447)

I guess another option is to get rid of the suppression but fire `slotchange` event only when the slot is inside a shadow tree. Then we wouldn't fire a `slotchange` on a removed slot element since that's not in a shadow tree. That might make this event a lot easier to understand & reason.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/447#issuecomment-303344085

Received on Tuesday, 23 May 2017 09:32:18 UTC