Kilotest: Diagnoses of input not named
violation by HTML element 118 on Institute for Progress page
Basics
About the Institute for Progress page
- URL: https://ifp.org/
- Tested 28 days ago by job
00von 2026-05-04 at 17:00
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 = 1663, height = 31
About the input not named
issue
- Why it matters: User cannot get help on what information to enter in a form item
- Priority: highest
- Related WCAG standard: 4.1.2
Diagnoses
Here is how tools diagnose the input not named
issue for HTML element 118 of the Institute for Progress page.
- This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name