Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 63080 is the first horizontally applicable international standard that establishes accessibility requirements specifically for information and communication technology (ICT) products and services. Unlike vertically oriented sector-specific standards, IEC 63080 applies across all ICT domains — from operating systems and mobile applications to self-service kiosks, telecommunications equipment, and cloud-based productivity services. The standard was developed in coordination with the ITU-T Focus Group on Accessibility and incorporates the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA as a normative reference for web-based interfaces.
The conformance framework is built around eight functional performance statements: (1) usage without vision, (2) usage with limited vision, (3) usage without perception of color, (4) usage without hearing, (5) usage with limited hearing, (6) usage with limited manual dexterity, (7) usage with limited reach and strength, and (8) usage with limited cognitive function. Each statement maps to a set of technical requirements that are verified through a combination of design review, user testing, and declared conformance.
| Functional Performance Category | Key Technical Requirement Examples | Verification Method |
|---|---|---|
| Without Vision | Screen reader compatibility, non-text content alternatives, keyboard-only navigation | Automated test + assisted user test |
| Limited Vision | Text resize up to 200%, contrast ratio ≥4.5:1, focus indicators | Measurement + inspection |
| Without Color | Information not conveyed by color alone, pattern fills in charts | Design review |
| Without Hearing | Captions for audio content, visual indicators for audio alerts | Inspection + user test |
| Limited Hearing | Volume control range ≥40 dB, telecoil compatibility for telephones | Measurement |
| Limited Manual Dexterity | Button size ≥20 mm touch target, no time-limited input, adjustable timing | Measurement + inspection |
| Limited Reach/Strength | Operating force ≤22 N, controls within 400-1200 mm range | Measurement |
| Limited Cognitive | Predictable navigation, error recovery guidance, plain language option | User test + design review |
For hardware ICT products, IEC 63080 specifies requirements that go beyond the traditional focus on physical ergonomics. Touchscreen interfaces must support operation with a gloved hand and have a minimum touch target size of 20 mm × 20 mm with a minimum force activation threshold of 0.3 N to prevent accidental activation. Physical controls — keys, buttons, and switches — must have tactile distinguishability without requiring visual identification, achieved through shape coding (distinct geometric profiles for different functions), surface texture variation, or Braille markings.
For software and web-based services, IEC 63080 incorporates WCAG 2.1 Level AA success criteria as normative requirements and adds ICT-specific provisions. Real-time text communication services (chat, instant messaging) must support assistive technology APIs such as Microsoft UI Automation, Apple Accessibility API, or Linux AT-SPI. The standard also requires that error messages include specific error identification and suggested recovery actions, rather than generic error codes — for example, “The password must contain at least 8 characters including one number” instead of “Error 0x80070057.”
Documentation and support: IEC 63080 requires that product documentation — including user manuals, quick-start guides, and online help — be provided in an accessible electronic format (WCAG 2.1 Level AA conformant HTML or PDF with proper tagging). Technical support services must be available through at least two communication channels (e.g., phone and email, or chat and relay service), and support staff must receive training on accessibility features of the product.
Platform-level versus application-level accessibility: IEC 63080 emphasizes that accessibility must be implemented at both levels. Platform-level accessibility services (screen readers, magnification, high-contrast themes, speech recognition input) must be provided by the operating system, while application-level accessibility requires that applications correctly implement platform accessibility APIs. The standard identifies a common failure mode: applications that create custom UI controls without implementing proper accessibility patterns (e.g., a custom slider control that does not expose its value range to the accessibility API).
Assistive technology compatibility testing: The standard requires documented compatibility testing with at least two assistive technologies in each relevant category — for example, both JAWS and NVDA screen readers for Windows platforms, and both VoiceOver and TalkBack for mobile platforms. Testing must verify that all functionality is accessible through the assistive technology alone, without requiring simultaneous use of direct interaction. The report provides a test protocol template that includes a task-based evaluation with defined success criteria for each critical user journey.