enhancementhelp wanted
仓库指标
- Star
- (254 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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