Kilotest: Diagnoses of control 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 control not named
issue
- Why it matters: User cannot get help on how to operate a form item
- Priority: highest
- Related WCAG standard: 1.3.1
Diagnoses
Here is how tools diagnose the control not named
issue for HTML element 140 of the CMT Services page.
- Form elements must have labels; Element does not have an implicit (wrapped) <label>; Element does not have an explicit <label>; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element has no placeholder attribute; Element's default semantics were not overridden with role="none" or role="presentation"
Tool: Axe (Deque)
Rule:
label - This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle1.Guideline1_3.1_3_1.F68 - Form control element <input> has no associated label
Tool: Accessibility Checker (IBM)
Rule:
input_label_exists - [failed] The test target accessible name doesn't exist or it's empty ('').
Tool: QualWeb (University of Lisbon)
Rule:
QW-ACT-R16 - Missing form label
Tool: WAVE (Utah State University)
Rule:
label_missing