- From: tnikolai2 <notifications@github.com>
- Date: Mon, 26 Dec 2016 10:37:27 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 December 2016 18:37:54 UTC
As a developer i expect, that all dom structure parsed and accessible in connectedCallback. CEReaction for element must starts only after parent element finished his connectedCallback event. Because parent can fully change his content. connectedCallback must behave as connectedAndParsedAllChildrenCallback. If component has child nodes but they inaccessible, connectedCallback is absolutelly useless for developers without children content. Now all implementations connectedCallback behave as connectedAndParsedAllChildrenCallback. I dont't understand why new specification modify it. -- 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-269233438
Received on Monday, 26 December 2016 18:37:54 UTC