tabvengers / spicy-sections

Creative Commons Zero v1.0 Universal
128 stars 10 forks source link

Swap `tab-list[part="tab-list"]` for `div[part="tab-list"]` #53

Closed jonathantneal closed 2 years ago

jonathantneal commented 2 years ago

This change swaps the <tab-list part="tab-list"> element for a <div part="tab-list"> element.

This is done so that if anyone defines a <tab-list> element then it would not cause any side-effect within this component.