Created
November 28, 2016 18:02
-
-
Save sljohnson32/53d76fe650e8e03b52bf1ecc21d16a3d to your computer and use it in GitHub Desktop.
My Accessibility Commitments as a FE Developer
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
| As a FE Developer, I am committed to the following actions/behaviors with regard to making everything I build accessible to as many people as possible. | |
| * I will never fully hide focus in my CSS - I will always push designers to adjust the look and feel of the focus to match the site but never fully remove it. | |
| * I will spend time considering how a screen reader will process any website/product I build. | |
| * I will utilize the tabindex attribute in my HTML to ensure the content on any website/product I build is easy to navigate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment