Kilotest: Diagnoses of svg image not named
violation by HTML element 100 on DubBot page
Basics
About the DubBot page
- URL: https://dubbot.com/
- Tested 13 days ago by job
8g6on 2026-07-07 at 20:33
About HTML element 100
- Tag name:
DIV - Text:
Support WCAG 2.1 and 2.2 conformance by identifying accessibility barriers across your site, from missing ALT text and low color contrast to improper heading structures, so you can create a more inclusive user experience.
- Start tag:
<div class="feature-icon"> - XPath:
/html/body/main[1]/section[3]/div[1]/div[1]/div[1]/a[1]/div[2]/div[2] - Bounding box: x = 1796, y = 1593, width = 138, height = 126
About the svg image not named
issue
- Why it matters: User cannot get help understanding an image
- Priority: highest
- Related WCAG standard: 1.1.1
Diagnoses
Here is how rule engines diagnose the svg image not named
issue for HTML element 100 of the DubBot page.
- The element <code>svg</code> does not have an accessible description. Use one of the following solutions to describe element purpose: <code><title>, <desc>, <text>, aria-label, aria-labelledby, aria-describedby, aria-roledescription</code>. For decorative purpose add an attribute <code>role="presentation"</code>.
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
accessible_svg