If you didn’t already know, your CSS can influence screen readers. One of the most surprising things to me was learning that VoiceOver removes list semantics from ul
s and ol
s when list-style-type: none
is applied to them.
Read more
of Fixing all the things
→
I wanted to share what my typical accessibility testing sessions look like. This is a quick over, but I hope you find it helpful (and if you haven’t done so yet, check out some accessibility quick wins I wrote about).
Read more
of How I test for accessibility
→
Hello, my younger self. How are things? I understand you’re learning about the amazing world of web accessibility, something I wholeheartedly endorse.
Read more
of Notes to my younger self: Regarding accessibility
→
I sometimes give talks on Web accessibility, and one of the top questions I get is: What can I do right now to make my website more accessible? When I began practicing accessibility, I would’ve probably talked about WAI-ARIA authoring practices, and adding aria
roles, and managing focus with JavaScript. That’s certainly true for more complex UI, but most of us aren’t building Twitter.
Read more
of Accessibility quick wins
→
When I was first learning about accessibility on the Web, I stumbled across WebAIM (Web Accessibility In Mind), a fantastic resource for all things accessibility.
Read more
of Accessible Content
→