State change detection (state-changes)

User interface components with changing states (e.g. checkboxes) include properties such as aria-checked, aria-selected or aria-expanded.


Missing aria-valuemin / aria-valuemax / aria-valuenow:

This custom slider is missing required ARIA value attributes. Elements with role="slider" must expose aria-valuemin, aria-valuemax, and aria-valuenow.

Red

Assistive technologies cannot determine the slider's current value or range without these attributes.

Note: Possible to automatically test. Can be done by checking that elements with role="slider" have aria-valuemin, aria-valuemax, and aria-valuenow present and valid.


axe detected: 4.1.2  |  QualWeb detected: none