Skip to content

Instantly share code, notes, and snippets.

@mlimberg
Last active November 28, 2016 18:06
Show Gist options
  • Save mlimberg/1582b82b6e2fb0c92dfa03b3735f2ef4 to your computer and use it in GitHub Desktop.
Save mlimberg/1582b82b6e2fb0c92dfa03b3735f2ef4 to your computer and use it in GitHub Desktop.
Three commitments to make my interfaces more accessible

##Accessibility Commitments

####Screen Reader Improvements

I want to ensure that anyone navigating a website/app I help to create can get a full understanding of the page/screen they are on. This includes ensuring all images have a description so that the viewer/reader is not left with a blank "img".

####Mobility Improvements

I will strive to test every page I help create to understand how keyboard navigation works for the user and make it as user-friendly as possible.

####Color Separation

I will work to find color schemes that are suitable to those with color blindness of any kind. Whether or not they can see the exact colors I intended them to, I would like the overall look of the page to be differentiated appropriately by distinct differences in color choices.

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