You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 reference on the issue see this great article: http://www.punkchip.com/accessible-html-video-as-a-background/
Right now axe will flag these videos as missing a captions track and description track.
I'm trying to think of some ways to improve that check. I've thought of the following:
I like the idea of checking for the audio. I'm not too sure about the role=img though. That's not a common design pattern as far as I know, so I would say the chance of someone using that the way you intend it isn't likely, unless they are specifically trying to pass axe.
I think our Needs Review workflow will make this better, since the user will get a chance to review it and decide if it's a violation. Therefore I'm going to close this as a duplicate of #285
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 reference on the issue see this great article: http://www.punkchip.com/accessible-html-video-as-a-background/
Right now axe will flag these videos as missing a captions track and description track.
I'm trying to think of some ways to improve that check. I've thought of the following:
role=img
). See my thoughts at: https://gist.github.com/mfairchild365/2dbffbcac3286413c0509ea8e8e7ad7c However, this isn't a standard (and maybe not even the best way) to mark up these kinds of videos.The text was updated successfully, but these errors were encountered: