Kilotest: Diagnoses of control not named
violation by HTML element 299 on California YIMBY Education Fund page
Here is how tools diagnose the control not named
issue for HTML element 299 of the California YIMBY Education Fund 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 California YIMBY Education Fund page
- URL:
https://cayimby.org/ - Tested on 2026-04-02 at 14:22
- URL:
- About HTML element 299
- 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[1]/form[1]/input[1] - Bounding box: x = 352, y = 3871, width = 402, height = 48
- 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