[Functionality] nav elements Accessibility can be improved through use of aria-labelled-by
or aria-label
, depending on markup present
#238
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Problem
The current navigation elements lack appropriate ARIA attributes, which limits their accessibility for users relying on assistive technologies.
Description
This feature will improve the accessibility of the navigation elements by implementing ARIA attributes where appropriate. This will help users with screen readers understand the purpose of the navigation links better. This issue references issue #149
Alternatives
An alternative would be to rely on semantic HTML alone. However, adding ARIA attributes will provide additional context and clarity for users with disabilities.
Implementation
The text was updated successfully, but these errors were encountered: