/> ``` ### Fail ```jsx // Has no value {undefined} // Has no value {`${undefined}`} // Has no value // Avoid ARIA if it can be achieved without // Avoid ARIA if it can be achieved without ``` ## Accessibility guidelines - [WCAG 1.1.1](https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html) ### Resources - [axe-core, object-alt](https://dequeuniversity.com/rules/axe/3.2/object-alt) - [axe-core, image-alt](https://dequeuniversity.com/rules/axe/3.2/image-alt) - [axe-core, input-image-alt](https://dequeuniversity.com/rules/axe/3.2/input-image-alt) - [axe-core, area-alt](https://dequeuniversity.com/rules/axe/3.2/area-alt)