Back to Homepage

International Standards

Back to Homepage
European Standard

EN 301 549

A comprehensive guide to understanding and implementing the European ICT Accessibility Standard - the harmonized technical specification for accessibility requirements across the EU

The Foundation of EU Accessibility Law
EN 301 549 is the harmonized European standard that defines technical accessibility requirements for ICT (Information and Communication Technology) products and services. It serves as the technical specification referenced by both the European Accessibility Act and the Web Accessibility Directive, making it the cornerstone of EU accessibility compliance.

Introduction to EN 301 549

What is EN 301 549?

EN 301 549, formally titled "Accessibility requirements for ICT products and services," is a European standard published by the European Telecommunications Standards Institute (ETSI). First published in 2014 and regularly updated since then (current version 3.2.1 was harmonized in August 2021), this standard provides comprehensive technical specifications for making information and communication technology accessible to persons with disabilities.

The standard is unique in its scope and ambition. Unlike many accessibility standards that focus narrowly on specific technologies (like websites or mobile apps), EN 301 549 covers the entire spectrum of ICT products and services, including:

  • Web content and applications
  • Mobile applications (native and hybrid)
  • Non-web software (desktop applications, operating systems)
  • Hardware devices (computers, smartphones, ATMs, kiosks)
  • Documentation and support services
  • Telecommunications and two-way voice communication
  • Video technologies and player capabilities

By providing a single, unified set of requirements applicable across all these domains, EN 301 549 eliminates the need for organizations to navigate multiple, potentially conflicting standards. This harmonization is particularly valuable for businesses and public sector bodies operating across EU member states.

History and Evolution

EN 301 549 has evolved significantly since its inception:

  • V1.1.1 (2014): Initial version based on WCAG 2.0 Level AA
  • V2.1.2 (2018): Updated to incorporate WCAG 2.1, adding 17 new success criteria focused on mobile accessibility, low vision, and cognitive disabilities
  • V3.1.1 (2019): Improved document accessibility requirements and clarified various provisions
  • V3.2.1 (2021): Current harmonized version with further refinements and clarifications

The standard is maintained by ETSI's Technical Committee Human Factors (TC HF) and is regularly reviewed to ensure it remains aligned with technological developments and international best practices. Future versions will likely incorporate WCAG 2.2 and eventually WCAG 3.0 (currently in development) when those standards mature.

Standard Structure and Organization

Chapter Overview

EN 301 549 is organized into 14 main chapters, each addressing different aspects of ICT accessibility. Understanding this structure helps you navigate the standard and identify which requirements apply to your specific products or services:

Chapters 1-3: Foundation

  • Chapter 1 (Scope): Defines what the standard covers and its applicability
  • Chapter 2 (References): Lists normative references to other standards
  • Chapter 3 (Definitions): Provides precise definitions of terms used throughout the standard

Chapter 4: Functional Performance Statements

This crucial chapter describes what users with disabilities need to be able to do with ICT, independent of any specific technology. These are high-level, outcome-focused requirements covering:

  • Usage without vision (4.2.1)
  • Usage with limited vision (4.2.2)
  • Usage without perception of color (4.2.3)
  • Usage without hearing (4.2.4)
  • Usage with limited hearing (4.2.5)
  • Usage with no or limited vocal capability (4.2.6)
  • Usage with limited manipulation or strength (4.2.7)
  • Usage with limited reach (4.2.8)
  • Minimize photosensitive seizure triggers (4.2.9)
  • Usage with limited cognition, language, or learning (4.2.10)
  • Privacy (4.2.11)

These functional performance statements serve as a backstop—if specific technical requirements don't exist for a novel technology, you can evaluate compliance against these functional outcomes.

Chapter 5: Generic Requirements

Requirements applicable to all ICT, regardless of specific technology type:

  • Closed functionality (5.1): Requirements for ICT with restricted access to assistive technologies (like ATMs or kiosks)
  • Biometrics (5.3): Ensuring biometric authentication doesn't rely on a single biological characteristic
  • Preservation of accessibility information (5.4): Maintaining accessibility data during conversion or transmission
  • Operable parts (5.5-5.7): Physical controls must be perceptible, identifiable, and usable

Chapter 6: ICT with Two-Way Voice Communication

Requirements for telecommunication services, VoIP, video conferencing, and similar technologies. Covers audio quality, real-time text, video communication for sign language users, and more.

Chapter 7: ICT with Video Capabilities

Requirements for media players, video conferencing systems, and video content. Includes caption display, audio description playback, sign language presentation, and user controls.

Chapter 8: Hardware

Physical accessibility requirements for devices, covering connection ports, mechanical controls, keys and controls, tactile indication, visual contrast, visual indication of audio, connection of assistive technologies, and more.

Chapters 9-11: Software and Content

  • Chapter 9 (Web): WCAG 2.1 Level A and AA success criteria for web content
  • Chapter 10 (Non-web documents): WCAG 2.1 adapted for documents like PDFs, Word files, etc.
  • Chapter 11 (Software): Accessibility requirements for non-web software including desktop applications, mobile apps, and operating systems. Includes platform accessibility services, keyboard access, focus and tracking, user preferences, and much more

Chapter 12: Documentation and Support Services

Requirements ensuring that product documentation and customer support are accessible. Documentation must be available in accessible formats, and support services must accommodate different communication needs.

Chapter 13: Relay and Emergency Services

Requirements for relay services (allowing people who are deaf or hard of hearing to communicate via telephone) and access to emergency services.

Annexes

The standard includes informative annexes providing additional guidance, including tables mapping requirements to functional performance statements and guidance on determining applicability.

Web Content Requirements (Chapter 9)

WCAG 2.1 Integration

As mentioned, Chapter 9 of EN 301 549 incorporates WCAG 2.1 Level A and Level AA success criteria verbatim. This chapter applies to web pages, including:

  • Public websites
  • Web applications (including single-page applications)
  • Intranets and extranets
  • Progressive web apps (PWAs)
  • Web-based components embedded in other contexts

The requirements are organized according to WCAG's four principles—Perceivable, Operable, Understandable, and Robust (POUR). Since these are identical to WCAG 2.1 Level AA, any resource explaining WCAG 2.1 compliance applies equally to EN 301 549 Chapter 9 compliance.

Key Web Requirements Summary

While we won't reproduce all 50 Level A and AA success criteria here (they're documented extensively in WCAG resources), these are among the most commonly violated and impactful requirements:

Text Alternatives (1.1.1)

Every non-text element—images, icons, charts, graphs, buttons without text—must have a text alternative that conveys equivalent information. This allows screen reader users to understand visual content.

Keyboard Accessibility (2.1.1, 2.1.2)

All functionality must be operable through a keyboard interface without requiring specific timings for individual keystrokes. There must be no keyboard traps where users get stuck and can't navigate away.

Contrast (1.4.3, 1.4.11)

Text must have a contrast ratio of at least 4.5:1 against its background (3:1 for large text). User interface components and graphical objects must have at least 3:1 contrast.

Headings and Labels (2.4.6, 1.3.1)

Use proper heading markup (H1-H6) to structure content logically. Headings should be descriptive and in logical order. Form labels must be properly associated with their controls.

Focus Visible (2.4.7)

Any keyboard-operable interface must have a mode of operation where the keyboard focus indicator is visible. Never remove focus outlines without providing an equally visible alternative.

Name, Role, Value (4.1.2)

For all user interface components, the name and role can be programmatically determined. States, properties, and values can be programmatically set and communicated to assistive technologies (typically using ARIA).

Non-Web Software Requirements (Chapter 11)

What Constitutes Non-Web Software?

Chapter 11 applies to software that is not web content, including:

  • Desktop applications (Windows, macOS, Linux applications)
  • Mobile applications (native iOS and Android apps)
  • Operating systems and platforms
  • Software development tools and IDEs
  • Productivity software (office suites, email clients)
  • Hybrid applications that combine web and native technologies
  • Embedded software in devices

Platform Accessibility Services (11.5)

One of the most important aspects of Chapter 11 is the requirement for software to properly utilize platform accessibility services. This means:

Platform Accessibility APIs

Software must use documented platform accessibility services rather than implementing custom, incompatible solutions. For example:

  • Windows: Use UI Automation (UIA) or Microsoft Active Accessibility (MSAA)
  • macOS: Use NSAccessibility protocols
  • iOS: Use UIAccessibility framework
  • Android: Use Android Accessibility framework
  • Linux: Use AT-SPI (Assistive Technology Service Provider Interface)

By using these platform services, your software automatically becomes compatible with assistive technologies like screen readers, screen magnifiers, voice control, and switch access that users already have installed and know how to use.

Object Information (11.5.2.5)

Every user interface element must expose programmatically determinable information about its:

  • Role: What kind of element it is (button, checkbox, heading, etc.)
  • Name/Label: Text identifying the element
  • State: Current condition (checked/unchecked, expanded/collapsed, etc.)
  • Value: Current content or setting
  • Description: Additional help text if needed
  • Boundaries: Size and position for highlighting/magnification

Modification of Focus and Selection (11.5.2.12-13)

Assistive technologies must be able to programmatically move focus and modify text selection. This allows screen reader users to navigate and edit content efficiently.

Other Key Software Requirements

Keyboard Access (11.2.1, 11.2.2)

Just like web content, all software functionality must be available via keyboard. This includes custom controls, dialogs, menus, and any interactive elements. Keyboard shortcuts should be discoverable and customizable where feasible.

Focus Indication (11.2.4.7)

Keyboard focus must be clearly visible. Many native UI frameworks provide default focus indicators, but if you customize UI appearance, ensure focus remains obvious.

User Preferences (11.7)

Software should respect user preferences for:

  • Platform display settings (high contrast, large text, reduced motion)
  • Color schemes and themes
  • Audio settings and output routing
  • Alternative input methods

Don't override system-level accessibility settings unless the user explicitly chooses application-specific settings.

Authoring Tools (11.8)

If your software is an authoring tool—something users use to create content (content management systems, document editors, website builders, etc.)—additional requirements apply:

  • The tool must enable authors to create accessible content
  • Accessible content creation must be as easy as inaccessible content creation
  • The tool should prompt authors to add accessibility information (like alt text)
  • The tool should provide accessibility checking features
  • Templates and defaults should be accessible

Hardware Requirements (Chapter 8)

Applicable Hardware

Chapter 8 requirements apply to physical ICT devices with user-facing hardware controls and features, including:

  • Computers, laptops, and tablets
  • Smartphones and mobile devices
  • ATMs and payment terminals
  • Ticketing and check-in kiosks
  • Information terminals
  • Point-of-sale systems
  • Photocopiers and multifunction printers
  • Game consoles and controllers

Key Hardware Requirements

Stationary ICT (8.3.2)

For fixed installations like ATMs and kiosks:

  • Forward reach: Operable parts must be within 1220mm (48 inches) from the floor for seated users
  • Side reach: Where side approach is possible, operable parts within 1220mm from the floor
  • Clear floor space: At least 760mm x 1220mm (30" x 48") to accommodate wheelchairs
  • Display visibility: Screen must be viewable from seated position

Mechanically Operable Parts (8.3.3-8.3.6)

  • Tactile discernibility (8.3.3.1): Controls must be tactilely discernible without activating them. Users should be able to feel different buttons and identify them by touch
  • Operation force (8.3.3.2): Controls should not require excessive force (≤ 22.2 Newtons)
  • Key repeat (8.3.4): If keys repeat when held, there must be adjustable delay before repeat begins
  • Visual status (8.3.5): Control status must be visually indicated or programmatically determinable
  • Visual contrast (8.3.6): Visually presented status must have sufficient contrast (3:1)

Tactile Indication of Speech Mode (8.3.2.6)

Where speech output is available, there must be a tactile indicator (like a raised dot or symbol) on at least one mode of operation that provides speech output, allowing blind users to find audio output modes by touch.

Audio Output (8.2)

For devices with audio output:

  • Volume control must be available (8.2.1.1)
  • Incremental volume control (8.2.1.2) for fine-tuning
  • Audio jack for private listening (8.2.2.1)
  • Support for assistive listening devices via magnetic coupling or other wireless tech (8.2.2.2)

Connection of Assistive Technologies (8.4)

Hardware must allow connection of assistive technologies (alternative keyboards, pointing devices, switches, etc.) either directly or through the platform. Standard connection points should not be blocked by the device's design.

Non-Web Document Requirements (Chapter 10)

What Are Non-Web Documents?

Chapter 10 applies to documents that are not web pages but are provided through software or websites. This includes:

  • PDF documents
  • Microsoft Office documents (Word, Excel, PowerPoint)
  • OpenDocument Format files (ODF)
  • EPUB e-books
  • Help files and documentation
  • Forms and fillable PDFs

Chapter 10 adapts WCAG 2.1 Level A and AA success criteria for the document context. While web pages are inherently dynamic and interactive, documents are often more static, so some requirements are adapted accordingly.

Key Document Requirements

Document Structure and Semantics

Documents must use proper structural markup:

  • Headings: Use heading styles (Heading 1, Heading 2, etc.) not just large bold text
  • Lists: Use proper list formatting for bulleted and numbered lists
  • Tables: Properly mark up table headers and structure
  • Reading order: Ensure content is tagged in logical reading order
  • Language: Identify the document's language and any language changes

Alternative Text

All images, charts, diagrams, and non-text elements must have text alternatives describing their content and purpose. Decorative images should be marked as such.

Color and Contrast

Text must meet minimum contrast ratios (4.5:1 for normal text). Information should not be conveyed by color alone—use text labels, patterns, or other indicators in addition to color.

Forms

Fillable forms (like PDF forms) must have:

  • Proper field labels associated with form fields
  • Tab order that matches visual order
  • Clear instructions and required field indicators
  • Accessible error identification and suggestions

PDF-Specific Considerations

PDFs are the most common non-web document format. To make PDFs accessible:

  • Create from accessible source documents (Word, InDesign) rather than scanning
  • Use Adobe Acrobat Pro or similar tools to add tags to existing PDFs
  • Set proper document properties (title, language)
  • Ensure text is selectable (not just scanned images)
  • Test with PDF accessibility checkers and screen readers
Consider HTML Instead of PDF
PDFs are inherently less accessible than HTML. They're harder to navigate with screen readers, don't reflow well on small screens, and have compatibility issues with assistive technologies. Whenever possible, provide information as accessible HTML web content rather than PDFs. If you must use PDFs, also offer an HTML alternative.

Implementing EN 301 549

Determining Which Requirements Apply

EN 301 549 is comprehensive, but not every requirement applies to every product. Here's how to determine applicability:

Step 1: Identify Your ICT Type

  • Is it web content? → Chapter 9 applies
  • Is it non-web software? → Chapter 11 applies
  • Is it a document? → Chapter 10 applies
  • Does it have hardware components? → Chapter 8 applies
  • Does it involve voice/video communication? → Chapters 6-7 apply

Step 2: Identify Features and Capabilities

Look at what your ICT actually does. Requirements only apply if the feature exists:

  • If your app doesn't play video, video caption requirements don't apply
  • If your device has no audio output, audio-related requirements don't apply
  • If your software isn't an authoring tool, authoring tool requirements don't apply

Step 3: Check for Exceptions

Some requirements have specific exceptions or alternate conformance paths. Read the "where ICT..." clauses carefully—they define exactly when requirements apply.

Step 4: Consider Functional Performance as Backstop

If you have a novel technology not clearly covered by specific technical requirements, evaluate against the functional performance statements in Chapter 4. Can users with various disabilities achieve the outcomes described?

Testing and Validation Approach

Automated Testing

Use automated tools to catch common issues:

  • For web: Axe, WAVE, Lighthouse, our accessibility checker
  • For documents: Adobe Acrobat accessibility checker, PAC (PDF Accessibility Checker)
  • For mobile: Accessibility Scanner (Android), Accessibility Inspector (iOS)
  • For desktop: Accessibility Insights, various platform-specific tools

Remember: automated tools catch only 25-30% of accessibility issues. They're a starting point, not the complete answer.

Manual Testing

Essential manual tests include:

  • Keyboard navigation: Disconnect your mouse and use only keyboard to operate all functionality
  • Screen reader testing: Use NVDA (Windows), JAWS (Windows), VoiceOver (macOS/iOS), or TalkBack (Android) to navigate your ICT
  • Zoom/magnification: Test at 200% zoom and with screen magnifiers
  • Color contrast: Manually verify text/background contrast ratios
  • Visual inspection: Check heading structure, link text clarity, form labels, etc.

User Testing with People with Disabilities

The gold standard is testing with real users who have disabilities:

  • Recruit users with diverse disabilities (blind, low vision, deaf, motor impairments, cognitive disabilities)
  • Observe them using your ICT with their assistive technologies
  • Identify barriers and usability issues you may have missed
  • Incorporate feedback into remediation priorities

Conformance Claims and Documentation

When claiming conformance to EN 301 549, document:

  • Which version you're claiming conformance with (e.g., EN 301 549 V3.2.1)
  • Which chapters/requirements apply to your ICT
  • Level of conformance (full, partial, non-conformant)
  • Known issues and plans to address them
  • Testing methodology used to verify conformance

Many organizations use VPAT (Voluntary Product Accessibility Template) or ACR (Accessibility Conformance Report) formats to document EN 301 549 conformance in a standardized way.

Frequently Asked Questions

General Questions

Is EN 301 549 legally required?

EN 301 549 itself is a voluntary standard. However, EU legislation (the Web Accessibility Directive and the European Accessibility Act) reference it as the technical specification for compliance. If you must comply with those laws, you effectively must comply with EN 301 549.

Can I claim conformance to EN 301 549 if I only meet WCAG 2.1 AA?

If your ICT is purely web content with no other features, and you meet WCAG 2.1 Level AA, you essentially meet the Chapter 9 requirements of EN 301 549. However, full EN 301 549 conformance requires meeting all applicable requirements from all chapters, not just Chapter 9.

Do I need to buy the standard to comply?

The full EN 301 549 document is freely available for download from the ETSI website. Unlike some standards, you don't need to purchase it. For web content specifically, you can also reference the free WCAG 2.1 documentation from W3C.

What's the difference between EN 301 549 and WCAG?

WCAG focuses solely on web content. EN 301 549 incorporates WCAG 2.1 for web content (Chapter 9) but also covers non-web software, hardware, documents, telecommunications, video, and more. Think of EN 301 549 as "WCAG plus everything else."

Which version should I use?

Use the most recent harmonized version, currently V3.2.1 (2021). This is the version referenced by EU legislation. Older versions are superseded, though products developed under older versions may have some transitional recognition.

Implementation Questions

Our product is a mobile app. Which chapters apply?

Mobile apps are covered by Chapter 11 (Software). If the app has specific features like video playback or voice communication, relevant portions of Chapters 6-7 may also apply. If the app includes in-app documentation, Chapter 12 applies. Basically, identify what your app does and apply the relevant chapters.

We make a hardware device with embedded software. How do we comply?

You need to address both hardware requirements (Chapter 8) and software requirements (Chapter 11). Additionally, Chapter 5 (generic requirements) applies. If there are physical controls, ensure they meet tactile, visual, and operational requirements. If there's a screen and software UI, ensure it's accessible per Chapter 11.

Can we claim "partial conformance"?

Yes, you can claim partial conformance and document known issues. This is better than claiming full conformance falsely or claiming non-conformance when you've made significant progress. Be transparent about what works and what doesn't.

Do we need to make legacy products compliant?

It depends on the applicable legislation. Under the EAA, existing products have until June 28, 2030 to comply. Under the Web Accessibility Directive, public sector websites and apps should already be compliant. Check the specific legal requirements that apply to your situation.

We use third-party components. Are we responsible for their accessibility?

Generally, yes. If you integrate third-party code or components into your product, you're responsible for the overall accessibility of your product. Choose accessible third-party components, and if they're not accessible, either remediate them or find alternatives. Document any third-party limitations in your accessibility statement.

Technical Questions

How do we test software accessibility (Chapter 11)?

Use platform-specific accessibility testing tools: Accessibility Insights for Windows, Accessibility Inspector for macOS/iOS, Accessibility Scanner for Android. Test with actual assistive technologies on each target platform. Verify that your UI properly exposes information through platform accessibility APIs.

What if our custom UI framework doesn't support accessibility?

You'll need to add accessibility support. This typically means implementing platform accessibility API support in your framework. Consider whether you really need a custom framework—native or established frameworks (React, Flutter, Qt, etc.) have better accessibility support. If you must use custom UI, budget time for accessibility implementation; it's not trivial.

Are game UIs covered by EN 301 549?

If a game is subject to the EAA or Web Accessibility Directive (e.g., a publicly funded educational game), yes. At minimum, menus, settings, and non-gameplay UI should be accessible. Gameplay itself is more complex—apply functional performance criteria and ensure players with disabilities can meaningfully participate to the extent feasible.

How do we make a PDF accessible if we only have a scanned image?

Run OCR (Optical Character Recognition) to convert the image to text, then properly tag the resulting PDF. For complex layouts or poor scan quality, you may need to manually correct OCR errors and tag structure. Alternatively, consider whether the content could be provided as HTML instead of PDF.

Resources and Further Information

Official Resources

Testing Tools and Resources

  • Web: Axe DevTools, WAVE, Lighthouse, our accessibility checker
  • PDF: Adobe Acrobat Pro accessibility checker, PAC 2021
  • Windows Software: Accessibility Insights for Windows
  • Mobile: Accessibility Scanner (Android), Accessibility Inspector (Xcode)
  • Screen Readers: NVDA (free, Windows), JAWS (commercial, Windows), VoiceOver (built-in, macOS/iOS), TalkBack (built-in, Android)

Next Steps

Start with What You Know
If you're working on web content, start with WCAG 2.1 AA compliance (EN 301 549 Chapter 9). Once that's solid, expand to other chapters as relevant to your ICT. Download the full standard to understand requirements specific to your products. Use our accessibility checker to identify web issues, then conduct broader testing for software, hardware, and document components. Remember: EN 301 549 conformance is a journey, not a destination. Start today, and improve continuously.