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
The Login button does not have a usable accessible name (it is the unicode U+F078 character, which is considered "For Private Use"). This means that certain assistive technologies (like screen readers) cannot communicate what the button does. Other assistive technologies (like voice control) cannot let users efficiently choose the button by name.
Describe the bug
The Login button does not have a usable accessible name (it is the unicode U+F078 character, which is considered "For Private Use"). This means that certain assistive technologies (like screen readers) cannot communicate what the button does. Other assistive technologies (like voice control) cannot let users efficiently choose the button by name.
To Reproduce
Expected behavior
The accessible name should be "Login", to clearly and concisely describe what the button does.
Desktop (please complete the following information):
Implementation notes
A simple way to fix this would be to add an
aria-label
attribute to the button with the valueLogin
.The text was updated successfully, but these errors were encountered: