Kilotest: Diagnoses of control not named
violation by HTML element 1199 on GiveDirectly page
Basics
About the GiveDirectly page
- URL: https://www.givedirectly.org/
- Tested 29 days ago by job
7tmon 2026-05-03 at 17:04
About HTML element 1199
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input type="text" id="newsletter-firstname-Fkra5DUr" name="firstname" placeholder="First name" class="newsletter-signup-input"> - XPath:
/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[2]/input[1] - Bounding box: x = 1962, y = 4999, width = 216, height = 40
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 1199 of the GiveDirectly 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