db-ui / mono

DB UX Design System Monorepo - Provides Design Tokens and components for Web UIs
https://db-ui.github.io/mono/review/main/
Apache License 2.0
61 stars 7 forks source link

Accordion: Adapt native standard #1630

Open mfranzke opened 1 year ago

mfranzke commented 1 year ago

Adapt new native standard of using the name-attribute to controled grouped details/summary components.

https://chromestatus.com/feature/6710427028815872

Expected browser support:

mfranzke commented 10 months ago

Adding the name-attribute to the accordion-items has only been part of the relevant changes – additionally the accordion component itself would need to generate and insert a unique name-attributes-value for all of its child-elements.