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

#537: Fix and add accessible names, improve tooltip accessibility and add keywords filter tooltip texts #82

Merged
merged 5 commits into from May 24, 2023

Conversation

markusjt
Copy link
Contributor

Ended up making more changes to tooltips to improve their accessibility since just adding label to them would have not really made them any better for users using screen readers. This meant making changes to the new keywords filter also so I noticed that it didn't have its own texts in translations/en.json yet so I added them at the same time (do they look okay?).

No simple way to add accessible names to elements from searchkit: SearchBox (main search box), InputFilter (Keywords filter) and RangeFilter/RangeSliderInput (Collection years filter). They don't support adding aria-label (or aria-labelledby) or id. Everything else now has accessible name in one way or another (mostly with aria-label).

Copy link
Contributor

@matthew-morris-cessda matthew-morris-cessda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks

@markusjt markusjt merged commit 5f955b3 into main May 24, 2023
11 checks passed
@markusjt markusjt deleted the 537-fixing-and-adding-accessible-names branch May 24, 2023 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants