htmlbars icon indicating copy to clipboard operation
htmlbars copied to clipboard

Need to special case the `is` attribute for custom elements

Open ebryn opened this issue 10 years ago • 0 comments

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

ebryn avatar Feb 05 '15 18:02 ebryn