Accessibility advocate, writer, developer, and speaker
Much like their physical counterparts, the materials we use to build websites have purpose. To use them without understanding their strengths and limitations
Accessibility advocate, writer, developer, and speaker
As someone with a good deal of interest in the digital accessibility space, I follow WebAIM’s work closely. Their survey results are priceless insights into how disabled people actually use the web, so when the organization speaks with authority on a subject, I listen.
As someone with a good deal of interest in the digital accessibility space, I follow WebAIM’s work closely. Their survey results are priceless insights into how disabled people actually use the web, so when the organization speaks with authority on a subject, I listen.
Creating, maintaining, or evaluating accessible technology? Here are some things to keep in mind.
ARIA is a very useful tool for helping to enhance accessible web experiences, but it should only be used when no other options are available.
If it is important enough to need words, it is important enough to use text content..
Look at modern websites at you'll see their code covered in aria-roles: a pretty <div> with role="button" here, a nice <a> with role="link" further along, and so on. But what is an aria-role, and what does it actually do?