New Issue Request: All Media Elements should have the ability to have both short and longer textual descriptions associated to the element

Issue Title: All Media Elements should have the ability to have both short
and longer textual descriptions associated to the element

Related to: bug #12228, bug #12794

Summary: WCAG 2 requires that authors "Provide text alternatives for any
non-text content so that it can be changed into other forms people need,
such as large print, braille, speech, symbols or simpler language." 

Currently, the specification does not allow for a programmatic means of
associating both short and long textual descriptions to these assets while
still respecting the design need/requirement for not having those
(redundant) textual descriptions on screen.  Suggestions of placing that
text inside of the <video> (or <audio>) element(s) does not suffice, as the
specification clearly states:

     "Note: In particular, this content is not intended to address
accessibility concerns. To make video content accessible to the blind, deaf,
and those with other physical or cognitive disabilities, authors are
expected to provide alternative media streams and/or to embed accessibility
aids (such as caption or subtitle tracks, audio description tracks, or
sign-language overlays) into their media streams."
http://www.w3.org/TR/html5/video.html#video 

The requirement is the ability to "embed" the long and short textual
descriptions in the media streams.

Note: Possibly related to Issue 30 (Status: Open) and Issue 142 (Status:
Formal Objection)

Received on Wednesday, 18 January 2012 14:04:53 UTC