Skip to content

Instantly share code, notes, and snippets.

@tjvantoll
Last active December 27, 2015 09:48
Show Gist options
  • Save tjvantoll/7306237 to your computer and use it in GitHub Desktop.
Save tjvantoll/7306237 to your computer and use it in GitHub Desktop.
Demystifying Screen Readers for Web Developers

Demystifying Screen Readers for Web Developers

Most web developers have a small armada of browsers and devices to test their sites on, yet few have ever used a single screen reader. This has led to accessibility information being treated as some form of wizardry; developers conjecture about what's best for disabled users without actually testing their theories out.

This is a shame, because in general, screen readers are not hard to use. And as it turns out, the best way to verify your site is accessible is to use it as an impaired user would.

In this talk we'll break down these barriers by showing how the most popular screen readers on Windows, OS X, iOS and Android actually work. We'll also look at a number of accessibility best practices - but instead of preaching these practices as facts, we'll show the effect each has on real users on real screen readers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment