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

You can't rely on children in the constructor, that will only be the case for upgrades.  Better to have your framework/library implement a hook for when children are ready.  A childrenChangedCallback would be nice too, maybe we should take the discussion over there.  https://github.com/w3c/webcomponents/issues/550

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

Received on Thursday, 25 August 2016 23:49:22 UTC