Accessibility & inclusion
WCAG, the law, every platform’s assistive stack, inclusive design, and designing for the whole world.
WCAG Essentials
Primary source: W3C Web Content Accessibility Guidelines 2.2 (w3.org/TR/WCAG22) — the global standard, referenced directly or indirectly by law in most jurisdictions. Target…
Accessibility Across Platforms and Devices
WCAG is web-born, but the needs it encodes are platform-independent. This file maps the practice onto each platform's APIs, screen readers, and settings. WCAG itself: WCAG…
Inclusive Design
Beyond compliance: designing for the full range of human diversity — permanent, temporary, and situational.
Internationalization & Localization
i18n = building software so it can adapt; l10n = the adaptation itself. Read this before the first hardcoded string ships, not after.