Kilotest: Diagnoses of input not named
violation by HTML element 275 on Probably Good page
Basics
About the Probably Good page
- URL: https://probablygood.org/
- Tested 3 days ago by job
n2uon 2026-05-30 at 00:32
About HTML element 275
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input type="email" data-field="email" data-required="1" data-validation="email" name="email" placeholder="> Enter your email" data-placeholder="> Enter your email" class="" style=""> - XPath:
[not obtained] - Bounding box: x = 380, y = 621, width = 428, height = 42
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 275 of the Probably Good 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