I have several tooltips that surface an animation on hover. At first we used Gifs but our team decided to replace the gifs with .mp4
files. These are animations that show examples of how to use a given option. They have no sound.
But now I'm unable to find the proper way to add accessibility for screenreaders. Apparently you can't use alt
text on video elements. title
is not meant for accessibility. I understand there is a track
element you're supposed to add for captions. But We don't want visible captions on these video animations. We just want alt text that explains that there's an animation showing an example of how to use the selected option.