Hello -
I'm starting a project which involves creating an interactive graphical control surface that runs in a browser. I'll be using JavaScript and SVGs for this purpose.
However, one of the requirements is that the controls be compatible with a screen reader application for the visually impaired. One of the reasons I intend to use SVGs is that the individual elements within can have tags that support titles and descriptions, either directly or via Aria.
For additional information on how this works with ordinary SVGs, see this article:
https://www.tpgi.com/using-aria-enhance-svg-accessibility/
I'd also like to use a library such as Snap.svg to simplify things.
I've gone through the documentation for Snap.svg but I'm not finding any indication as to whether this kind of accessibility support is provided or how to implement it.