Kilotest: Diagnoses of input not named
violation by HTML element 140 on CMT Services page
Basics
About the CMT Services page
- URL: https://www.cmtservicesinc.com/
- Tested 1 days ago by job
24zon 2026-05-31 at 22:19
About HTML element 140
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input type="text" value="" onfocus="if (this.value == '') {this.value = '';}" onblur="if (this.value == '') {this.value = '';}" size="18" maxlength="50" name="s" id="searchfield" class="search_input"> - XPath:
/html/body/div[1]/div[2]/div[1]/div[1]/form[1]/input[1] - Bounding box: x = 1271, y = 171, width = 163, height = 31
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 140 of the CMT Services 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