WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: eLearning and slide presentations

for

From: Mark Magennis
Date: Jun 13, 2022 3:35AM


That's an interesting example Christyna. My first thought was that it may fail WCAG Success Criterion 2.2.1
Timing Adjustable which requires that if there is a time limit (e.g. the limited time available for the user to digest the slide content before it automatically moves to the next slide) then the user must be able to turn off, adjust, or extend that time limit. But you mentioned a pause/play button. If this can be used at any time then it may provide that ability and the content may pass this success criterion.

Another way of looking at this is to say that by removing the user control, the slide sequence has effectively been turned into a video. WCAG defines video as a moving or sequenced pictures or images that can be made up of animated or photographic images, or both. With the addition of the narration, this becomes synchronized media. There are a number of WCAG requirements for synchronized media (1.2.2 to 1.2.8) which basically boil down to requiring captions and audio description to pass WCAG A and AA. The narration may meet the requirements for audio description if it describes the information in the image content (such that you wouldn't need to see the images to get all the information). The narration would also need to be presented in captions unless it is just reading content that is displayed as text in the images.

Having said that, I'm not too sure about whether this can actually be treated as a "video" because it sounds like a series of web pages where the user can also browse through the content (the images will need text alternatives) and there is a page load or other mechanism that causes screen readers to read the page title (and possibly also announce other things like the number of headings and links). If this is the case, then is there a danger that the screen reader's announcements will occur at the same time as the narration? This would probably make both unintelligible, so that may be a consideration.

Just some thoughts there, no real answers but I hope it helps some.

Mark