Skip to content

Instantly share code, notes, and snippets.

@westleyknight
Last active April 12, 2016 10:34
Show Gist options
  • Save westleyknight/afb5456d35dcc9e550c478be2d178374 to your computer and use it in GitHub Desktop.
Save westleyknight/afb5456d35dcc9e550c478be2d178374 to your computer and use it in GitHub Desktop.
#Web axioms to live by
1. if you can do it in HTML, don’t use CSS
2. if you can do it in CSS, don’t use JS
3. if all else fails use JS
https://twitter.com/johnallsopp/status/719755806594367494
#WCAG 2.0
##Understanding the Four Principles of Accessibility
http://www.w3.org/TR/UNDERSTANDING-WCAG20/intro.html#introduction-fourprincs-head
The guidelines and Success Criteria are organized around the following four principles, which lay the foundation necessary for anyone to access and use Web content. Anyone who wants to use the Web must have content that is:
- Perceivable: It can't be invisible to all of their senses.
- Operable: The interface cannot require interaction that a user cannot perform.
- Understandable: The content or operation cannot be beyond their understanding.
- Robust: As technologies and user agents evolve, the content should remain accessible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment