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

Useful resources

List of tutorials, docs and examples worth knowing.

Want to learn more? Check these tutorials, articles, and docs:

  • Great article on web.dev: https://web.dev/accessibility/

  • A11y Project page: https://www.a11yproject.com/

  • Web Content Accessibility Guidelines (WCAG): https://www.w3.org/WAI/standards-guidelines/wcag/

  • Articles on dev.to about accessibility: https://dev.to/t/a11y

  • Great course on Udemy: https://www.udacity.com/course/web-accessibility--ud891

Previouseslint-plugin-jsx-a11y

Last updated 3 years ago