Kilotest: Diagnoses of image link not named
violation by HTML element 267 on Centre for Effective Altruism page
Basics
About the Centre for Effective Altruism page
- URL: https://www.effectivealtruism.org/
- Tested 38 days ago by job
6gwon 2026-04-24 at 21:54
About HTML element 267
- Tag name:
A - Text: [not applicable]
- Start tag:
<a target="_blank" rel="noopener noreferrer" class="css-1lyk3d2-MediaList-link" href="https://www.economist.com/the-economist-reads/2022/08/24/what-to-read-to-understand-effective-altruism"> - XPath:
/html/body/div[1]/div[1]/div[1]/main[1]/section[3]/div[1]/div[2]/a[5] - Bounding box: x = 1199, y = 1339, width = 103, height = 36
About the image link not named
issue
- Why it matters: User cannot get help understanding what a link points to
- Priority: highest
- Related WCAG standard: 2.4.4
Diagnoses
Here is how tools diagnose the image link not named
issue for HTML element 267 of the Centre for Effective Altruism page.
- <p>When a link is wrapped around an image, the image's alt text <a href="https://webaim.org/techniques/hypertext/link_text#alt_link" title="Opens in new tab" target="_blank">provides the link's title for screen readers</a>.</p> <p><strong>To fix:</strong> set this image's alternative text to something that describes the link's destination, or add text next to the image, within the link.</p>
Tool: Editoria11y (Princeton University)
Rule:
altEmptyLinked - Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle1.Guideline1_1.1_1_1.H30.2 - [failed] The image doesn't have an accessible name.
Tool: QualWeb (University of Lisbon)
Rule:
QW-WCAG-T21