Accessibility
The Slider is designed to be accessible by on-screen readers and provides full WAI-ARIA accessibility support.
WAI-ARIA Support
The Slider is WAI ARIA-accessible through the Tab
key. The aria-valuemin
, aria-valuemax
, and aria-valuetext
properties define the accessibility values when the user drags the handle of the Slider or interacts with the Slider through its buttons. The Slider buttons are defined by the aria-label
attributes. Their value can be set up through the incrementTitle
and decrementTitle
attributes.
The Slider also follows the WAI-ARIA best practices for implementing the keyboard navigation for its component role and is tested against the popular screen readers.
Section 508
The Slider is compliant with the Section 508 requirements.