Skip to content

Instantly share code, notes, and snippets.

@rcwestlake
Last active October 3, 2016 17:11
Show Gist options
  • Save rcwestlake/edf36ba8b84c516db23258352ea2dded to your computer and use it in GitHub Desktop.
Save rcwestlake/edf36ba8b84c516db23258352ea2dded to your computer and use it in GitHub Desktop.
RW - Accessibility Commitments For Future Projects

#RW Accessibility Commitments

#1

Make applications that are primarily accessible, meaning they have few errors when running it through AXE. This means each project needs to start with accessibility in mind. It's much easier to implement it while you're building than to make the changes at the last minute. #2

Write semantically correct HTML that uses tabindex and can be easily navigated

#3

Run through each project with screenreader and colorblind to experience it and make any changes before "shipping it"

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