w3c / wcag

Web Content Accessibility Guidelines
https://w3c.github.io/wcag/guidelines/22/
Other
1.11k stars 252 forks source link

Glossary: definition of "prerecorded" #323

Open jkshapiro opened 6 years ago

jkshapiro commented 6 years ago

The glossary term for "prerecorded" in WCAG2.1, https://www.w3.org/TR/WCAG21/#dfn-prerecorded, simply says "information that is not live". However, the definition for "live", https://www.w3.org/TR/WCAG21/#dfn-live, specifically excludes information that is "completely computer generated".

I think there is computer generated information that doesn't meet the usual English definition of "prerecorded". some examples:

Would it make sense to create a third category for computer generated information? Or, alternatively, to specifically call it out as being considered "prerecorded"?

jkshapiro commented 6 years ago

There's also some overlap with https://www.w3.org/TR/WCAG21/#dfn-real-time-events

cstrobbe commented 2 years ago

Here are all the phrases from success criteria that use the adjective "prerecorded":

With regard to the examples:

  1. A real-time clock fits neither the current definition of "precorded" nor the definition of live but is more likely to be provided as updating text than in a video format. (If we interpret video as a sequence of images, a real-time clock in video format fails SC 1.4.5: Images of text.)
  2. A screensaver will either disappear or be overlayed with a log-in screen when you do something with an input device. Since you don't interact with the screensaver as such, and it is supposed to run when you're not using your device, I don't see an issue with a screensaver not having subtitles or an audio description.
  3. A pseudorandom, time-sensitive code used for two-factor authentication: would this be provided as a video or as audio-only content?

Are there any other types of computer-generated information that would be provided in audio or video format and that would require subtitles or audio description?

bruce-usab commented 2 years ago

Are there any other types of computer-generated information that would be provided in audio or video format and that would require subtitles or audio description?

Yes, anything interactive like games or immersive environments. Those settings need not be "live" but are scripted and programmed and not "prerecorded". This is part of the reason why the WCAG "synchronized media" definition includes "or with time-based interactive components" phrasing.

patrickhlauke commented 2 years ago

need to be careful not to start overlapping with things that would fall under 1.1.1 Non-text Content or 4.1.3 Status Messages, for instance.

GreggVan commented 2 years ago

Yea

We have a new problem with emerging games. Where the games make up the ’scene’ on the fly. And they do it with deep learning - -which means they may make up a scene without knowing what the scene is. That is - they make it look like a room - -without knowing what the objects in a room are — they just know that rooms look like that and have those kind of things in them.

So it is KIND OF live — in that it generated the scene on the fly (live) and is not programmed or scripted… So Uffda

This will be one of the topics in the meeting this fall we are doing on the Future of Interface and Future of Interface Accessibility More about that later but wanted to toss awareness of this new wrinkle into the discussion

Gregg Vanderheiden @.***

On Aug 12, 2022, at 9:09 AM, Bruce Bailey @.***> wrote:

Are there any other types of computer-generated information that would be provided in audio or video format and that would require subtitles or audio description?

Yes, anything interactive like games or immersive environments. Those settings need not be "live" but are scripted and programmed and not "prerecorded".

— Reply to this email directly, view it on GitHub https://github.com/w3c/wcag/issues/323#issuecomment-1213280631, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNGDXWFWGLQ4JGDXZKFECTVYZZKDANCNFSM4FECK5JQ. You are receiving this because you are subscribed to this thread.