- From: Andrea Giammarchi <notifications@github.com>
- Date: Thu, 18 Oct 2018 02:35:02 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 18 October 2018 09:35:23 UTC
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