Button | Inline | Title | With ARIA
Screen reader outputs “Warning, button” or similar.
Working Example
Code
<button onclick="alert('this is another warning')">
<svg role="img" aria-labelledby="title-5" focusable="false" width="50" height="50">
<title id="title-5">Warning</title>
<use xlink:href="#warning"></use>
</svg>
</button>
Nil
Nil