Digital Media Objects
Overview
Digital Media Objects include:
- Videos
- Audio
- Adobe Flash
The accessibility issues of videos, audio and Adobe Flash objects include keyboard support, text equivalents and the automatic playing of audio tracks. Many types of media players and web browser combinations do not support keyboard access. In this case the accessible solution is to provide a link to open the media object in a separate window, where the media player is the only application in the window. Videos, audio and other meida objects need synchronized text captions or text transcripts of speech information. The automatic playing of audio tracks can interfere with screen readers, therefore any media track that include audio content should not start automatically.
Benefit to People with Disabilities
Benefits to All Users
Benefits to Developers
HTML Markup Details
object
elementembed
element
Related Accessibility Requirements
- Illinois Information Technology Accessibility Act Standards
- 4.1 - Provide appropriate "alternate text" for all images.
- 4.2 - Provide full descriptions for graphs, diagrams, and other meaningful images.
- Section 508
- 1194.22 (a) A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content).
- W3C Web Content Accessibility Guidelines 2.0
- 1.1.1 Non-text Content
- Web Content Accessibility Guidelines (WCAG 1.0)
- 1.1 Provide a text equivalent for every non-text element (e.g., via "alt", "longdesc", or in element content). [Priority 1]