enhancementhelp wanted
Repository metrics
- Stars
- (254 stars)
- PR merge metrics
- (PR metrics pending)
Description
It should be possible to define <custom-element></custom-element> elements, and append them to other elements. We probably need to:
- Define a new
CustomElementtype - Give it a constructor which takes a name
- Enable it to define custom attributes
- Enable all existing elements which have children to also take a
CustomElementas a child