i am getting video accessibility issue with video code below
how can i use this without showing html5 video controls. just have play/pause pause control with an aria-controls attribute referencing the video. i need to have autoplay
Here is error details
A video plays longer than 5 seconds, without a way to pause it. WCAG 2.1 A 2.2.2 Section 508 (2017) A 2.2.2 1 pages
Remove the autoplay attribute, or add a controls attribute to the video, or use a pause control with an aria-controls attribute referencing the video.
