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 reset button is missing an accessible name, it is currently announced as "times" or "multiplication" depending on the screen reader. It should have aria-label="Reset".
The reset button is a link, though it should be conveyed as a button to screen reader users, using role="button".
aria-label="Reset"
.role="button"
.Potentially helpful resources:
The text was updated successfully, but these errors were encountered: