Are you from the public sector?

What the WCAG mean for digital accessibility

Key Points

The WCAG, the international Web Content Accessibility Guidelines, are the central standard for digital accessibility. They define clear requirements to ensure that websites and digital services are accessible to everyone—regardless of individual limitations. Compliance with the WCAG is not only crucial for usability, but also forms the basis for many legal accessibility requirements.

This page provides you with well-founded guidance on the structure, principles, and practical implementation of the WCAG—including the differences between versions 2.0, 2.1, and 2.2 as well as the conformance levels A, AA, and AAA. You will learn which challenges typically arise when implementing the WCAG and which approaches have proven effective.

WCAG Systematics and Structure

The WCAG (Web Content Accessibility Guidelines) are the leading international standard for digital accessibility. They were developed by the World Wide Web Consortium (W3C) and structure the requirements for accessible websites and digital applications. The WCAG framework is clearly organised: there are different versions—currently WCAG 2.0, WCAG 2.1, and WCAG 2.2—which build on one another and add new requirements.

The guidelines are divided into four principles, to which a large number of success criteria are assigned. Each success criterion is assigned to one of three conformance levels: A (minimum requirements), AA (enhanced requirements, often the legal standard), and AAA (highest requirements). The WCAG are closely linked to other standards such as the European EN 301 549 or national regulations such as BITV 2.0 and form their technical basis.

Structural element Description
Versions (2.0, 2.1, 2.2) Development stages of the guidelines; each version adds to or expands requirements
Conformance levels (A, AA, AAA) Define the degree to which requirements are met—from minimum standard to the highest level
Principles and success criteria Four principles (Perceivable, Operable, Understandable, Robust) with specific criteria
Link to other standards Technical basis for legal and normative requirements (e.g. EN 301 549, BITV 2.0, BFSG)
  • WCAG are the international standard for digital accessibility
  • Division into versions and conformance levels enables step-by-step implementation
  • Guidelines are based on principles and specific success criteria
  • WCAG serve as the technical basis for national and European requirements

WCAG Core Principles

The four core principles of the WCAG form the foundation for accessible web content. They require digital services to be perceivable, operable, understandable, and robust for every user. Each principle addresses a key requirement: Perceivable ensures that information is accessible through all sensory modalities, while Operable enables use with different input devices. Understandable ensures that content and navigation are clear, and Robust means that content also works with future technologies.

The principles are intentionally kept abstract and provide the framework for the specific WCAG success criteria. While the principles define overarching goals, the success criteria describe measurable requirements for implementation. In practice, the principles help identify typical barriers early and address them in a targeted way before looking at individual technical details.

  • Four principles structure the requirements for accessible web content
  • Principles provide the framework for specific success criteria
  • A practice-oriented approach makes it easier to identify barriers early
  • Abstract principles are made concrete through measurable criteria

Implement accessibility in a structured and legally compliant manner

7 days unrestricted access. No payment details required.

WCAG Success Criteria and Evaluation System

The WCAG success criteria translate the abstract principles into concrete requirements and make accessibility measurable. Each criterion describes a verifiable requirement, such as providing alternative text for images or sufficient contrast for text. The criteria are formulated so that they can be objectively tested and assessed, enabling consistent implementation and control.

Classifying the success criteria into conformance levels A, AA, and AAA creates a tiered assessment system. Level A includes the most basic requirements, AA covers additional aspects that are often legally required, and AAA represents a particularly high level of accessibility. Examples include: alternative text for images (A), sufficient colour contrast (AA), or enhanced readability requirements (AAA). In practice, compliance with the criteria is usually assessed through tests, audits, and automated testing procedures.

Success criterion Conformance level
Alternative text for non-text content A
Contrast ratio of text to background at least 4.5:1 AA
No background noise, or can be completely switched off AAA
Measurability through objective testing methods All levels
  • Success criteria make the WCAG principles verifiable
  • Conformance levels structure requirements by degree of implementation
  • Assessment is carried out using objective testing methods
  • Typical criteria include alternative text, contrast, and readability

WCAG Testing and Audit Logic

A systematic WCAG conformance review includes various methods to comprehensively assess compliance with the success criteria. This includes manual tests, in which specialists examine websites in a targeted way, as well as automated tools that efficiently analyse large volumes of content. In addition, feedback from users with different impairments provides valuable insights into barriers that often remain hidden in technical tests.

The test results are documented in audit reports that clearly present identified deviations and opportunities for improvement. Automated tests are helpful, but they do not cover all criteria—especially complex interactions and content-related aspects require human judgement. Combining different testing methods is therefore essential for a robust accessibility assessment.

Test Method Strengths and Limitations
Manual tests Identify complex barriers, assess usability and comprehension, time-consuming
Automated tools Fast analysis of large data sets, identify technical errors, limited coverage of content-related aspects
User feedback Practical insights into real usage barriers, dependent on user group and response rate
Audit report & documentation Ensures traceability and enables targeted improvements; quality depends on the audit methodology
  • WCAG conformance testing combines manual, automated, and user-based methods
  • Automated tools are efficient, but not comprehensive
  • Audit reports document results and support optimisation
  • Combining methods increases the reliability of the assessment

Practical Implementation of WCAG in Web Projects

Ideally, WCAG requirements are integrated into web projects from the outset and understood as a continuous process. Even in the conception and design phase, fundamental specifications such as color contrasts, content structuring, and alternative texts for media are taken into account. During development, the focus is on technical implementation, for example, through semantic HTML, keyboard operability, and consideration of responsive design. The editorial team ensures the comprehensibility and accessibility of the content.

Collaboration between design, development, and editorial teams is crucial to systematically meet the requirements of the different WCAG levels. For Level A, minimum requirements such as alternative texts and clear navigation structures are implemented. Level AA, among other things, requires sufficient color contrast and the avoidance of content blocks. AAA measures include, for example, particularly simple language or additional user assistance. Implementation strategies range from checklists and style guides to regular audits and user feedback.

WCAG Level Example Implementation Strategies
A Alternative texts, semantic structure, keyboard operability, basic error prevention
AA Check color contrast, scalable font, video subtitles, no moving content without pause function
AAA Easy-to-read language, sign language videos, comprehensive contextual help, flexible display adaptation
  • Early and continuous integration of WCAG into all project phases
  • Measures vary depending on the conformance level
  • Cross-team collaboration is crucial for sustainable accessibility
  • Implementation strategies range from checklists to user feedback

Uncertain about legal requirements?

Schedule a free consultation and speak with one of our experts.

Regulatory Classification of WCAG

The WCAG serve internationally as the authoritative reference for legal requirements regarding digital accessibility. In Germany, for example, they form the technical basis for the Barrierefreiheitsstärkungsgesetz (BFSG – Accessibility Strengthening Act) and the Barrierefreie-Informationstechnik-Verordnung (BITV 2.0 – Accessible Information Technology Ordinance). At the European level, too, for instance in EN 301 549, the WCAG are used as the standard for accessible web content. This binding nature affects both the public sector and, increasingly, private companies and organizations.

Compared to other standards such as EN 301 549, which additionally covers requirements for software and hardware, the WCAG focus exclusively on web content. For companies, aligning with the WCAG means they can base their digital offerings on internationally recognized criteria. This facilitates the implementation of legal requirements and supports consistent quality assurance – both in public bodies and in the private sector.

  • WCAG are the basis for numerous national and international laws
  • Public and increasingly private providers are affected
  • Distinction from standards like EN 301 549: WCAG focus on web content
  • Adhering to WCAG facilitates the implementation of legal requirements

Typical Challenges and Sources of Error in WCAG Implementation

Misunderstandings often arise during WCAG implementation, for example, in interpreting success criteria or assessing which measures are necessary for which conformance level. Technical challenges arise particularly with complex web applications, dynamic content, or the integration of third-party services. Organizational factors such as a lack of responsibilities, insufficient training, or inadequate communication among project participants also lead to sources of error in practice.

Typical pitfalls include, for example, incomplete alternative texts, insufficient keyboard operability, or inadequate color contrasts. Complex requirements such as accessible forms or multimedia content are often underestimated. To avoid errors, it is advisable to consider WCAG requirements early in the project, schedule regular tests, and specifically train all stakeholders.

  • Misunderstandings in WCAG interpretation are common
  • Technical and organisational sources of error make implementation more difficult
  • Regular tests and clear responsibilities help avoid barriers
  • Complex requirements demand special attention

Differences between WCAG 2.0, 2.1 and 2.2

The differences between WCAG 2.0, 2.1, and 2.2 primarily concern the expansion and refinement of success criteria. While WCAG 2.0 forms the basis for digital accessibility, WCAG 2.1 specifically added requirements for mobile devices, people with cognitive disabilities, and users with visual impairments. Version 2.2 further extends the guidelines with additional success criteria, primarily improving usability and user-friendliness.

For current web projects, it is generally recommended to implement the latest WCAG version, as it covers the most comprehensive requirements. Existing websites should check whether they are already optimized according to WCAG 2.1 or 2.2 to comply with future legal requirements. The choice of version also depends on the legal framework and individual project goals.

WCAG Version Key Innovations and Relevance
WCAG 2.0 Fundamental principles and success criteria, internationally widespread, basis of many laws
WCAG 2.1 17 new success criteria, focus on mobile use, visual impairments, and cognitive disabilities
WCAG 2.2 Further additions, e.g., for operating controls, even more focused on user-friendliness
  • WCAG 2.1 and 2.2 build on 2.0 and expand the requirements
  • New criteria primarily concern mobile use and specific user groups
  • For new projects, it is recommended to align with the latest WCAG version
  • Legal requirements can influence the choice of version

Implement accessibility in a structured and legally compliant manner

7 days unrestricted access. No payment details required.

Conformance Levels A, AA, AAA Compared

The conformance levels A, AA, and AAA of the WCAG differ in the scope and depth of accessibility requirements. Level A represents the minimum standard and addresses fundamental barriers, while AA includes additional requirements that are considered standard in many legal regulations. AAA, finally, represents the most comprehensive level, which is rarely fully achieved in practice as it includes very specific and far-reaching criteria.

The choice of the appropriate level depends on the application, user groups, and legal requirements. For public bodies or larger companies, at least AA is usually relevant. Achieving the AAA level involves significant challenges, for example, due to the need for particularly simple language or additional aids such as sign language videos. The decision for a level should therefore consider both the target group and the technical and personnel resources.

Conformance Level Typical Requirements and Significance
A Basic accessibility, e.g., alternative texts, keyboard operability; minimum standard
AA Extended requirements, e.g., contrast ratios, flexible font sizes; often legal standard
AAA Maximum accessibility, e.g., easy-to-read language, sign language videos; rarely fully required or achievable
  • Levels A, AA, and AAA differ in the scope of requirements
  • AA is usually required and achievable in practice
  • AAA sets the highest requirements and is rarely realistically achievable
  • The selection of the level should consider the target group and resources

WCAG and Other Accessibility Standards Overview

The WCAG particularly affect navigation elements, forms, multimedia content, and text and image areas. For navigation and menus, requirements apply to clarity and usability. Forms must be clearly labelled and fully usable with the keyboard. For multimedia such as videos or audio files, captions, audio descriptions, or alternative text are required. Graphics and images also require alternative text to make information accessible to all users.

Conclusion

The WCAG are the international benchmark for digital accessibility and form the basis for numerous legal and normative requirements. They structure the requirements for web content into clear principles, specific success criteria, and different conformance levels. For companies and organisations, they enable a systematic and transparent approach to implementing accessible digital services.

Practical implementation of the WCAG requires collaboration across different disciplines, the selection of suitable tools, and continuous verification of compliance. Different versions and levels provide flexibility, but also impose specific requirements depending on the use case. Those who integrate the WCAG into projects early and in a structured way create sustainable added value for all user groups and meet key requirements of modern accessibility.

  • WCAG are the basis for digital accessibility and many national requirements
  • A systematic approach makes it easier to meet legal requirements
  • Early integration and regular testing ensure sustainable accessibility

Accessibility Check: How accessible is your homepage?

Check your homepage with the AccessGO quick check.
Identify risks and barriers according to WCAG standards.

The most important questions and answers.

The WCAG are updated by the W3C at irregular intervals, usually every few years. The W3C provides information about new versions and planned changes on its official website as well as via mailing lists and specialist publications. For ongoing web projects, it is advisable to check the official information sources regularly in order to respond to changes at an early stage.

The WCAG are updated by the W3C at irregular intervals, usually every few years. The W3C provides information about new versions and planned changes on its official website as well as via mailing lists and specialist publications. For ongoing web projects, it is advisable to check the official information sources regularly in order to respond to changes at an early stage.

People with different disabilities are actively involved in the development of the WCAG. User feedback is a core part of the process and informs the wording and refinement of the guidelines. Examples include new success criteria for mobile usability or the consideration of cognitive impairments, which are directly based on suggestions and experiences from affected user groups.

Numerous tools are available to support WCAG implementation, covering different areas. These include automated testing tools such as axe, WAVE, or Lighthouse, which can analyse websites for compliance with the guidelines. In addition, screen readers, colour contrast checkers, and validation services support manual review. Combining different tools delivers the most reliable results.

The WCAG are an international standard, while national laws such as the BFSG or BITV 2.0 define country-specific requirements and deadlines. Many national regulations adopt the WCAG in full or with adaptations, for example through additional requirements or exceptions. In practice, this means that, in addition to the WCAG, national specifics must also be taken into account to meet all legal requirements.

Questions about digital accessibility? We're here to help.

accessgo-photo-experts-3x
Talk to our AccessGO experts
We provide competent advice on all your questions.
or

AccessGO Plugin in Aktion

per Klick oder Tastatur ALT + 1