You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
aria-disabled="true"
instead ofdisabled
and a different visual treatment of disabled buttons. Or don't disable at all; "goback" and "goend" buttons aren't. Maybe changearia-description
to indicate zoom limit has been reached.The text was updated successfully, but these errors were encountered: