Accessibility (often abbreviated as a11y) is the practice of making products, services, and environments usable by people of all abilities and disabilities.
1 in 4 adults in the US has a disability affecting:
ADA: Americans with Disabilities Act Section 508: US federal accessibility WCAG 2.1: Web Content Accessibility Guidelines (global standard)
Perceivable: Users can perceive content
Operable: Users can operate interface
Understandable: Content and interface are clear
Robust: Works with assistive technologies
❌ Missing alt text on images ❌ Poor color contrast ❌ Keyboard navigation doesn't work ❌ Forms without labels ❌ Confusing navigation structure ❌ Auto-playing media ❌ Inaccessible PDFs
Card sorting for accessibility: ✅ Clear, logical structure helps everyone ✅ Consistent navigation reduces cognitive load ✅ User-friendly labels benefit all users ✅ Findable content aids screen reader users
IA best practices:
Automated tools: WAVE, axe DevTools (catch ~30% of issues) Manual testing: Keyboard only, screen reader User testing: Test with people with disabilities
Curb cuts help:
Build accessible navigation with card sorting at freecardsort.com
Explore related concepts, comparisons, and guides