Alternative text provides a textual description for images and other media.
Search engine crawlers and screen readers use this text to describe the element to users who cannot see it.
Elements like <img>, <area>, <input type="image">, and <object> must have appropriate alternative text through alt, aria-label, aria-labelledby, or title attributes.
If you’re not working with images or media elements, or if you use a framework that automatically injects known good alt text for those elements, you can disable this rule.