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

Need to special case the is attribute for custom elements #288

Open
ebryn opened this issue Feb 5, 2015 · 0 comments · May be fixed by #415
Open

Need to special case the is attribute for custom elements #288

ebryn opened this issue Feb 5, 2015 · 0 comments · May be fixed by #415

Comments

@ebryn
Copy link
Collaborator

ebryn commented Feb 5, 2015

http://www.w3.org/TR/custom-elements/#instantiating-custom-elements states:

After a custom element is instantiated, changing the value of the is attribute must not affect this element's custom element type.

<button is="my-button"> should generate a createElement('button', 'my-button') call

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants