[Bug 28543] New: Custom elements should call user defined constructor synchronously

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: dglazkov@chromium.org
          Reporter: rniwa@webkit.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@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 the QA Contact for the bug.

Received on Wednesday, 22 April 2015 23:38:25 UTC