DEV Community

Cover image for What Are The Best A11y Resources/Tips?
Njeri Cooper
Njeri Cooper

Posted on

3

What Are The Best A11y Resources/Tips?

What are some of the best tips for making sites accessible and A11y compliant? Do you only use semantics? Aria roles; do you toggle them on/off in Javascript, visible/ hidden in CSS? Is there an end-all-be all resource for web accessibility?

Personally, I use these tools when checking the accessibility compliance of the web apps I build:

Accessible color palette builder

This elm based prototype helps designers build color palettes that conform to accessibility standards. Check out the project's website here.

this tool shows a matrix of foreground and background colors

Accessibility Archives From My Favorite Dev Sources:

- CSS Tricks

- MDN

- (Some people won't agree, but) W3

- Talking to Other Devs

Specifically ones that work on web accessibility at work everyday. Shout out to VWC and all the troops that help me be a better developer everyday.

Drop links and personal experiences below.

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (1)

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.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More