Add accessible name to the forgot password link #103
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Where: Login pages
What: The “forgot password”-link’s accessible name is “?” (the accessible name is taken from the contents); this doesn’t indicate the link’s purpose.
Recommendations: Add a more descriptive accessible name through either a visually hidden
<span>
oraria-label
attribute on the link.