nextcloud-libraries / nextcloud-libraries/nextcloud-vue
[NcAppNavigation] missing `aria-label` on the `nav` element
Open
Nobody has claimed this yet.
1. to develop
accessibility
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
When there are multiple regions of the same type on the page then they need unique identifiers.
In nextcloud apps we have multiple navigations (e.g. the top right user menu - which is labelled).
But the app navigation does not have a label on the navigation element.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the NcAppNavigation component and its nav element, then inspect nearby navigation components to see how accessible names are provided. Done means the app navigation has an appropriate unique accessible label when multiple navigation regions appear on a page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100