Is there a tool to optimize code for accessibility guidelines?

I’m learning about the accessibility optimizaions now (e.g.: alt attribute) and I was wondering if there are techologies that can aid you on that. Like a tool that checks your code and tells you what can be implemented to improve the accessibility.

Lighthouse has some accessibility audits.

1 Like