NEURALNG

ACCESSIBILITY

WAI-ARIA Tabs by contract

Native buttons and deterministic relationships provide the complete tabs interaction model without consumer key handlers.

Semantics and relationships

The named list exposes role=tablist and orientation. Native button tabs expose selected, disabled and controls state; panels reference their tabs and inactive panels are hidden.

Keyboard

Horizontal Left/Right or vertical Up/Down navigation wraps and skips disabled tabs. Home/End jump to boundaries. Manual activation uses Enter or Space.

Focus model

Roving tabindex leaves one enabled tab in the page order. Active panels are focusable by default; disable panel focus only when its first meaningful control provides a better destination.

RTL and reduced motion

Horizontal arrows follow computed direction while vertical keys remain physical. Indicator and panel entry motion collapse under the user’s reduced-motion preference.