Skip to content
New issue

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

Unable to extend custom elements :( #23

Open
nimbupani opened this issue Oct 5, 2012 · 0 comments
Open

Unable to extend custom elements :( #23

nimbupani opened this issue Oct 5, 2012 · 0 comments

Comments

@nimbupani
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant