agilesix / AgileSix.com

Agile Six works with government agencies to create customized digital solutions that meet the needs of their users, both staff and citizens.
https://agile6.com
MIT License
4 stars 1 forks source link

Accessibility Fixes #18

Open DanielMiller-agile6 opened 4 years ago

DanielMiller-agile6 commented 4 years ago

I ran some quick accessibility tests over the agile6.com site (using Axe Chrome plugin) and found a few issues. There aren't many serious or critical failures, but most of these should be quick fixes. We're also missing skip nav links, which are helpful for screen readers and keyboard navigation. As a government contracting company, it might be good to show that we practice what we preach regarding 508 compliance :).

First steps would be to resolve issues found from these tests, but we could delve deeper in the future with a more robust accessibility audit and automated axe-core tests as part of our build and deploy process.

Here are a few screenshots of errors I found:

Screen Shot 2020-03-13 at 2 33 56 PM

Screen Shot 2020-03-13 at 2 36 18 PM

Screen Shot 2020-03-13 at 2 37 18 PM

ElijahLynn commented 4 years ago

Thanks for reporting this, tracking for now until have more time to help out!