User Impact: Critical
Disabilities Affected:
WCAG Version:
2
WCAG Levels:
WCAG Guidelines:
Solution Techniques:
Automated Test Accuracy:
High
uTester Severity:
Error
DRRSAG Designations:
Add the <button>
element some text or provide an aria-label or aria-labelledby attribute
Engine scans for <button>
elements missing content or any type of label
Assistive technologies use the accessibility API to extract the button’s name by the text associated with that element.<br>
Users who use assistive tools, such as screen readers rely on that text to understand the purpose of the button.
<input type="button" value="Save" />