You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/showcase/docs/styled/components/accordion/features.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Create accordion panels dynamically by iterating over a data source to keep stru
90
90
91
91
Accordion headers are buttons. They use `aria-controls` to reference the content region and `aria-expanded` to reflect visibility state. The announced label can be customized with `aria-label` or `aria-labelledby` via pt.
92
92
93
-
The content uses `role="region"` and an `id` that matches the header button's `aria-controls`. It also uses `aria-labelledby` to reference the header id.
93
+
The content uses `role="region"` and an `id` that matches the header button's `aria-controls`.
0 commit comments