Kilotest: Diagnoses of image not named
violation by HTML element 89 on Webby Awards page
Basics
About the Webby Awards page
- URL: https://www.webbyawards.com/
- Tested 13 days ago by job
z57on 2026-05-19 at 14:40
About HTML element 89
- Tag name:
IMG - Text: [not applicable]
- Start tag:
<img class="parallax-slider" src="https://www.webbyawards.com/wp-content/uploads/sites/4/2026/05/Druski_2-1.png" style="transform: translate3d(0px, -136px, 0px); position: absolute; height: 1152px; width: 1920px; max-width: none;"> - XPath:
/html/body/div[1]/img[1] - Bounding box: x = 0, y = -136, width = 1920, height = 1152
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 89 of the Webby Awards page.
- 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 - 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 - 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