This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.

WCAG 2 FAQ

Top questions

Where should I start learning about WCAG 2?

For introductory resources, see Accessibility Fundamentals Overview.

If you want a really short introduction to three web accessibility issues (alternative text for images, keyboard input, and transcripts), see Examples of Web Accessibility.

To learn about web accessibility principles and guidelines, see Accessibility Principles.

To learn about WCAG 2 specifically, start with the WCAG Overview. It provides an important foundation for understanding the different WCAG 2 documents, and points to several resources for using WCAG 2.

How to Meet WCAG 2: A customizable quick reference is the primary resource for developers using WCAG 2.

What about WCAG 3?

WCAG 3 years away from being completed.

WCAG 3 is the result of the project previously referred to as “Silver”.

Please see important up-to-date information in the WCAG 3 Introduction page.

WCAG 3 Name

WCAG 2 and WCAG 3 have different names.

The new standard is currently referred to as “W3C Accessibility Guidelines (WCAG) 3.0”. This name was chosen because of wide-spread familiarity with the “WCAG” acronym, and to encompass the broader scope beyond “web content”.

How and why is WCAG 2 Success Criteria 4.1.1 Parsing obsolete?

Success Criteria 4.1.1 Parsing is obsolete. WCAG 2.2 indicates it as 4.1.1 Parsing (Obsolete and removed), along with a note.

WCAG 2.1 and WCAG 2.0 now include this note from a conformance perspective:

This Success Criteria should be considered as always satisfied for any content using HTML or XML.

That note is in:

Parsing was included in WCAG 2.0 to ensure that browsers and assistive technologies could accurately parse markup and content. Since then, specifications (such as HTML) and browsers have improved how they handle parsing errors. Also, previously assistive technology did their own markup parsing. Now they rely on the browser.

With today’s technology, accessibility issues that would have failed 4.1.1, will fail other criteria, such as Info and Relationships (SC 1.3.1) or Name, Role, Value (SC 4.1.2). Therefore 4.1.1 is no longer needed for accessibility.

(Using tools that assess parsing errors and fixing parsing issues may still be useful — it’s just not required for accessibility.)

WCAG 2 versions and updates

When a new version of WCAG 2 is published, does it change the previous version?

No. The WCAG 2 requirements (success criteria) are the same in later versions. For example, the success criteria in WCAG 2.1 are not changed in WCAG 2.2. Later versions add new success criteria, and do not change existing success criteria. One exception is 4.1.1 Parsing noted above.

Each updated WCAG standard (called a “W3C Recommendation”) has a unique web address (URI). The standard at that URI does not change. For example, the standard published 5 June 2018 at https://www.w3.org/TR/2018/REC-WCAG21-20180605/ will not change.

What is different in WCAG 2.0, 2.1, and 2.2? {#done} {#v21}

See:

The Accessibility Guidelines Working Group (AG WG) is not planning to do another version of WCAG 2, that is, not do WCAG 2.3. AG WG is working on WCAG 3.

What was updated in WCAG 2.2 in December 2024?

On 12 December 2024, we published an update to WCAG 2.2. The update includes:

What was updated in WCAG 2.1 in 2023 and 2024?

On 12 December 2024, we published an update to WCAG 2.1. The update includes:

On 21 September 2023, we published an update to WCAG 2.1. The update includes:

You can link to the latest version or specific versions of WCAG 2.1:

More info on linking is in Referencing and Linking to WAI Guidelines.

What was updated in WCAG 2 for internationalization?

Updates to WCAG documents will better support accessibility in different languages.

In October 2023, we added Notes to WCAG 2.2 to clarify that differences in languages do not impact conformance:

We are updating Understanding WCAG 2.2 documents to address internationalization considerations more thoroughly.

Supporting documents

What are the different WCAG 2 documents?

Along with WCAG are supporting materials including Understanding WCAG, WCAG Techniques, and How to Meet WCAG 2 (Quick Reference).

To learn how the different WCAG 2 technical documents are related and linked, see The WCAG 2 Documents.

Some background: Here’s a little more perspective on the different technical documents. When content authors and developers were using WCAG 1.0, they had many questions on how to implement it, how to evaluate conformance, and the reasons behind its requirements. W3C wanted to provide this information with WCAG 2. Since those details do not fit well in a technical standard, they are in separate supporting documents.

Do the supporting documents change WCAG 2 requirements and conformance?

No.

Important: Only the WCAG technical standard includes requirements, which are called “normative” requirements. The supporting materials are informative; they are not normative. That means the Techniques, Understanding documents, and other supporting materials:

Updates to supporting material provide additional clarification, address public comments, and cover changes in technologies and tools. The updates do not change or alter WCAG 2 requirements or conformance.

Do content authors (developers, designers, etc.) have to follow W3C’s techniques to meet WCAG?

No, you do not have to use the techniques in W3C’s Techniques for WCAG 2 document.

The techniques are informative; that means they are not required. The basis for determining conformance to WCAG 2 is the success criteria from the WCAG 2 standard — not the techniques.

While many authors find W3C-documented techniques useful, there may be other ways to meet WCAG success criteria. You can use other techniques. Web content could even fail a particular technique test, yet still meet WCAG in a different way. Also, content that uses some of the Techniques does not necessarily meet all WCAG success criteria.

For important additional information, see the Understanding Techniques for WCAG Success Criteria section of Understanding WCAG 2.1.

What would be the negative consequences of allowing only W3C’s published techniques to be used for conformance to WCAG 2?

Background: Some organizations have considered requiring all web content to use W3C’s published techniques.

W3C recommends that the only thing that is required is meeting the WCAG 2 success criteria. The basis for determining conformance to WCAG 2 is the success criteria from the WCAG 2 standard — not the techniques. W3C’s Techniques for WCAG 2 document is informative (that is, not required, non-normative).

W3C cautions against requiring web content to use only W3C’s published sufficient techniques and not allowing other techniques for several reasons, including:

Therefore, W3C’s published techniques should not be required as the only way to meet WCAG 2 success criteria unless the limitations and consequences above are understood and acceptable.

For additional information, see: Understanding Techniques for WCAG Success Criteria section of Understanding WCAG 2.

Scope

Does WCAG 2 address mobile accessibility?

Yes. See Mobile Accessibility at W3C.

Does WCAG 2 apply to documents and non-web software?

For an introduction to “Guidance on Applying WCAG 2.2 to Non-Web Information and Communications Technologies (WCAG2ICT)”, see the WCAG2ICT Overview.

Do the techniques ensure accessibility in different technologies?

WCAG 2 is designed to apply to a broad range of web technologies.

Techniques for WCAG 2 has techniques for several different web technologies. Note that publication of techniques for a specific technology does not imply that the technology can be used in all cases to create accessible content that meets WCAG 2.

Developers need to be aware of the limitations of specific technologies and ensure that they create content in a way that is accessible to all their potential users.

Does WCAG 2 cover the accessibility needs of people with cognitive and learning disabilities?

See Cognitive Accessibility at W3C for information on:

Get updates and more information

How can I get notified of updates?

We will announce when more information is available on WCAG 2 and WCAG 3. To get announcements of updated drafts for review, see Get WAI News.

Where can I find answers to more of my questions?

First, look through the documents on the W3C WAI website.

WAI hosts an Interest Group (WAI IG) mailing list where the community discusses web accessibility issues. WAI IG provides ideas from different perspectives. If you have a question that might be relevant to the WAI IG list, you can:

WAI staff are actively developing guidelines, technical reports, and supporting material, and generally are not available to answer individual questions. However, you can send questions to wai@w3.org and we will integrate answers into this page and other documents as we are able.

Is WCAG 2 available in other languages?

Yes. Authorized Translations and unofficial translations of the technical documents WCAG 2 are listed in WCAG 2 Translations.

Unofficial translations of other WAI documents are listed in [All WAI Translations].

For more information on how you can contribute to WAI translations, see Translate WAI Resources.

Back to Top

This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.