DEV Community

Discussion on: What Are The Best A11y Resources/Tips?

Collapse
 
hozefaj profile image
Hozefa

Rather than dry learning, maybe using static tooling + browser testing are great ways to find issues and then learn about why its an issue and whats the possible fix.

  • I would say one of the best ways, I have learned is from eslint
  • Using chrome lighthouse extension
  • Using axe chrome plugin for finding accessibility issues
  • Manual testing like using keyboard and voice over also helps.

Once you know the issue, there are tons of good resources to learn about them. Many times I have seen folks don't even know that there is an issue in the first place.