Accessibility: Color Contrast and Heading level Issues
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.8k
- Forks
- 7.9k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
After running the automated axe dev tool scan on the React dev docs home page, there are 5 accessibility issues. These issues are simple and can be fixed by updating heading tags or changing color styles to reach acceptable color contrast ratios.
These fixes can be considered small wins and changes but create big impacts toward the site being more accessible for all users.
These fixes could be good first issues as well for those looking to make their first contribution or just want a quick and easy win. 😄
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 at the React dev docs home page and run the axe accessibility scan referenced in the issue. Inspect the five reported heading-level and color-contrast violations, then update the affected heading tags or color styles; done means the reported issues are resolved and the scan passes for this page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- accessibility, documentation, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100