Kilotest: Diagnoses of input not named
violation by HTML element 487 on Pacific Northwest Software Quality Conference page
Here is how tools diagnose the input not named
issue for HTML element 487 of the Pacific Northwest Software Quality Conference 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 Pacific Northwest Software Quality Conference page
- URL:
https://pnsqc.org/ - Tested on 2026-04-02 at 14:53
- URL:
- About HTML element 487
- Tag name:
INPUT - Text:
Subscribe
- Start tag:
<input type="email" name="email" id="email" autocomplete="email" placeholder="you@example.com" required="" class="flex-1 px-4 py-3 rounded-lg bg-white/5 border border-white/10 text-white placeholder-pnsqc-slate focus:outline-none focus:border-pnsqc-gold/50 focus:ring-2 focus:ring-pnsqc-gold/20 transition-colors"> - XPath:
/html/body/section[5]/div[1]/div[1]/form[1]/input[1] - Bounding box: x = 704, y = 3252, width = 375, height = 50
- 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