I am currently working on a web page with a silent video banner.
I am using the aXe Chrome browser plugin that highlights potential accessibility issues with the content of the page and it's throwing two issues related accessibility for the video element:
- Ensure
<video>
elements have captions - Ensure
<video>
elements have audio descriptions
I just wanted to know if there are any recommendations in communicating that the video element has no audio in an accessible way.