Kilotest: Diagnoses of image not named
violation by HTML element 236 on Third Act page
Basics
About the Third Act page
- URL: https://thirdact.org/
- Tested 67 days ago by job
f1con 2026-03-26 at 23:59
About HTML element 236
- Tag name:
IMG - Text:
Join Our Mailing List … The best way to start your third act is by signing up for our mailing list. We'll update you on our campaigns, actions you can take, and other relevant news and insights.
- Start tag:
<img class="icon-m mb-3" src="https://thirdact.org/wp-content/uploads/2022/09/noun-open-5207328.svg"> - XPath:
/html/body/div[2]/main[1]/div[1]/section[4]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/img[1] - Bounding box: x = 275, y = 1309, width = 33, height = 33
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 236 of the Third Act page.
- The image does not have an accessible name
Tool: Alfa (Siteimprove)
Rule:
r2 - Images must have alternative text; 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"
Tool: Axe (Deque)
Rule:
image-alt - <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 - The image has neither an accessible name nor is marked as decorative or redundant
Tool: Accessibility Checker (IBM)
Rule:
img_alt_valid - An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Tool: Html Checker API (World Wide Web Consortium)
- [failed] The test target doesn't have an accessible name.
Tool: QualWeb (University of Lisbon)
Rule:
QW-ACT-R17 - Missing alternative text
Tool: WAVE (Utah State University)
Rule:
alt_missing - Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
Tool: WallyAX (Wally)