Hacker News new | ask | show | jobs
by robinwassen 2381 days ago
100% of all gov customers.

Basic accessibility tool support is not a feature, it just becomes a part of the frontend workflow when you get into it.

My flow is basically:

- Develop some frontend stuff

- Check that I can use it with only keyboard

- Check that it looks OK at 200% zoom

- Run Devtools + axe audit

- Fix any issues found

Of course there are odd cases such as complex custom components that are really hard to get right, but mostly it's quite easy and goes fast.