[Bug 27016] New: [Custom]: Custom element constructor behavior makes no sense

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27016

            Bug ID: 27016
           Summary: [Custom]: Custom element constructor behavior makes no
                    sense
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: bzbarsky@mit.edu
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org
            Blocks: 14968

It starts with:

  1.  Let ELEMENT be the context object

But there is no context object here.  This is the constructor; it needs to
create the element.  The element doesn't exist yet at this point.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 10 October 2014 13:06:37 UTC