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

Visible focus indication is lost when Zoom buttons are disable #857

Open
Tanvez opened this issue May 7, 2024 · 0 comments
Open

Visible focus indication is lost when Zoom buttons are disable #857

Tanvez opened this issue May 7, 2024 · 0 comments

Comments

@Tanvez
Copy link

Tanvez commented May 7, 2024

Issue Description WCAG Criteria Status Category Example Notes
Visible focus indication is lost when Zoom buttons are disabled. 2.4.7 Focus Visible Identified Keyboard <button class="tl-menubar-button" type="button" aria-label="Zoom out" aria-description="Show more than 1730 to 1970" disabled="true"><span class="tl-icon-zoom-out"></span></button> Consider using aria-disabled="true" instead of disabled and a different visual treatment of disabled buttons. Or don't disable at all; "goback" and "goend" buttons aren't. Maybe change aria-description to indicate zoom limit has been reached.
@JoeGermuska JoeGermuska added this to the Accessibility 2024 milestone May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants