Accessibility
The Rating is designed to be accessible by on-screen readers and provides full WAI-ARIA accessibility support.
WAI-ARIA Support
The Rating has a role="slider" attribute that semantically defines the rating and uses ariaLabelledBy
and ariaDescribedBy
properties. The Rating is WAI ARIA-accessible through the Tab
key. The aria-valuemin
, aria-valuemax
, and aria-valuenow
properties define the accessibility values when the user select icon from the Rating or interacts with the Rating through the arrow keys. The Rating uses the aria-disabled
property which defines the accessibility state.
The Rating 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 Rating is compliant with the Section 508 requirements.