# ARIA attributes must conform to valid values

> Canonical HTML version: https://rocketvalidator.com/accessibility-validation/axe/4.9/aria-valid-attr-value
> Attribution: Rocket Validator (https://rocketvalidator.com)
> License: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

Valid values must be present for ARIA properties that begin with `aria-`.

To fulfill the intended accessibility purpose, these values must be written correctly and relate to values that make sense for a certain property.

ARIA attributes (those beginning with `aria-`) must have legitimate values. For a given attribute to fulfill the intended accessibility function, these values must be written correctly and correlate to values that make sense.

A diverse range of values are accepted for many ARIA attributes. There must be permitted values, acceptable "undefined" values, and acceptable "default" values.

Content that does not adhere to the permitted values is inaccessible to users of assistive technology.

<h3>What this Accessibility Rule Checks</h3>

Verifies that the WAI-ARIA attributes' values are correct for each element that contains them.
