Content | Inline | Title | With ARIA | role=img + aria-label
Screen reader outputs “red square, image” or similar.
Working Example
Code
<svg version="1.1" width="50" height="50" aria-label="red square" role="img" >
<rect width="50" height="50" fill="#cc0000" />
</svg>
Nil
Nil