How I do an accessibility check — A11ycasts #11

Video News
Today on A11ycasts I want to give a brief look into the process I use when I’m checking a site for accessibility. This is by no means an exhaustive audit that I’m doing here, but instead a set of quick checks that you can use to highlight any big problem areas. I’ve found that most sites tend to have issues with at least a few of these checks, and it only takes a few minutes to do it so it’s totally worth it for the improved user experience!

Some of the things I look for are:
– Does the tab order make sense and can I reach all controls on the page?
– Is there a clear focus indicator for interactive controls?
– Are there any offscreen elements which should not be focusable?
– Can I traverse the page with a screen reader without getting stuck?
– Is there appropriate alt text on images?
– Do custom controls work with a screen reader?
– Is the user alerted to new content added to the page?
– Are there appropriate headings?
– What about landmark elements?
– Is text high contrast enough to be legible?

And here are some of the tools I like to use:
– Chrome aXe extension: https://goo.gl/67Bm24
– Chrome accessibility devtools extension: https://goo.gl/DvAxi2
– aXe-core: https://github.com/dequelabs/axe-core

Sidenote: at 5:18, not sure why the video didn’t announce the different sizes but I tried again later and it was working. Maybe a VoiceOver quirk.

Watch all A11ycasts episodes: https://goo.gl/06qEUW

Subscribe to the Chrome Developers YouTube channel for updates on new episodes of A11ycasts: http://goo.gl/LLLNvf

Products You May Like

Articles You May Like

Samsung Reportedly Developing Smart Glasses in Collaboration With Google
Realme 13+ Review: Good Performance on a Budget
WhatsApp for iOS Reportedly Testing AR Capabilities for Call Effects and Filters in Beta
Google Play Store Reportedly Developing Feature to Automatically Open Apps After Installation
Vivo T3 Ultra Spotted on Geekbench With 12GB RAM; Said to Get MediaTek Dimensity 9200+ SoC

Leave a Reply

Your email address will not be published. Required fields are marked *