Empty aria-label test
To determine if an empty aria-label attribute is announced to assistive technologies, or affects the accessible name.
Example 01: empty aria-label attribute
Code
<button aria-label="">Test one</button>
Results
- All browser / screen reader combinations currently ignore empty
aria-labelattributes. - An empty
aria-labelis not defined in the Chrome Accessibility Tree.