Resources
Accessibility Checkers:
- WebAIM WCAG 2 Checklist : Quick checklist of the Web Content Accessibility Guidelines 2. For the full WCAG specification go here.
- WebAIM WAVE Site Evaluator : Allows you to put in a site URL and get an overview of what content may not be meeting accessibility guidelines.
- WebAIM Contrast Checker: For checking readability of text given a foreground and background color.
- Coblis Color Blindness Simulator: For checking how images look for people with different types of color blindness.
Development Tools:
- regex101: For testing regular expressions in multiple different flavors (language-based version).