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

I'am the author of the blink bug, 

> Ah yeah they could. But that should not be required by the custom element.

Could you explain why ? connectedCallback() is called when the node is inserted in a DOM, so i think it should be aware of its own children  ?

If not, how/when a CE can work with its children ?

Also it's very bizare that connectedCallback() doesn't have the same capability when the node is created from the parser or upgraded.

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

Received on Tuesday, 23 August 2016 14:08:59 UTC