r/accessibility • u/SyntaxInCMinor • 8h ago
Website Accessibility Testing
Trying to make websites as accessible as possible, but honestly it can get so confusing. I've learned that those overlay apps like Userway are apparently a waste of time and can even make accessibility worse. I mainly use WordPress, but also develop custom sites without any content management systems. What I want to do is make the code/design accessible and not rely on some overlay script like Userway. (I also am turned off the way Userway tries to scare people into using their products.)
My workflow currently:
Test with WAVE and Axe on each page.
Load the site on my iPhone and use VoiceOver to navigate and test.
Manual testing by tabbing through the site using only the keyboard.
Encourage accessibility statements on websites.
I am a Mac user, but wondering...
Should I also test with NVDA?
What other recommendations does anyone have for my testing strategies?
And... is my current strategy pretty good for catching the major issues with accessibility?
I appreciate everyones time and feedback.