Kilotest: Diagnoses of input not named
violation by HTML element 1196 on GiveDirectly page
Here is how tools diagnose the input not named
issue for HTML element 1196 of the GiveDirectly 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 GiveDirectly page
- URL:
https://www.givedirectly.org/ - Tested on 2026-04-02 at 14:25
- URL:
- About HTML element 1196
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input type="email" id="newsletter-email-sZAplT5w" name="email" placeholder="Email*" required="" class="newsletter-signup-input"> - XPath:
/html/body/div[1]/main[1]/div[1]/div[4]/div[1]/div[1]/form[1]/div[1]/div[1]/input[1] - Bounding box: x = 1738, y = 4999, width = 216, height = 40
- Tag name:
Diagnoses
- This emailinput 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.InputEmail.Name