- From: Joseph Orbegoso Pea <notifications@github.com>
- Date: Wed, 31 Aug 2016 16:58:50 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 31 August 2016 23:59:20 UTC
@rniwa > I think this problem also goes away if we [add back `childrenChangedCallback`](https://github.com/w3c/webcomponents/issues/550). Also, which criteria would cause a `childrenChangedCallback` to fire? f.e. when a child is connected, disconnected, upgraded. Anything else? An attribute change could be considered a change. Maybe it is better to make specific callbacks for specific changes. f.e. `childUpgradedCallback`, `childConnectedCallback`, `childDisconnectedCallback`, `childAttributeChangedCallback` (this is is questionable, but may nonetheless be helpful in some cases), etc. -- 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/559#issuecomment-243937985
Received on Wednesday, 31 August 2016 23:59:20 UTC