Created
July 26, 2017 17:27
-
-
Save nicktu12/62afc2571f173ea303ae92a095d62ec8 to your computer and use it in GitHub Desktop.
Accessibility Implementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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