Let's Make the Web Accessible for All! #a11y
Disabling buttons can cause more problems for users than benefits.
Missing feedback
When you click a disabled button, nothing happens. The button doesn’t explain what’s wrong or help you fix the problem. It provides no helpful feedback. If the user thinks their answers are correct, not providing feedback can make the UI feel broken.
Missing focus
Disab
... See moreManuel Matuzovic • Web Accessibility Cookbook
Design for Color Blindness
Things To Keep In Mind
✅ Red-/green deficiencies are more common in men.
✅ Use blue if you want users to perceive color as you do.
✅ Use any 2 colors as long as they vary by lightness.
✅ Colorbrlind users can tell red and green apart.
✅ Colorbrlind users can’t tell dark green and brown apart.
✅ Colorbrlind users can’t tell red a
My anti-overlay client letter - Alistair Shepherd
alistairshepherd.uk- Provide a text presentation of the data presented in the chart as a fallback, and
- associate that text with the i
The Practical Accessibility Course
The Practical Accessibility Course
To give both sighted and non-sighted users an equivalent experience, we can use the well-supported aria-invalid attribute. When the user focuses the input, it will now announce “Invalid” (or similar) in screen readers.
Adam Silver • Form Design Patterns
Outlines have an advantage over other visual indicators (like borders or background colors, for example) in that they can be applied to the element without causing any significant changes to that element. And since an outline is not part of an element’s box ... See more
sarasoueidan.com • A guide to designing accessible, WCAG-compliant focus indicators
Why outlines work best and box-shadow should be avoided to indicate focus
Ideas related to this collection