You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: