Accessibility (a11y) for developers
  • Accessibility (a11y) for developers
    • What is accessibility
    • Why you should think about accessibility?
    • How to understand your users needs
      • Invisible exhibition
      • Emulating color vision deficiencies
      • Unplug a computer mouse
    • The most popular mistakes and fixes for them
      • Insufficient color contrast ratio
      • Missing alternative text
      • Incorrect keyboard navigation
      • Problems with audio/movies
      • Incorrect links
    • Useful tools
      • Lighthouse audits
      • Accessibility Insights for web
      • Jest-axe unit tests
      • eslint-plugin-jsx-a11y
    • Useful resources
Powered by GitBook
On this page
Edit on GitHub
  1. Accessibility (a11y) for developers

The most popular mistakes and fixes for them

Let's talk about mistakes connected with accessibility. Can't hide - the list is definitely not exhausted but I was trying to include the most important ones. If you see something missing - create an MR with changes or ping me via Twitter (@domizajac).

Topics included in my list:

  • Insufficient color contrast ratio

  • Missing alternative text

  • Incorrect keyboard navigation

  • Problems with audio/movies

  • Incorrect links

PreviousUnplug a computer mouseNextInsufficient color contrast ratio

Last updated 3 years ago