Kilotest: Diagnoses of control not named
violation by HTML element 192 on LibreOffice page
Basics
About the LibreOffice page
- URL: https://www.libreoffice.org/
- Tested 57 days ago by job
uzron 2026-04-05 at 23:04
About HTML element 192
- Tag name:
INPUT - Text: [not applicable]
- Start tag:
<input type="text" placeholder="Search" name="Search" value="" id="SearchForm_SearchForm_Search"> - XPath:
/html/body/div[1]/div[2]/div[2]/ul[1]/li[8]/div[1]/form[1]/input[1] - Bounding box: x = 1490, y = 62, width = 50, height = 35
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 192 of the LibreOffice page.
- 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 - Missing form label
Tool: WAVE (Utah State University)
Rule:
label_missing