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-label
attributes. - An empty
aria-label
is not defined in the Chrome Accessibility Tree.