Kilotest: Diagnoses of control not named
violation by HTML element 982 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 982
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input type="text" placeholder="Email address" name="email"> - XPath:
/html/body/div[1]/div[1]/div[2]/div[1]/div[2]/form[1]/div[1]/div[1]/input[1] - Bounding box: x = 1639, y = 1104, width = 181, height = 50
About the control not named
issue
- Why it matters: User cannot get help on how to operate a form item
- Priority: highest
- Related WCAG standard: 1.3.1
Diagnoses
Here is how tools diagnose the control not named
issue for HTML element 982 of the Run! page.
- This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.F68 - Missing form label
Tool: WAVE (Utah State University)
Rule:
label_missing