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

well, if any of you want I can include attributions but just to be clear, [this is what HyperHTMLElement does](https://github.com/WebReflection/hyperHTML-Element) since about ever, using a timeout instead of `MutationObserver` for better compatibility (down to IE9) and without guarding all calls to connected/attributeChanged before the `created()` is invoked.

The `html-parsed-element` is an alternative that might become handy for those not interested in HyperHTMLElement.

I will still link to this ticket in there so again, I don't mind adding anyone in here as contributor 👋

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

Received on Friday, 19 October 2018 13:02:25 UTC