Kilotest: Diagnoses of input not named
violation by HTML element 306 on California YIMBY Education Fund page
Basics
About the California YIMBY Education Fund page
- URL: https://cayimby.org/
- Tested 29 days ago by job
6d3on 2026-05-03 at 17:05
About HTML element 306
- Tag name:
INPUT - Text:
Sign Up
- Start tag:
<input type="text" name="email" id="email" placeholder="Enter your email address"> - XPath:
/html/body/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/form[1]/input[1] - Bounding box: x = 1028, y = 3903, width = 402, height = 48
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 306 of the California YIMBY Education Fund 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