Kilotest: Diagnoses of image not named
violation by HTML element 1015 on Run! page
Here is how tools diagnose the image not named
issue for HTML element 1015 of the Run! 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 Run! page
- URL:
https://www.designedtorun.com/ - Tested on 2026-04-05 at 01:26
- URL:
- 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=2eec7a0e-bf3d-44e5-a70d-c08ae45c00eb&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=75e8db11-73d8-4030-b0da-f4658acfb3cc&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.1775352402857.470121575889937821&txn_id=oi7do&type=javascript&version=2.3.50" height="1" width="1" fetchpriority="high" style="display: none;"> - XPath:
/html/body/img[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
- Tag name:
Diagnoses
- <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 - 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)