Button | Inline | aria-label
Screen reader outputs “do test, button” or similar.
Working Example
Code
<button aria-label="do test" onclick="alert('this is yet another warning')">
<svg focusable="false" width="50" height="50">
<title>Warning</title>
<use xlink:href="#warning"></use>
</svg>
</button>
Nil
Nil