Edit

Share via


ARIA Range Control Attributes Incompatible

Text

Element has progressbar or slider role but exposed aria-valuenow value is outside of aria-valuemin aria-valuemax range.

Type

Error

Description

This error applies to elements that have a role (implicit or explicit) equal to progressbar, slider, or spinbutton.

This error indicates that the exposed aria-valuenow value is not in the range defined by the aria-valuemin and aria-valuemax attributes.

To fix this error, check your implementation to ensure that the aria-valuemin and aria-valuemax attributes are correctly set, and that the aria-valuenow attribute value is properly maintained.

ARIA Range Control Attributes Missing