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

I have roughly implemented the behavior which I think is being proposed; when inserting a slot, and one or more slotables are assigned to the slot, we fire slotchange on the slot.
As far as I experimented, Blink doesn't have any significant difficulties to implement this behavior. I can say Blink is okay to change the spec and implement it.

If we can agree this change, I am happy to send a PR to DOM Standard, write a WPT, and update Blink's behavior. I think backward compatibility risk is very low.



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

Received on Wednesday, 10 May 2017 05:53:18 UTC