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

TIL browsers _beautify_ the content so that `my-el` there would have a `nextSibling` even if not declared, however with this content it won't, and it's still valid: `<!doctype html><html><head></head><body><my-el>`

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

Received on Thursday, 18 October 2018 10:03:54 UTC