nextcloud-libraries / nextcloud-libraries/nextcloud-vue
[BITV] Check color picker for accessibility requirements and fix all found issues
Open
@ShGKme is already working on this.
Since Aug 16, 2023.
accessibility
feature: colorpicker
- Dominant language
- Vue
- Stars
- 246
- Forks
- 99
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 103
Description
We need to make sure that our color picker is fully accessible. Small list of requirements:
- contrasts
- keyboard navigation
- all needed aria attributes for each color button and action button with right naming
If there would be too much issues, an alternative could be to use a native color picker instead.
Current state:
- Focus state on 'change schema' button is not there:
- description for all buttons is not there
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.
Assessment
This issue has not been assessed yet.