Navigation links don’t have an accessible name #106
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: projects/fipamo#106
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: navigation bar on the dashboard and create/edit page
What: the navigation links don’t have an accessible name. The accessible name is taken from the contents; since there isn’t any content 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.Related to #107, might be able to solve them together.
So all of the navigation links have titles. Is it better to use the
aria-label
instead of title for better compatibility?