What it sounds like
Add, Button
We want to provide a more useful name than “plus”, so we add an aria-label. This overrides any text present in the button.
What it looks like
<button type="button" aria-label="Add a question">+</button>
Add, Button
We want to provide a more useful name than “plus”, so we add an aria-label. This overrides any text present in the button.
<button type="button" aria-label="Add a question">+</button>