We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also, the spec is very vague on how templates within custom elements are supposed to work when extended?
I attempted this:
<element name="super-button" extends="button"> <template> ٩(͡๏̯͡๏)۶ <content></content> </template> </element
and:
<element name="super-super-button" extends="super-button"> </element>
and using it as:
<button is="super-super-button">hi</button>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Also, the spec is very vague on how templates within custom elements are supposed to work when extended?
I attempted this:
and:
and using it as:
The text was updated successfully, but these errors were encountered: