Add accessible name to the forgot password link #103
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: projects/fipamo#103
Loading…
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.