title
elementAccording to the SVG Accessibility API Mappings (AAM), the SVG <title>
element should provide the accessible name for its parent element.
<svg width="250" height="100">
<title>Rectangle</title>
<rect x="0" y="0" width="100%" height="100%" style="fill: #820bbb;" />
</svg>
<title>
element as the accessible name for the <svg>
element, based on the accessible name and description computation.<title>
element as the accessible name for the <svg>
element.Edge | Chrome | Firefox | IE | Safari | |
---|---|---|---|---|---|
Jaws | N/A | Yes | No | Yes | N/A |
Narrator | Yes | N/A | N/A | Yes | N/A |
NVDA | Yes | Yes | No | Yes | N/A |
VoiceOver | N/A | N/A | N/A | N/a | Yes |