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: indicate which thumbnail is selected, for screenreaders #3907

Open
lhenze opened this issue May 23, 2024 · 0 comments
Open

Accessibility: indicate which thumbnail is selected, for screenreaders #3907

lhenze opened this issue May 23, 2024 · 0 comments

Comments

@lhenze
Copy link
Collaborator

lhenze commented May 23, 2024

This issue is a subticket of #3578
It concerns the last bullet point,
Thumbnail panel at the bottom lack aria-selected.

See: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-selected

Since the element in question has role gridcell , I agree that adding aria-selected to the selected thumbnail makes sense.

So for each div in the thumbnail area where role is gridcell , let's add the aria-selected attribute, set to true or false as appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants