ARIA button is blank Accessibility Checkpoint
Description
ARIA role=button element contains no text and has no accessible name.
Help
A name allows screen readers to voice what the control does. To add a name do one of the following:
- Add text between the element start and end tags
 - Add an 
aria-labelattribute - Add an 
aria-labelledbyattribute - Add an 
img altattribute if the button contains animgelement 
Applicable standards
- ACT Rules 97a4e1
 - WCAG 2.0 (Success Criteria: 4.1.2 level A)
 - WCAG 2.1 (Success Criteria: 4.1.2 level A)
 - WCAG 2.2 (Success Criteria: 4.1.2 level A)
 - Section 508 (2017) (Success Criteria: 4.1.2 level A)
 - EN 301 549 (Success Criteria: 4.1.2 level A)
 
Note: Section 508 Refresh (2017) checkpoints are equivalent to WCAG 2.0 level A and level AA checkpoints. EN 301 549 checkpoints are equivalent to WCAG 2.1 level A and level AA checkpoints.
Change history
- 5.36 Jan 2020 Added.
 
This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.
Rule ID: AccAriaButtonBlank