You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This applies to every image in the system. The alt text should be meaningful but relatively short.
Ensure elements have alternate text or a role of none or presentation
Fix:
To solve this problem, you need to fix at least (1) of the following:
Element does not have an alt attribute
aria-label attribute does not exist or is empty
-aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"
The text was updated successfully, but these errors were encountered:
This applies to every image in the system. The alt text should be meaningful but relatively short.
Ensure elements have alternate text or a role of none or presentation
Fix:
To solve this problem, you need to fix at least (1) of the following:
Element does not have an alt attribute
aria-label attribute does not exist or is empty
-aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"
The text was updated successfully, but these errors were encountered: