- From: ju-lien <notifications@github.com>
- Date: Wed, 24 Aug 2016 15:51:13 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 24 August 2016 22:51:51 UTC
Sorry to come back but i was checking the [SkateJS](http://skate.js.org/) library and i saw that in the todolist example on the homepage:
```
...
attached(elem) {
// Setup the initial list of items from the current children.
elem.items = elem.children;
},
...
```
And attached() seems to rely on connectedCallback().
So i think it show the need to really clarify the situation - or - provide a real solution even requestAnimationFrame() could do the trick.
--
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-242232958
Received on Wednesday, 24 August 2016 22:51:51 UTC