This is practical accessibility guidance for first-pass triage. It is not legal advice, a formal audit, WCAG certification, or a conformance guarantee.
What this means
A button appears to have no readable label.
Why it matters
Users need to know what a button does before they activate it.
How to fix it
- Add visible button text whenever possible.
- For icon-only buttons, add a clear aria-label.
- Avoid empty buttons created by CSS background images only.
What automated checks can detect
A checker can detect button-like controls without common accessible names.
What still needs manual review
Test the button with keyboard and screen reader flows, including disabled and expanded states.
Automation cannot prove the label matches the action or current state.