W3C Releases ARIA 2.0 Draft Emphasizing Gesture and Voice Accessibility
Tech · 5 min read
The W3C's Accessible Rich Internet Applications (ARIA) working group released a public draft of ARIA 2.0 today, introducing new semantic attributes for multi-modal interactions including touch gestures, pressure, and voice commands. The draft adds gesture-role mappings and a new "input-modality" attribute to help assistive technologies disambiguate events that historically relied on mouse or keyboard semantics.
For designers and developers this means authoring richer, machine-readable affordances: swipe-left can be announced as a navigational action with an associated accessible label, long-press can expose secondary menus with explicit semantics, and voice-initiated commands can be tied to ARIA states so screen readers present consistent feedback. The working group explicitly addresses ambiguity around virtualized lists and dynamic content, recommending patterns for live region updates tied to modality.
The draft is still open for comment and includes implementation notes for popular engines and assistive tech vendors. W3C members encouraged early experimentation in design systems to validate token mappings and ARIA shorthand utilities before finalization; the working group plans to publish a candidate recommendation early next year contingent on interoperability feedback.