Kilotest: Diagnoses of input not named
violation by HTML element 982 on Run! page
Here is how tools diagnose the input not named
issue for HTML element 982 of the Run! page.
Basics
- 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
- About the Run! page
- URL:
https://www.designedtorun.com/ - Tested on 2026-04-05 at 01:26
- URL:
- 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
- Tag name:
Diagnoses
- 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