-
Notifications
You must be signed in to change notification settings - Fork 887
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
Improve search filter & modal accessibility #3975
Improve search filter & modal accessibility #3975
Conversation
Boosting this now that playlists PR is merged |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
59a55de
to
752b475
Compare
…x-filter-accessibility
752b475
to
f89ca1f
Compare
For the importance of modal focus management, see: https://accessibility.huit.harvard.edu/technique-accessible-modal-dialogs
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Yeah, you're right about the idea to make a file with these |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@absidue @MarmadileManteater @ChunkyProgrammer My suggested ordering for reviewing my open PRs: |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
194696c
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Improve search filter accessibility
Pull Request Type
Related issue
resolves accessibility issue outlined here, and a handful of other accessibility issues with the filter icon
Description
ft-search-filters
implementation such that:ft-prompt
accessibility improvements:ft-prompt
s usingportal-vue
andinert
(reference)ft-prompt
label
propertyrequired
onft-prompt
, and adds it to the prompts with missing properties--accent-active-color
color on hover and focus, resolving issue where currently focused radio button is impossible to visually determineScreenshots
Testing
ft-prompt
.--accent-active-color
.Desktop
Additional info
I can change it such that the hover is the plainer color. I don't have a preference.