-
Notifications
You must be signed in to change notification settings - Fork 161
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
Possible AT label repetition In the Annotation editor panel #2707
Comments
The way I thought it was :
|
I guess that AT will avoid repeating, still I see no use of |
Ok, you're probably right; it's better to put belt and braces because the label has no textual content. From https://www.w3.org/WAI/ARIA/apg/practices/names-and-descriptions/
|
To test with screen readers. |
In the Annotation editor panel, radio buttons used to set up Highlight type are repeating accesisble name as
aria-label={${__("reader.annotations.highlight")}...
line 212 and label
title={${type === "solid_background" ? __("reader.annotations.type.solid")...
line 214I guess that label is sufficient and line 212 can be avoided.
The text was updated successfully, but these errors were encountered: