- From: <bugzilla@jessica.w3.org>
- Date: Tue, 29 Jan 2013 06:06:42 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20801
            Bug ID: 20801
           Summary: [Custom]: Section 4, custom element constructor
                    generation algorithm, Step 5
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: morrita@google.com
        QA Contact: public-webapps-bugzilla@w3.org
            Blocks: 14968
In Section 4, custom element constructor generation algorithm, Step 5:
> "Set CONSTRUCTOR as the constructor property on PROTOTYPE."
If the PROTOTYPE is a built-in object like HTMLSpanElement.prototype, 
the algorithm overwrites its "constructor" property, which isn't good.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 29 January 2013 06:06:43 UTC