|
|
|
|
|
by vbezhenar
2611 days ago
|
|
We need easily accessible tools. I used to ignore mobile viewport sizes. Now Chrome has button to emulate smartphone or iPad. I can check my web page with a single click. So I often spend a bit of time to ensure that it at least works good enough in mobile. I did not see anything comparable for blind users. If Chrome developers would add something similar to their developer console, I bet, a lot of new pages will be checked. |
|
https://developers.google.com/web/tools/chrome-devtools/acce...
On top of that, there are a lot of Chrome extensions to do all sorts of great things to help you test for accessibility:
ChromeVox - https://chrome.google.com/webstore/detail/chromevox/kgejglhp...
Colorblinding - https://chrome.google.com/webstore/detail/colorblinding/dgbg...
aXe - https://chrome.google.com/webstore/detail/axe/lhdoppojpmngad...
Color Contrast Testing - https://chrome.google.com/webstore/detail/color-contrast-ana...
No Coffee - https://chrome.google.com/webstore/detail/nocoffee/jjeeggmbn...
HeadingsMap - https://chrome.google.com/webstore/detail/headingsmap/flbjom...
Wave - https://wave.webaim.org/extension/
ARIA Validator - https://chrome.google.com/webstore/detail/aria-validator/oig...
---
Lack of tools is definitely not the issue.