- From: <bugzilla@jessica.w3.org>
- Date: Wed, 22 Apr 2015 23:25:19 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28541
Bug ID: 28541
Summary: Custom elements should use ES6 class constructor
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
As discussed, docuemnt.regsiterElement currently replaces the constructor so
that it rips out any static methods defined using the ES6 class syntax. We
shouldn't do that.
We should preserve the original constructor/class object defiend by the author.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Wednesday, 22 April 2015 23:25:21 UTC