Accessible design - aduggin/accessibility-notes GitHub Wiki
Notes
Visual design
- Design page text with sufficient contrast - colour contrast between foreground and background is sufficiently strong (text and form borders).
- Text is never aligned justified
- Line spacing between lines of text should be at least a space-and-a-half depending on text size
- Spaces between paragraphs should be at least 1.5x larger than line height
Interaction design
- Text should be able to dynamically resize without requiring the user to scroll horizontally
- Consistency...
Related Resources