Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility #28

Open
luksak opened this issue Nov 15, 2021 · 0 comments
Open

Accessibility #28

luksak opened this issue Nov 15, 2021 · 0 comments

Comments

@luksak
Copy link

luksak commented Nov 15, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant