O with occluded right edge to appear also as a C Open Web Components Guides Docs Blog Toggle darkmode

EsLint Plugin Lit A11y: aria-attr-valid-value

ARIA state and property values must be valid.

Rule Details

Examples of incorrect code for this rule:

html` <span aria-hidden="yes">foo</span> `;

Examples of correct code for this rule:

html` <span aria-hidden="true">foo</span> `;

Further Reading