A·All Concepts
01
A

Accessibility

Design that works for everyone.

1 min read·Community

Accessibility is not a feature — it is the baseline. It is the discipline of designing for the full spectrum of human experience: visual, motor, cognitive, and situational.

The Thought

The term "accessible design" is often misunderstood as a legal obligation or a checklist to be satisfied at the end of a project. In reality, accessibility is an orientation — a decision made at the very beginning to treat the diversity of human ability as the norm, not the exception.

Consider the curb cut effect: the sidewalk ramps designed for wheelchair users became indispensable for parents with strollers, delivery workers, and travellers with luggage. Inclusive design does not narrow the experience; it widens it. The constraint of designing for the edge case almost always improves the experience for everyone else.

The Web Content Accessibility Guidelines (WCAG) provide a framework — perceivable, operable, understandable, robust — but these are entry conditions, not ambitions. The real work is developing the empathy to see your design through eyes, hands, and minds that are not your own.

Key Principles
  1. 01

    Colour contrast is not optional — 4.5:1 for normal text, 3:1 for large.

  2. 02

    Every interactive element must be keyboard-navigable and focus-visible.

  3. 03

    Alternative text is communication, not description — write for context.

  4. 04

    Motion can be disorienting; always respect prefers-reduced-motion.

  5. 05

    Accessible design is discovered through testing with real users, not automated tools alone.

Related