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

I think the following chromium bug is related: 
https://bugs.chromium.org/p/chromium/issues/detail?id=696659

I believe that the current Blink's behavior satisfies spec-conformance.
As I mentioned in the bug, I guess what are being proposed here is:

>From https://github.com/whatwg/dom/pull/229#issuecomment-211734744
> When inserting a slot, we set a suppress signaling flag.
> When removing a slot, we do not set a suppress signaling flag

If we change it to:
> When inserting a slot, we do not set a suppress signaling flag.

Then, I think the spec's behavior matches that of *Shady DOM*.



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

Received on Wednesday, 26 April 2017 12:14:37 UTC