Re: [w3c/webcomponents] connectedCallback timing when the document parser creates custom elements (#551)

That sounds precisely like the kind of a use case `MutationObserver` would address.

Also, it's wrong to assume that child nodes would be inserted once and never change. Scripts can totally remove & add more child nodes later on so you'd have to have `MutationObserver` to observe those changes anyway.

-- 
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/551#issuecomment-429481475

Received on Friday, 12 October 2018 22:39:05 UTC