E-mail List Archives
Re: Screen Readers and Video-only
From: Birkir R. Gunnarsson
Date: Oct 30, 2021 9:06AM
- Next message: wolfgang.berndorfer@zweiterblick.at: "Re: Accessibility Tools for Website Visitors"
- Previous message: wolfgang.berndorfer@zweiterblick.at: "Re: Screen Readers and Video-only"
- Next message in Thread: Swift, Daniel P.: "Re: Screen Readers and Video-only"
- Previous message in Thread: wolfgang.berndorfer@zweiterblick.at: "Re: Screen Readers and Video-only"
- View all messages in this Thread
Also make sure that if the video starts playing automatically, that
users are able to stop it (in a way that is accessible).
I typically recommned putting a "stop video" button next to the skip
link at the top of the page (and treat it like a skip link, visible to
screen reader users at all times and to keyobard only users when the
link receives focus), mouse users can click on the stop/pause button
in the video player I assume.
I typically recommend making the transcript available as HTML file in
an expandable section right next to the vieo player.
<details>
<summary>View video transcript</summary>
<h2>Transcript for x</h2> (x is the title of the video)
rest of transcript
</details>
If the text is really important to the context of hte page, just make
it visible on the page at all times, with the video being a visual
extra.
You still have to make sure users are able to stop/pause it of course.
On 10/30/21, <EMAIL REMOVED>
< <EMAIL REMOVED> > wrote:
> For blind SR users I'd add as BEST PRACTICE:
>
> Consider a text alternative with rich semantics (headings, lists, ...), not
> only a transcript. For instance, a ordered list describes step by step what
> has to be done.
> This takes less time to perceive information, navigate between steps and
> copy text to edit.
>
> And sometimes a description for an alternative way to perform the
> functionality with keyboard only might be a necessary nice to have:
> Think of a video that shows where to click on the screen to print. The
> information should be provided that ctrl + p does the same.
>
> And provide the corresponding heading information:
> - Video transcript: Printing with a mouse click
> - Printing with keyboard shortcuts
>
> Wolfgang
>
>
>
>
>
>
- Next message: wolfgang.berndorfer@zweiterblick.at: "Re: Accessibility Tools for Website Visitors"
- Previous message: wolfgang.berndorfer@zweiterblick.at: "Re: Screen Readers and Video-only"
- Next message in Thread: Swift, Daniel P.: "Re: Screen Readers and Video-only"
- Previous message in Thread: wolfgang.berndorfer@zweiterblick.at: "Re: Screen Readers and Video-only"
- View all messages in this Thread