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

Expanded state of accordion component is not exposed to assistive technology #7

Open
schne324 opened this issue Aug 1, 2024 · 0 comments

Comments

@schne324
Copy link
Member

schne324 commented Aug 1, 2024

Toggle aria-expanded ("true" / "false") to convey the expanded state to assistive technology.

Given an expanded accordion item...
Set aria-expanded="true" on the button

Given a collapsed accordion item...
Set aria-expanded="false" on the button

Screenshot 2024-08-01 at 10 19 50 AM

Dev Notes

This code change will be made in the accordions.js file

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