Kilotest: Diagnoses of image not named
violation by HTML element 49 on Freedom of the Press Foundation page
Here is how tools diagnose the image not named
issue for HTML element 49 of the Freedom of the Press Foundation page.
Basics
- 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
- About the Freedom of the Press Foundation page
- URL:
https://freedom.press/ - Tested on 2026-04-02 at 14:24
- URL:
- About HTML element 49
- Tag name:
IMG - Text: [not applicable]
- Start tag:
<img class="svg__svg" src="/static/logo/_logo_full.169b7da39f72.svg" width="418" height="64"> - XPath:
/html/body/div[1]/header[1]/div[1]/a[1]/img[1] - Bounding box: x = 260, y = 29, width = 288, height = 44
- Tag name:
Diagnoses
- 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 - 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)