SVG1.1 accessibility support is limited in browsers and screen readers. Things are set to improve with SVG2, but ARIA can be used now to improve the accessibility of simple SVG. SVG includes two elements for providing short and long text descriptions: The title and desc elements. <body> ... <svg xmlns=http://www.w3.org/2000/svg> <title>Circle</title> <desc>Large red circle with a black border</des