Kilotest: Diagnoses of control not named
violation by HTML element 578 on California Groundbreakers page
Basics
About the California Groundbreakers page
- URL: https://www.californiagroundbreakers.org/
- Tested 29 days ago by job
lknon 2026-05-03 at 17:04
About HTML element 578
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input class="newsletter-form-field-element field-element field-control" name="fname" x-autocompletetype="given-name" type="text" spellcheck="false" placeholder="First Name" maxlength="30" data-title="First"> - XPath:
[not obtained] - Bounding box: x = 512, y = 3794, width = 244, height = 49
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: 1.3.1
Diagnoses
Here is how tools diagnose the control not named
issue for HTML element 578 of the California Groundbreakers page.
- 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