We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
gridcell
aria-selected
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.
div
role
true
false
The text was updated successfully, but these errors were encountered:
enriquediaz
No branches or pull requests
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 addingaria-selected
to the selected thumbnail makes sense.So for each
div
in the thumbnail area whererole
isgridcell
, let's add thearia-selected
attribute, set totrue
orfalse
as appropriate.The text was updated successfully, but these errors were encountered: