Re: [w3c/webcomponents] slotchange not firing for changes to single text node (#592)

They are setting `innerHTML` which should replace the text node since it uses https://dom.spec.whatwg.org/#concept-node-replace. So I suspect this is just a bug.

-- 
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/592#issuecomment-255510427

Received on Saturday, 22 October 2016 06:20:46 UTC