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

It sounds like what you're asking for is not connectedCallback, but a separate feature (like childrenChangedCallback or finishedParsingEndTagCallback). connectedCallback simply fires when the element is inserted into the DOM, and at that time, there are no children.

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

Received on Thursday, 25 August 2016 19:59:56 UTC