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

I'd like to underline that in a scenario like the following one, all described techniques would fail.

```html
<!doctype html><html><head><script src="my-el.js"></script></head><body><my-el></my-el></body></html>
```

The my-el has no sibling and its parent neither, neither the parent parent.

Only `connectedCallback` would be relevant and yet it won't be granted that the end of the element has been reached so that even in this case `parsedCallback` / `buildCallback` would be needed.



-- 
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-430942317

Received on Thursday, 18 October 2018 09:35:23 UTC