Kilotest: Diagnoses of button not named
violation by HTML element 33 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 33
- Tag name:
BUTTON - Text: [not applicable]
- Start tag:
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> - XPath:
/html/body/div[1]/div[2]/div[1]/button[1] - Bounding box: x = 0, y = 0, width = 0, height = 0
About the button not named
issue
- Why it matters: User cannot get help explaining a button
- Priority: highest
- Related WCAG standard: 4.1.2
Diagnoses
Here is how tools diagnose the button not named
issue for HTML element 33 of the LibreOffice page.
- This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle4.Guideline4_1.4_1_2.H91.Button.Name - Empty button
Tool: WAVE (Utah State University)
Rule:
button_empty - This button element does not have a name available to an accessibility API. Valid names are: title , element content, aria-label , aria-labelledby , aria-description , aria-describedby .
Tool: WallyAX (Wally)