Kilotest: Diagnoses of image not named
violation by HTML element 352 on Probably Good page
Basics
About the Probably Good page
- URL: https://probablygood.org/
- Tested 3 days ago by job
n2uon 2026-05-30 at 00:32
About HTML element 352
- Tag name:
IMG - Text: [not applicable]
- Start tag:
<img loading="lazy" decoding="async" width="415" height="416" class="gbp-testimonial_image" src="https://probablygood.org/wp-content/uploads/Desmond-Fairall-Compressed.jpg" title="Desmond-Fairall-Compressed" srcset="https://probablygood.org/wp-content/uploads/Desmond-Fairall-Compressed.jpg 415w, https://probablygood.org/wp-content/uploads/Desmond-Fairall-Compressed-300x300.jpg 300w, https://probablygood.org/wp-content/uploads/Desmond-Fairall-Compressed-150x150.jpg 150w" sizes="auto, (max-width: 415px) 100vw, 415px"> - XPath:
[not obtained] - Bounding box: x = 311, y = 2513, width = 87, height = 87
About the image not named
issue
- Why it matters: User cannot get help to know what is in an image
- Priority: highest
- Related WCAG standard: 1.1.1
Diagnoses
Here is how tools diagnose the image not named
issue for HTML element 352 of the Probably Good page.
- <p>When screen readers encounter an image with no alt attribute at all, they dictate the url of the image file instead, often one letter at a time.</p> <p><strong>To fix:</strong> either add an empty alt (alt="") to indicate this image should be ignored by screen readers, or add descriptive alt text.</p> <p>Note that a <a href="https://www.w3.org/WAI/tutorials/images/informative" target="_blank" title="Opens in new tab">good alt describes the image's message</a>, not simply what it contains. Depending on the context, the alt for the picture of a child kicking a ball might emphasize the setting, the child, the kick or the ball:</p> <ul> <li>The sunny spring day brought kids to the park for some soccer.</li> <li>A.J. wearing the new team uniform.</li> <li>The game-winning kick curved in from the left sideline!</li> <li>The size 4 ball is the right size for this 9-year-old child.</li> </ul>
Tool: Editoria11y (Princeton University)
Rule:
altMissing - Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle1.Guideline1_1.1_1_1.H37