Skip to content

Unable to extend custom elements :( #23

@nimbupani

Description

@nimbupani

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions