Kilotest: Diagnoses of input not named
violation by HTML element 1806 on Webby Awards page
Basics
About the Webby Awards page
- URL: https://www.webbyawards.com/
- Tested 13 days ago by job
z57on 2026-05-19 at 14:40
About HTML element 1806
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input type="text" id="lastname" name="lastname" value="" placeholder="Last name *" class="wpcf7-form-control wpcf7-text wpcf7-use-title-as-watermark wpcf7-validates-as-required" required=""> - XPath:
/html/body/div[10]/div[1]/div[1]/div[2]/form[1]/div[1]/fieldset[1]/span[2]/input[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
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 1806 of the Webby Awards page.
- This textinput 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.InputText.Name