Finding 1: Image elements do not have `[alt]` attributes
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Show the 4 elements at fault
-
div.gallery-and-copy__awards > div.gallery-and-copy__awards-image-container > picture > img.accld1<img decoding="async" class="accld1" src="/assets/images/HRA.png">
Fix any 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"
-
div.gallery-and-copy__awards > div.gallery-and-copy__awards-image-container > picture > img.accld2<img decoding="async" class="accld2" src="/assets/images/JBF-Award-2.png">
Fix any 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"
-
div.gallery-and-copy__awards > div.gallery-and-copy__awards-image-container > picture > img.accld3<img decoding="async" class="accld3" src="/assets/images/James-Beard-Foundation-Logo.png">
Fix any 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"
-
div.gallery-and-copy__awards > div.gallery-and-copy__awards-image-container > picture > img.accld4<img decoding="async" class="accld4" src="">
Fix any 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"