Kilotest: Diagnoses of button name not visible
violation by HTML element 31 on Pacific Northwest Software Quality Conference page
Basics
About the Pacific Northwest Software Quality Conference page
- URL: https://pnsqc.org/
- Tested 28 days ago by job
owxon 2026-05-04 at 16:59
About HTML element 31
- Tag name:
DIV - Text:
Home … Call for Proposals
- Start tag:
<div id="header-inner" class="flex items-center justify-between transition-all duration-300" style="height: 120px"> - XPath:
/html/body/header[1]/nav[1]/div[1] - Bounding box: x = 352, y = 0, width = 1216, height = 120
About the button name not visible
issue
- Why it matters: User cannot get help explaining a button
- Priority: lowest
- Related WCAG standard: 4.1.2
Diagnoses
Here is how tools diagnose the button name not visible
issue for HTML element 31 of the Pacific Northwest Software Quality Conference page.
- The button content has only whitespaces. Having only defined an attribute aria-label="Toggle menu" is not sufficient and it is recommended to have the content instead, e.g. at least visually hidden, but exposed to assisitve technologies. Some users are disabling styles for better readability, and also description from attribute is not available for automatic translators.
Tool: ASLint (eSSENTIAL Accessibility)
Rule:
empty_button_description