Inclusive tokens: a community standard for semantic accessibility variables
Design · 4 min read
The inclusive tokens proposal reframes tokens from purely aesthetic primitives (color-500, spacing-sm) to semantic variables that communicate accessibility expectations: tokens such as 'text-primary-high-contrast' or 'motion-reduce-safe' explicitly convey why a value exists. Advocates say this reduces cognitive load on engineers and designers when implementing components across platforms.
Several design systems, including a fork of an established open-source library, have published experimental token maps demonstrating how these variables cascade into theme values for light/dark modes, high-contrast themes, and reduced-motion modes. The approach pairs token naming with metadata: WCAG level, supported input modalities, and recommended use-cases.
Critics urge caution about over-complication and warn that naming conventions must be governed to avoid token sprawl. Proponents counter that semantic tokens encourage intentional accessibility decisions and make automated testing — and audits — more straightforward for organizations with large component inventories.