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

FWIW, I would object to adding something like `closeTagReachedCallback` because they're specific to HTML parser behavior.  I'd much rather add something like `childrenChangedCallback`, which can be used either during DOM mutations or during parsers.

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

Received on Tuesday, 23 August 2016 21:18:38 UTC