Background videos (videos that are played in the background with no audio, usually with other content over it) are becomming more and more common. They also pose a problem for accessibility. For a primer on the issue see this great article: http://www.punkchip.com/accessible-html-video-as-a-background/
The one thing that the article does not address are problems with the markup of the video.
I'm curious what folks think of turning the video into an image for assitive technology (AT) via role="img"
. Of course, you would still want to create a stop button for the video.
The issue with just using a video is that a blind AT user might enounter the video and wonder why it is missing captions and/or a description track (alternative text).
By marking up the video as an image, we are essentially saying 'hey, this video is really just an animated gif but in video format. Here is some alt text provided with the aria-label
attribute'.