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

I think I agree with @bicknellr. IINM, detaching the slot from the shadow root will remove all slotted elements (`slot.assignedNodes()` returns an empty NodeList). Therefore, firing a `slotchange` event seems very logical and consistent to me. 

If that make suppression obsolete, I am all for removing it. 

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

Received on Thursday, 18 May 2017 04:29:23 UTC