Skip to content

Instantly share code, notes, and snippets.

@stasgavrylov
Created May 3, 2016 16:16
Show Gist options
  • Save stasgavrylov/47ac70692f39e7fdd3407b2561db1206 to your computer and use it in GitHub Desktop.
Save stasgavrylov/47ac70692f39e7fdd3407b2561db1206 to your computer and use it in GitHub Desktop.
7 accessibility points
// from https://medium.com/salesforce-ux/7-things-every-designer-needs-to-know-about-accessibility-64f105f0881b#.st9txc13n
1. Accessibility is not a barrier to innovation.
2. Don’t use color as the only visual means of conveying information.
3. Ensure sufficient contrast between text and its background.
4. Provide visual focus indication for keyboard focus.
5. Be careful with forms (labels, placeholders with high contrast).
6. Avoid component identity crises.
7. Don’t make people hover to find things.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment