Extended built-ins #99
LeaVerou
started this conversation in
State of HTML Features
Replies: 1 comment 1 reply
-
May be worth adding this to 'other links', as WebKit is declining to implement this feature: WebKit/standards-positions#97 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Extend built-in elements with custom behavior.
MDN URL:
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/is
Specification URL:
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Any other links?
How stable is this feature?
Controversial (Some implementations that have existed for years, other browsers have declined to implement)
Type of feature
HTML attribute, JS API
What focus area does this feature fall into?
Consuming Web Components, Making Web Components
Details
We could ask about the
is
attribute andcustomElementRegistry.define("tagname", Class, {extends})
separately if we want to distinguish consumption from usage.For now, I’ve included them in the same item.
Beta Was this translation helpful? Give feedback.
All reactions