Link | Inline | Title | aria-label
Screen reader outputs “show warning, link” or similar.
Working Example
Code
<a href="javascript:alert('Warning: you must roll!');" aria-label="show warning">
<svg role="img" aria-labelledby="title-4" focusable="false" width="50" height="50">
<title id="title-4">Warning</title>
<use xlink:href="#warning"></use>
</svg>
</a>
Nil
Nil