Kilotest: Diagnoses of control not named
violation by HTML element 118 on Institute for Progress page
Here is how tools diagnose the control not named
issue for HTML element 118 of the Institute for Progress page.
Basics
- 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: 4.1.2
- About the Institute for Progress page
- URL:
https://ifp.org/ - Tested on 2026-04-03 at 04:21
- URL:
- About HTML element 118
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input type="text" name="s" placeholder="Type something" value=""> - XPath:
/html/body/div[1]/ul[1]/li[5]/ul[1]/li[2]/form[1]/input[1] - Bounding box: x = 2041, y = 586, width = 1668, height = 32
- Tag name:
Diagnoses
- 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