https://www.w3.org/Bugs/Public/show_bug.cgi?id=28543
Bug ID: 28543 Summary: Custom elements should call user defined constructor synchronously Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: Component Model Assignee: dglaz...@chromium.org Reporter: rn...@webkit.org QA Contact: public-webapps-bugzi...@w3.org CC: m...@w3.org, public-webapps@w3.org See https://lists.w3.org/Archives/Public/public-webapps/2015JanMar/0731.html We should make the custom element's constructor be called synchrnously instead of at the end of the micro-task since that's not consistent with builtin elements and exposes "unconstructed" elements in some cases; e.g. immediately after cloning or setting innerHTML. -- You are receiving this mail because: You are on the CC list for the bug.