Kilotest: Diagnoses of input not named
violation by HTML element 317 on Centre for Effective Altruism page
Basics
About the Centre for Effective Altruism page
- URL: https://www.effectivealtruism.org/
- Tested 38 days ago by job
6gwon 2026-04-24 at 21:54
About HTML element 317
- Tag name:
INPUT - Text:
Subscribe
- Start tag:
<input type="email" autocomplete="email" name="EMAIL" placeholder="Your email" class="css-tmu9mf-NewsletterForm-input" value=""> - XPath:
/html/body/div[1]/div[1]/div[1]/main[1]/section[4]/div[1]/div[4]/form[1]/div[1]/input[1] - Bounding box: x = 679, y = 1665, width = 431, height = 46
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 317 of the Centre for Effective Altruism page.
- 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