Description
Some things that are unclear in the understanding docs that a client is asking about.
The client has some pages which are very video-heavy but needs to meet WCAG 2.2 AA level. They are asking if the 5 second rule applies at an individual video level, at a viewport level or at a whole page level and it feels unclear from the current docs since most of the examples only mention one moving thing at a time.
Scenario 1: the user has multiple videos under 5 seconds on the page that start when they scroll into the viewport. Does the 5 second limit apply to each video individually or does it apply as 5 seconds from page load and then everything must stop or have the option to pause, stop or hide?
Scenario 2: there is a video under 5 seconds on the page which autoplays when it comes into the viewport. A user scrolls past it and then scrolls back up the page. Is it ok that the video autoplays for 5 seconds again every time it comes into the viewport?
Scenario 3: There are 6 videos shown in a viewport at once. Each one plays for 5 seconds then stops. Ok because each individual video is shorter than 5 seconds or not?
Scenario 4: There are 6 videos shown in a viewport at once. All autoplay at once and then stop after 5 seconds. The user then scrolls down to another set of videos. Ok for these videos to also play for 5 seconds or not?
Scenario 5: There are many videos on a page that are longer than 5 seconds so have individual controls to pause. Ok to need to pause each one individually or does there need to be a mechanism to stop them all at once?
It would be fantastic if it's possible to include one or more of these examples and clarify on what level this success criteria should apply.