Per svg-aam spec, svg elements should have a role="graphics-document"
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100">
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
</svg>
is treated differently by browsers:
- Chrome exposes it as role="image"
- Firefox exposes it as role="graphics-document"
- Safari exposes it as generic
Opening a WPT.