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

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