IEC TR 62678: Accessibility and Usability Considerations for Audio, Video and Multimedia Systems

Accessibility and usability are fundamental to ensuring that audio, video, and multimedia systems and equipment can be used by the widest possible range of people, including those with disabilities, age-related limitations, or temporary impairments. IEC TR 62678 provides a comprehensive technical report that surveys the state of the art in accessibility and usability for multimedia systems, identifies user needs, and offers practical guidance for standards developers and product designers. This article examines the technical report’s framework, user needs taxonomy, and engineering implications for creating more inclusive multimedia products.

📋 1. Accessibility Concepts and International Context

IEC TR 62678 begins by establishing a common vocabulary and conceptual framework for accessibility and usability in the multimedia domain, drawing on international consensus documents and regional approaches:

  • Universal Design / Design for All: The principle that products and environments should be designed to be usable by all people to the greatest extent possible, without the need for adaptation or specialized design. Originating from the work of Ronald Mace at North Carolina State University and adopted internationally, this approach emphasizes proactive inclusion rather than retrofitting.
  • Barrier-Free Design: A concept particularly developed in Japan and China, focusing on removing architectural and technological barriers that prevent people with disabilities from accessing facilities, information, and services. In the multimedia context, this translates to designing interfaces and content that can be accessed regardless of sensory or motor limitations.
  • Accessibility vs. Usability: The report clarifies that accessibility focuses on enabling access for people with disabilities (a necessary condition), while usability addresses the effectiveness, efficiency, and satisfaction with which all users can achieve specified goals (a broader quality objective). A product can be accessible but not usable, or usable but not accessible — both dimensions must be addressed.
  • UN Convention on the Rights of Persons with Disabilities (UNCRPD): The report references the UNCRPD as a foundational international legal framework, particularly Article 9 (Accessibility) and Article 21 (Freedom of expression and opinion, including access to information and communications technologies).
💡 Engineering Insight: A critical distinction made in IEC TR 62678 is between “accessibility features” (specific adaptations for people with disabilities, such as closed captioning or screen reader compatibility) and “accessible design” (a design process that considers diverse user capabilities from the outset). The report strongly advocates for the latter approach, noting that retrofitting accessibility features typically costs 3-10x more than incorporating inclusive design principles from the initial product specification phase. For multimedia systems, this means considering visual contrast ratios, audio clarity, control size and spacing, and cognitive load during the architecture definition stage, not after the hardware and software design is complete.

Key User Needs Categories for Multimedia Accessibility

User Need Category Examples for Multimedia Systems Relevant Impairments
Visual perception Adjustable font size, high contrast, screen reader support, voice control Blindness, low vision, color blindness
Auditory perception Closed captions, visual indicators, hearing aid compatibility (HAC), T-coil Deafness, hard of hearing, tinnitus
Physical/motor access Large button targets, adjustable sensitivity, voice commands, switch control Limited dexterity, tremor, paralysis, arthritis
Cognitive/learning Simple navigation, consistent layout, clear feedback, adjustable pacing Dementia, dyslexia, attention deficit, intellectual disability
Speech/communication Text-based alternatives, pictograms, augmentative and alternative communication (AAC) Speech impairment, language disorder
Seizure/vestibular Reduced motion, no flashing content at 3-60 Hz, adjustable animation speed Epilepsy, vestibular disorders

🔬 2. User Needs Framework and Checklist Methodology

IEC TR 62678 provides a structured user needs framework adapted from ISO/IEC TR 29138-1, tailored specifically for the audio, video, and multimedia domain. The methodology guides standards developers and product designers through a systematic evaluation process:

  1. Identify Applicable User Needs: From the comprehensive list of user needs (organized by impairment category and function), identify those relevant to the specific product or standard under development. Not all needs apply to all products — for example, a video streaming service would prioritize visual and auditory accessibility needs, while a voice-controlled smart speaker would emphasize speech recognition and feedback accessibility.
  2. Assess Current State: Evaluate the existing product or standard against each applicable user need to identify gaps. The report provides a checklist format with columns for “Need Description,” “Applicability,” “Current Support,” and “Priority for Improvement.”
  3. Integrate Design Solutions: For each identified gap, the report references design solutions and existing standards that address the need. Examples include ISO 9241-171 (software accessibility), ITU-T F.791 (accessible television), and WCAG 2.0 (Web Content Accessibility Guidelines) for web-based multimedia interfaces.
  4. Validate with Users: The report emphasizes that accessibility solutions must be validated with actual users representing the target disability groups. Technical compliance with guidelines does not guarantee actual usability — only user testing can confirm that the implemented solution meets real-world needs.
⚠️ Critical Consideration: One of the most significant challenges identified in IEC TR 62678 is the tension between accessibility requirements and other design constraints such as industrial design aesthetics, cost targets, and technical limitations. For example, high-contrast display modes may conflict with brand color schemes, large button targets may conflict with miniaturization trends, and caption rendering requires additional processing and bandwidth. The report advises using a risk-based approach: categorize each accessibility gap by severity of impact on users vs. difficulty of implementation, and address high-impact, low-difficulty items first. This pragmatic approach allows product teams to make measurable progress toward inclusive design even when full accessibility cannot be achieved in a single product release.

⚙️ 3. Regional Perspectives and Standards Integration

A distinctive feature of IEC TR 62678 is its comprehensive survey of regional approaches to accessibility and usability for multimedia systems:

Region Key Terminology Regulatory Framework Multimedia Focus Areas
Japan Barrier-free design, universal design JIS X 8341 series, Act for Eliminating Discrimination against Persons with Disabilities TV broadcasting accessibility, remote controls, mobile device interfaces
United States Accessibility, Section 508 Rehabilitation Act (Section 508), 21st Century Communications and Video Accessibility Act (CVAA) Video programming captioning, emergency information accessibility, telecommunications relay services
Europe Design for All, universal design EN 301 549, European Accessibility Act (2019) Public sector digital services, e-book accessibility, audio-visual media services
China Barrier-free design (Wugongai sheji) GB/T 37668, Law on the Protection of Persons with Disabilities Information accessibility, TV and mobile device accessibility, government website accessibility
Germany Design for All, universal design BITV 2.0 (Barrier-Free Information Technology Regulation) Web accessibility, public terminal accessibility, multimedia content
Design Guidance: IEC TR 62678 provides practical checklists that engineers can integrate into their product development process. Key recommendations include: (1) Include at least two accessibility requirements in every product’s design input specification. (2) Conduct a simple accessibility walkthrough during each design review phase using the standard’s checklist. (3) Test with at least three users with relevant disabilities before product release. (4) Document accessibility features clearly in user manuals and product packaging using standardized accessibility symbols (as defined in ISO 7001 or equivalent). The report notes that products with documented accessibility features consistently receive higher customer satisfaction ratings and have lower support costs, as many features designed for accessibility (clear audio, simple navigation, large controls) benefit all users.
🔴 Common Design Pitfall: Treating accessibility as a checklist compliance exercise rather than a design philosophy. Products that mechanically satisfy accessibility checklists (e.g., supporting closed captions) but fail to consider the actual user experience (e.g., captions that are too small, too fast, or obstructed by on-screen graphics) provide legal compliance without genuine usability. IEC TR 62678 emphasizes that real accessibility requires understanding how people with different disabilities actually interact with multimedia systems — not just meeting technical specifications. For example, captions should be customizable in size, color, and position; audio description should use natural-sounding speech with appropriate pacing; and user interfaces should support multiple navigation methods simultaneously.

❓ Frequently Asked Questions

Q1: Is IEC TR 62678 a normative standard or a guidance document?

IEC TR 62678 is a Technical Report (TR), which means it is informative rather than normative. It provides guidance, best practices, and background information to assist standards developers and product designers. It does not contain requirements that products must meet for compliance. However, its content has informed normative requirements in related standards and regulations such as EN 301 549 and the European Accessibility Act.

Q2: How does this report relate to WCAG (Web Content Accessibility Guidelines)?

WCAG (developed by W3C) focuses specifically on web-based content and interfaces. IEC TR 62678 covers a broader scope including hardware devices (TVs, remote controls, audio equipment), embedded software, and physical product design. The report references WCAG as a key resource for web-based multimedia components but extends the accessibility considerations to non-web contexts following the guidance of ISO/IEC Guide 71 and ISO 9241-171.

Q3: What is the most impactful accessibility improvement for multimedia products?

Based on the user needs analysis in the report, the single most impactful improvement across all disability categories is providing multiple interface modalities. A product that supports visual, auditory, and tactile interaction modes simultaneously can be used by people with the widest range of disabilities. For example, a TV remote control that includes both visual indicators (backlit buttons, on-screen menus) and auditory feedback (voice confirmation, audible menu navigation) and supports tactile differentiation (raised markings, different button shapes) will serve users across visual, auditory, and motor impairment categories.

Q4: How can small companies with limited resources implement accessibility?

IEC TR 62678 acknowledges resource constraints and recommends a prioritization approach: (1) Address the most common impairments first — visual and auditory accessibility affects the largest user populations. (2) Leverage platform accessibility APIs (iOS VoiceOver, Android TalkBack, Windows Narrator) rather than building custom solutions. (3) Use established design patterns from WCAG and ISO 9241-171 rather than developing new approaches. (4) Engage with disability advocacy organizations for user testing partnerships, which are often available at low or no cost for accessibility research purposes.

© 2026 TNLab — Expertise · Practice · Legacy

Leave a Reply

Your email address will not be published. Required fields are marked *