jquery-accordion icon indicating copy to clipboard operation
jquery-accordion copied to clipboard

Accessibility

Open luksak opened this issue 3 years ago • 0 comments

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

luksak avatar Nov 15 '21 07:11 luksak