Kilotest: Diagnoses of image not named
violation by HTML element 1015 on Run! page
Basics
About the Run! page
- URL: https://www.designedtorun.com/
- Tested 28 days ago by job
mgfon 2026-05-04 at 17:00
About HTML element 1015
- Tag name:
IMG - Text:
FEATURED SITESWHY RUN?PRICINGDOCSSIGN UP … TERMS · PRIVACY
- Start tag:
<img src="https://t.co/1/i/adsct?bci=4&dv=America%2FLos_Angeles%26en-US%2Cen%26Google%20Inc.%26MacIntel%26127%261920%261080%264%2624%261920%261080%260%26na&eci=3&event=%7B%7D&event_id=fef8fe32-55b0-49e0-8ca5-81a7c2fd589c&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=7ee7a678-dcbe-4f59-a0d4-446bc1c77e94&pt=RUN!%20Political%20Campaign%20Websites%20Made%20Easy&tw_document_href=https%3A%2F%2Fwww.designedtorun.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1777915716888.465549442909459444&txn_id=oi7do&type=javascript&version=2.3.53" height="1" width="1" fetchpriority="high" style="display: none;"> - XPath:
/html/body/img[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
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 1015 of the Run! page.
- <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 - 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 - 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)