- From: Justin Fagnani <notifications@github.com>
- Date: Wed, 17 Oct 2018 08:16:21 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 October 2018 15:16:42 UTC
I _still_ think that a dedicated `childrenChangedCallback` or similar is needed to fix this very rough edge of the APIs, as requested in #550 and #619. The exact right combination of slotchange and and DOMContentLoaded events, MutationObserver, and `connectedCallback`, is just too obscure to be usable, and a `finishedParsingChildrenCallback` doesn't solve the dynamically changing children case. The platform should provide a reasonable signal for "If I need to process children, when should I do 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-430670213
Received on Wednesday, 17 October 2018 15:16:42 UTC