What it sounds like
Add, Button
We don’t want the screen reader to announce the icon (e.g. “plus icon”), so we hide it.
What it looks like
<button type="button">Add <span aria-hidden="true">+</span></button>
Add, Button
We don’t want the screen reader to announce the icon (e.g. “plus icon”), so we hide it.
<button type="button">Add <span aria-hidden="true">+</span></button>