-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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>
</elementand:
<element name="super-super-button" extends="super-button">
</element>and using it as:
<button is="super-super-button">hi</button>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels