NEURALNG

ACCESSIBILITY

Separator semantics

The visual boundary is backed by an explicit, non-interactive ARIA separator contract.

Separator semantics

The root always renders role="separator". Decorative line segments are hidden from assistive technology.

Orientation

aria-orientation always matches the visual orientation input.

Accessible names

Use ariaLabel or ariaLabelledBy only when the boundary needs a name. The ID reference takes precedence.

Keyboard

Static dividers are not focusable and define no keyboard commands. Use a splitter component for adjustable regions.

RTL

Logical borders, margins and start/end alignment mirror with document direction without JavaScript.