Kilotest: Diagnoses of link href missing
violation by HTML element 861 on Run! page
Here is how tools diagnose the link href missing
issue for HTML element 861 of the Run! page.
Basics
- About the
link href missing
issue- Why it matters: Helper cannot properly explain a link to a user
- Priority: low
- Related WCAG standard: 1.3.1
- About the Run! page
- URL:
https://www.designedtorun.com/ - Tested on 2026-04-05 at 01:26
- URL:
- About HTML element 861
- Take me there
- Tag name:
P - Text:
WATCH THE FULL DEMO VIDEO
- Start tag:
<p class="demo-video-link"> - XPath:
/html/body/div[1]/div[1]/div[1]/div[6]/p[1] - Bounding box: x = 173, y = 7143, width = 1574, height = 15
Diagnoses
- Missing attribute <code>href</code> on link. The user cannot navigate to this element using the keyboard. A better option here is to use a <code><a></code> element instead.
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
missing_href_on_a