💼 This rule is enabled in the following configs: ☑️ recommended
, 🔒 strict
.
ARIA state and property values must be valid.
This rule takes no arguments.
<!-- Good: the aria-hidden state is of type true/false -->
<span aria-hidden="true">foo</span>
<!-- Bad: the aria-hidden state is of type true/false -->
<span aria-hidden="yes">foo</span>