usereactnyc / usereact.nyc

https://usereact.nyc/
7 stars 4 forks source link

Fix accessibility issues (reported by Axe) #48

Closed dance2die closed 5 years ago

dance2die commented 5 years ago

✨ Enhancement Request

After a PR #44, I've noticed that there are still many accessibility (a11y) issues reported by Axe (an a11y testing tool).

accesibility issues reported by Axe

🤔 What needs to be done?

There are 58 issues in 6 categories

  1. Elements must have sufficient color contrast (48 issues)
  2. [ ] Images must have alternate text (4 issues)
  3. [ ] Links must have discernible text (3 issues)
  4. [ ] Zooming and scaling must not be disabled (1 issues)
  5. [ ] Document must have one main landmark (1 issue)
  6. [ ] All page content must be contained by landmarks (1 issue)

Because 1. Elements must have sufficient color contrast depends on the theme color, maybe the rest can be addressed.

NickFoden commented 5 years ago

Nice work !

dance2die commented 5 years ago

Thank you, Nick~