Content | Inline | Title + Description | No ARIA
Screen reader outputs “red square, a plain red square defined at 50 pixels length and height, image” or similar.
Working Example
Code
<svg version="1.1" width="50" height="50">
<title>red square</title>
<desc>A plain red square defined at 50 pixels length and height.</desc>
<rect width="50" height="50" fill="#cc0000" />
</svg>
Nil
Nil