solex2006 / SELIProject

SELI Project
9 stars 17 forks source link

Captions (Prerecorded) #10

Open ecureuill opened 4 years ago

ecureuill commented 4 years ago

1.2.2

Tasks

List the tasks required to accomplish the requirement (not exhaustive)

Intent

enable people who are deaf or hard of hearing to watch synchronized media presentations. Captions provide the part of the content available via the audio track. Captions not only include dialogue, but identify who is speaking and include non-speech information conveyed through sound, including meaningful sound effects.

Examples

  1. A captioned tutorial A video clip shows how to tie a knot. The captions read, "(music) Using rope to tie knots was an important skill for the likes of sailors, soldiers and woodsmen.." From Sample Transcript Formatting by Whit Anderson.
  2. A complex legal document contains synchronized media clips for different paragraphs that show a person speaking the contents of the paragraph. Each clip is associated with its corresponding paragraph. No captions are provided for the synchronized media.
  3. An instruction manual containing a description of a part and its necessary orientation is accompanied by a synchronized media clip showing the part in its correct orientation. No captions are provided for the synchronized media clip.
  4. An orchestra provides captions for videos of performances. In addition to capturing dialog and lyrics verbatim, captions identify non-vocal music by title, movement, composer, and any information that will help the user comprehend the nature of the audio. For instance captions read, "[Orchestral Suite No. 3.2 in D major, BWV 1068, Air] [Johann Sebastian Bach, Composer] ♪ Calm melody with a slow tempo ♪"

Sufficient Techniques

Sufficient techniques are reliable ways to meet the success criteria.

  • From an author's perspective: If you use the sufficient techniques for a given criterion correctly and it is accessibility-supported for your users, you can be confident that you met the success criterion.
  • From an evaluator's perspective: If web content implements the sufficient techniques for a given criterion correctly and it is accessibility-supported for the content's users, it conforms to that success criterion. (The converse is not true; if content does not implement these sufficient techniques, it does not necessarily fail the success criteria, as explained in Testing Techniques below.) There may be other ways to meet success criteria besides the sufficient techniques in W3C's Techniques for WCAG document, as Other Techniques below. (See also Techniques are Informative above.)

G93: Providing open (always visible) captions

The objective of this technique is to provide a way for people who are deaf or otherwise have trouble hearing the dialogue in audio visual material to be able to view the material. With this technique all of the dialogue and important sounds are embedded as text in the video track. As a result they are always visible and no special support for captioning is required by the user agent.

Example

Test Procedure

  1. Watch the synchronized media with closed captioning turned off.
  2. Check that captions (of all dialogue and important sounds) are visible.

Expected Results

Check # 2 is true

G87: Providing closed captions using any readily available media format that has a video player that supports closed captioning

The objective of this technique is to provide a way for people who have hearing impairments or otherwise have trouble hearing the dialogue in synchronized media material to be able to view the material and see the dialogue and sounds - without requiring people who are not deaf to watch the captions. With this technique all of the dialogue and important sounds are embedded as text in a fashion that causes the text not to be visible unless the user requests it. As a result they are visible only when needed. This requires special support for captioning in the user agent.

Example

  1. In order to ensure that users who are deaf can use their interactive educational materials, the college provides captions and instructions for turning on captions for all of their audio interactive educational programs.
  2. The online movies at a media outlet all include captions and are provided in a format that allows embedding of closed captions.
  3. Special caption files including synchronization information are provided for an existing movie. Players are available that can play the captions in a separate window on screen, synchronized with the movie window.
  4. A video of a local news event has captions provided that can be played over the video or in a separate window depending on the player used.

Test Procedure

  1. Turn on the closed caption feature of the media player
  2. View the synchronized media content
  3. Check that captions (of all dialogue and important sounds) are visible

Expected Results

Check # 3 is true

G87: Providing closed captions using any of the technology-specific techniques below (I'm just refering to h95 technique, for others see full documentation)

  1. Check that the video contains a track element of kind captions in the language of the video.

Expected Results

Check # 1 is true.

:notebook_with_decorative_cover: References

GLOSSARY

:warning: The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119/8174.

  1. MUST This word, or the terms "REQUIRED" or "SHALL", mean that the definition is an absolute requirement of the specification.
  2. MUST NOT This phrase, or the phrase "SHALL NOT", mean that the definition is an absolute prohibition of the specification.
  3. SHOULD This word, or the adjective "RECOMMENDED", mean that there may exist valid reasons in particular circumstances to ignore a particular item, but the full implications must be understood and carefully weighed before choosing a different course.
  4. SHOULD NOT This phrase, or the phrase "NOT RECOMMENDED" mean that there may exist valid reasons in particular circumstances when the particular behavior is acceptable or even useful, but the full implications should be understood and the case carefully weighed before implementing any behavior described with this label.
  5. MAY This word, or the adjective "OPTIONAL", mean that an item is truly optional. An implementation which does not include a particular option MUST be prepared to interoperate with another implementation which does include the option, though perhaps with reduced functionality. In the same vein an implementation which does include a particular option MUST be prepared to interoperate with another implementation which does not include the option (except, of course, for the feature the option provides.)
github-actions[bot] commented 4 years ago

This Feature is ready to be implemented.