Understanding Techniques for WCAG Success Criteria
WCAG 2.0 guidelines and success criteria are designed to be broadly applicable to current and future web technologies, including dynamic applications, mobile, digital television, etc. They are stable and do not change.
Specific guidance for authors and evaluators on meeting the WCAG success criteria is provided in techniques, which include code examples, resources, and tests. W3C's Techniques for WCAG 2.0 are explained below:
Sufficient techniques
Advisory techniques
Failures
Also explained below:
General and technology-specific techniques - which can be sufficient or advisory
Other techniques - beyond what is in W3C's published document
Technique tests
User agent and assistive technology support
Using the techniques - with important considerations
understanding accessibility support.
Techniques are Informative
Techniques are informative—that means they are not required. The basis for determining conformance to WCAG 2.0 is the success criteria from the WCAG 2.0 standard—not the techniques.
Note 1: W3C cautions against requiring W3C's sufficient techniques. The only thing that should be required is meeting the WCAG 2.0 success criteria. To learn more, see:
What would be the negative consequences of allowing only W3C's published techniques to be used for conformance to WCAG 2.0? in the WCAG 2 FAQ
Note 2: Techniques for WCAG 2.0 uses the words "must" and "should" only to clarify guidance within the techniques, not to convey requirements for WCAG.
Sufficient Techniques
Sufficient techniques are reliable ways to meet the success criteria.
From an author's perspective: If you use the sufficient techniques for a given criterion correctly and it is accessibility-supported for the content's users, it conforms to that success criterion. (The converse is not true; if content does not implement these sufficient techniques, it does not necessarily fail the success criteria, as explained in Testing Techniques below.)
There may be other ways to meet success criteria besides the sufficient techniques in W3C's Techniques for WCAG 2.0 document, as explained in Other Techniques below. (See also Techniques are Informative above.)
Numbered Lists, "AND"
The W3C-documented sufficient techniques are provided in a numbered list where each list item provides a technique or combination of techniques that can be used to meet the success criterion. Where there are multiple techniques on a numbered list item connected by "AND" then all of the techniques must be used to be sufficient. For example, Sufficient Techniques for 1.3.1 has: "G115: Using semantic elements to mark up structure AND H49: Using semantic markup to mark emphasized or special text (HTML)".
Advisory Techniques
Advisory techniques are suggested ways to improve accessibility. They are often very helpful to some users, and may be the only way that some users can access some types of content.
Advisory techniques are not designated as sufficient techniques for various reasons such as:
they may not be sufficient to meet the full requirements of the success criteria;
they may be based on technology that is not yet stable;
they may not be accessibility supported in many cases (for example, assistive technologies do not work with them yet);
they may not be testable;
in some circumstances they may not be applicable or practical, and may even decrease accessibility for some users while increasing it for others;
they may not address the success criterion itself, and instead provide related accessibility benefits.
Authors are encouraged to apply all of the techniques where appropriate to best address the widest range of users' needs.
Failures
Failures are things that cause accessibility barriers and fail specific success criteria. The documented failures are useful for:
Authors to know what to avoid,
Evaluators to use for checking if content does not meet WCAG success criteria.
Content that has a failure does not meet WCAG success criteria, unless an alternate version is provided without the failure.
If anyone identifies a situation where a documented failure is not correct, please report the situation as a WCAG comment so that it can be corrected or deleted as appropriate.
General and Technology-specific Techniques
General techniques describe basic practices that apply to all technologies. Technology-specific techniques apply to a specific technology.
Some success criteria do not have technology-specific techniques and are covered only with general techniques. Therefore, both the general techniques and the relevant technology-specific techniques should be considered.
Publication of techniques for a specific technology does not imply that the technology can be used in all situations to create content that meets WCAG 2.0 success criteria and conformance requirements. Developers need to be aware of the limitations of specific technologies and provide content in a way that is accessible to people with disabilities.
Other Techniques
In addition to the techniques in W3C's Techniques for WCAG 2.0 document, there are other ways to meet WCAG success criteria. W3C's techniques are not comprehensive and may not cover newer technologies and situations.
Web content does not have to use W3C's published techniques in order to conform to WCAG 2.0. (See also Techniques are Informative above.)
Content authors can develop different techniques. For example, an author could develop a technique for HTML5, accessibility supported for the content's users. Some sufficient techniques require browser, assistive technology, or other support that some users might not have.
Thus while the techniques are useful for evaluating content, evaluations must go beyond just checking the sufficient technique tests in order to evaluate how content conforms to WCAG success criteria.
Failures are particularly useful for evaluations because they do indicate non-conformance (unless an alternate version is provided without the failure).
User Agent and Assistive Technology Support Notes
Some techniques require that web content users have specific browsers or assistive technologies in order for the technique to be Understanding Accessibility Support.
Using the Techniques
Techniques for WCAG 2.0 is not intended to be used as a stand-alone document. Instead, it is expected that content authors will usually use The WCAG 2.0 Documents for an explanation of how this document fits in with other Web Content Accessibility Guidelines (WCAG) 2.0 documents. To send public comments, please follow the Instructions for Commenting on WCAG 2.0 Documents.
document use rules apply.