Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

[CustomElements]: custom elements fail to upgrade when registered with uppercase in name and extends is used #313

Closed
sorvell opened this issue May 23, 2015 · 0 comments · Fixed by #314
Assignees

Comments

@sorvell
Copy link
Contributor

sorvell commented May 23, 2015

An element registered as "my-Element" (note the uppercase) and extending 'button' (or any native element) will not upgrade when document.createElement('button', 'my-Element') is used; instead the user must lowercase the name.

See: http://jsbin.com/kulaqamube/1/edit?html,console,output

@sorvell sorvell added the p2 label May 23, 2015
@dfreedm dfreedm assigned dfreedm and unassigned garlicnation May 23, 2015
dfreedm added a commit that referenced this issue May 23, 2015
… defintions

Fixes #313 [CustomElements]: custom elements fail to upgrade when registered
with uppercase in name and extends is used
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants