Skip to content

Instantly share code, notes, and snippets.

@RobAWilkinson
Created August 10, 2015 17:10
Show Gist options
  • Save RobAWilkinson/e640c56bcd812d8b3d8f to your computer and use it in GitHub Desktop.
Save RobAWilkinson/e640c56bcd812d8b3d8f to your computer and use it in GitHub Desktop.
file.md
Area of Difficulty Affects Possible Solution
text visually-impaired users select readable fonts, set in easy-to read sizes (magnifiers also help)
colors colorblind/color-deficient users select high-contrast colors (dark text on light background is best)
mouse events visually-impaired users, users with mobile devices make sure event handlers are device-independent (equally triggered by mouse or keyboard or gesture), use mouseover and hover events for non-critical actions only
images visually-impaired users, users with low-speed connections provide meaningful alt text
video visually-impaired users, hearing-impaired users provide a transcript or summary of video content, use captions or subtitles
audio hearing-impaired users provide a transcript or summary of audio content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment