Skip to content

Instantly share code, notes, and snippets.

@nicktu12
Created July 26, 2017 17:27
Show Gist options
  • Save nicktu12/62afc2571f173ea303ae92a095d62ec8 to your computer and use it in GitHub Desktop.
Save nicktu12/62afc2571f173ea303ae92a095d62ec8 to your computer and use it in GitHub Desktop.
Accessibility Implementation
Steps I will take to make my projects more accessible:
-include label tag for more clickable buttons
-ensure actionable elements have the ability to be focused on utilizing only the keyboard
-improve contrast on text elements for maximum readability
-utilize semantic HTML to reduce the need for additional HTML attributes describing elements
-ensure that projects are navigable and information is presented with clarity using ChromeVox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment