A lighthouse scan could give you much of this. Good idea to have that running in a CI/CD pipeline when developing this. Google Lighthouse uses axe.
I reported a bunch of issues that were samples from one page using - https://accessibilityinsights.io
I did see that there was some work on accessibility, but wanted to encourage more.
GitHub also has some tools that can help solve some of this quickly https://github.com/github/accessibility-scanner
It is good to catch this early if you can.
A lighthouse scan could give you much of this. Good idea to have that running in a CI/CD pipeline when developing this. Google Lighthouse uses axe.
I reported a bunch of issues that were samples from one page using - https://accessibilityinsights.io
I did see that there was some work on accessibility, but wanted to encourage more.
GitHub also has some tools that can help solve some of this quickly https://github.com/github/accessibility-scanner
It is good to catch this early if you can.