TIL Accessibility in Devtools
POSTED ON:
TAGS: accessibility devtools
Having done accessibility testing using a bunch of very expensive external tools, it's kind of a pain. The average devteam doesn't have access to these tools. Heck, my current team doesn't have access to these tools! So finding this sweet devtools testing solution is amazing!
You can enable the Accessibility Devtool (currently in experiments mode) to do screenreader testing.
It's a toggle. It doesn't remove the DOM inspector. You can just switch between DOM and accessibility tree this way with one click. Good for debugging how accessible your page is.
via grumd on reddit
Reference: Enable "Full Accessibility Tree View" right now in dev tools
Related TILs
Tagged: accessibility