jquery-accordion
jquery-accordion copied to clipboard
Accessibility
We should add aria attributes to make the accordions accessible. AFAIK these are ones we should add on to the control element:
- aria-expanded
- aria-disabled
- role
- aria-controls (this is the only tricky one. we need to provide a selector for the content element here.)
An these on the content element:
- aria-hidden