This Explainer accompanies the drafts of the W3C Accessibility Guidelines (WCAG) 3.0.

This is a first draft of the Explainer. It is not normative (informative) and is not expected to become a W3C Recommendation. It provides background on W3C Accessibility Guidelines (WCAG) 3.0.

Introduction

W3C Accessibility Guidelines (WCAG) 3.0 is a successor to Web Content Accessibility Guidelines 2.2 [[WCAG22]] and previous versions, but does not deprecate WCAG 2.X. It will also incorporate content from and partially extend User Agent Accessibility Guidelines 2.0 [[UAAG20]] and Authoring Tool Accessibility Guidelines 2.0 [[ATAG20]]. These earlier versions provided a flexible model that kept them relevant for over 10 years. However, changing technology and changing needs of people with disabilities have led to the need for a new model to address content accessibility more comprehensively and flexibly. WCAG 3.0 originally had a project name of "Silver", so the original groups working on it and much of the early design work carries that project name.

One of the goals of W3C Accessibility Guidelines (WCAG) 3.0 is that it will be written using plain language as much as possible so that people who are not technical can still understand it, and so WCAG 3.0 can be more easily translated into other languages. When it is published, WCAG 3.0 will have many ways for making the web and other digital content (like video or mobile apps) more accessible to people with disabilities.

This Explainer includes background information on the development of WCAG 3.0, its goals and research. It also provides additional explanation of structure and differences from the current WCAG 2 guidelines to make it easier for people to understand.

Background and development history

The Silver Task Force of the Accessibility Guidelines Working Group and the W3C Silver Community group have partnered to produce the needs, requirements, and structure for the new accessibility guidance. To date, the group has:

  1. Researched accessibility guidance needs;
  2. Developed problem statements and opportunities to improve accessibility guidance;
  3. Received input from industry leaders for directions to proceed;
  4. Drafted requirements for the project (they will be reviewed after public feedback from the First Public Working Draft);
  5. Created and tested prototypes for aspects of the project; and
  6. Created a First Public Working Draft and a heartbeat update draft.

Background on WCAG 3.0

The Silver Community Group and their research partners conducted a year of research which included a literature review as well as interviews, surveys, and self-reporting with people with disabilities, content developers, quality assurance professionals, tool developers, designers and policy makers.

The results are available in The Research Summary Slide Deck. One recurring theme was positive perceptions about the popularity and quality of the guidance in WCAG 2.0. Most of the opportunities identified in the research were changes in the structure and presentation of accessibility guidance to:

The goal of WCAG 3.0 is to provide information that can be used to improve the accessibility of products on a variety of platforms. WCAG 3.0 uses a model that allows it to address more disability needs than WCAG 2.X, as well as address publishing requirements and emerging technologies such as web XR (augmented, virtual and mixed reality) and voice input. It will also provide non-normative (informative) information about the ways web technologies need to work with authoring tools, user agents, and assistive technologies. The WCAG 3.0 model is designed to support better coverage across disabilities and be easier to maintain, so that the new model will be more enduring over time as technologies evolve.

For further introduction to WCAG 3, see the WCAG 3 Introduction.

W3C strives to be as inclusive as possible, and has actively sought participation and input from a broad range of stakeholder groups. We recognize, however, that there is always room for improvement in practices to support inclusion and representation. As you evaluate this document, please consider whether there are ways the Working Group can better support your review, feedback, or inclusion within the process of creating this standard. We welcome feedback on this question as part of your comments.

Goals

Goals for Inclusion

These goals come from the Silver Requirements Design Principles. The creation process for the guidelines should:

Goals for Content

Goals for Conformance

The goals are based on the Silver research, the results from the Silver Design Sprint, and input from the Silver Community Group and Task Force.

Non-Goals or Out-of-Scope

Explanation Behind Decisions

The following sections describe the decision process behind some of the more difficult or controversial topics.

Structure of these guidelines

Summary
  • Guidelines: solutions to accessibility problems.
  • Outcomes: the desired result (or “outcome”) of reducing accessibility problems. This is what you test for.
  • Methods: detailed ways and tests for rating how well your project meets an outcome.

Some of these sections are in this document. You can find others in links within the sections.

Core Structure

Figure 1 shows the core structure of WCAG 3.0. WCAG 3.0 has three levels of content with associated documentation. Guidelines form the top level. Each guideline contains multiple outcomes, with associated critical errors and outcomes scoring. Each outcome contains multiple methods, with an associated description and examples, tests, and test scoring.

Guidelines structure

Guidelines provide a high-level, plain-language version of the content for managers, policy makers, individuals who are new to accessibility, and other individuals who need to understand the concepts but not dive into the technical details. They provide an easy-to-understand way of organizing and presenting the outcomes so that non-experts can learn about and understand the concepts. Each guideline includes a unique, descriptive name along with a high-level plain-language summary. Guidelines address functional needs on specific topics, such as contrast, forms, readability, and more. Guidelines group related outcomes and are technology-independent.

Example: Use sections, headings, and sub-headings to organize your content.

Outcomes structure

Each guideline contains multiple outcomes. Outcomes result from practices that reduce or eliminate barriers that people with disabilities experience. Outcomes form the basis of a flexible and expansive architecture for accessibility guidelines that closely relates to the needs of people with disabilities. Outcomes are designed for use by developers, testers, and other technical experts.

Outcomes are written as testable criteria and include information on how to score the outcome in an optional Conformance Claim. Within a guideline, outcomes have an AND relationship. All relevant outcomes must be addressed but not all outcomes will apply to all technologies and situations. When an outcome does not apply, it is marked NA in the scoring.

Example: Convey hierarchy with semantic structure

Critical errors

Outcomes include the related critical errors that can occur and how to identify them. Not all outcomes have critical errors. Any critical errors will result in the lowest score for the outcome.

Evaluating processes requires counting critical errors that occur within the process and associated views. Critical errors are:

  • Errors located anywhere within the view that stop a user from being able to use that view (examples: flashing, keyboard trap, audio with no pause);
  • Errors that when located within a process stop a user from completing a process (example: submit button not in tab order); and
  • Errors that when aggregated within a view or across a process stop a user from using the view or completing the process (example: a large amount of confusing, ambiguous language).

Outcome rating

Each outcome is rated on a scale of 0 to 4. The rating model is designed to be flexible in order to allow more functional needs of people with disabilities to be included in the guidelines. 

Each outcome defines the rating criteria used for that outcome. The rating criteria are designed to be technology agnostic but tie to the available methods so that method level scoring can be rolled up when possible or the tester can make an informed judgment call about the outcome rating.

Methods structure

Screenshot of a Method for Structured Content

Each outcome has one or more methods. There are three types of methods:

  • All - Methods that apply across all technologies.
  • Technology specific - Methods that apply to one of a predetermined list of technologies such as HTML, PDF, or VR.
  • Fallback - Methods that apply to emerging or proprietary technology and for technology that does not yet have a method written

When technology specific methods are provided, the outcomes will also include one or more fallback methods.

The methods include detailed information on how to meet the outcome, code samples, working examples, resources, as well as information about testing and scoring the method.

Example: Semantic headings (HTML)

While WCAG 3 Methods have some similarity with WCAG 2 Techniques, they are not the same and are not interchangeable.

Description

Each method includes a detailed technical description of the method with instructions on how the method works that do not depend on examples. If there are dependencies between methods, these are also listed here. Dependencies between methods will be a rare situation.

Examples

Each method also includes working code samples and detailed examples.

Tests

Tests provide ways to check that methods and techniques have been followed. Tests include step-by-step instructions on evaluating the method based on the technology being used. Tests may vary by technology as needed.

Tests specify the unit being tested and the approach to scoring for that test.

Test Scoring

Each method includes information on how to score individual instances of the test. The testing results for methods inform the rating of the related outcome.

Additional Documentation and Scoring Information

Summary
  • How-to information: advice written in plain language, including information on how to get started with accessibility.
  • Functional needs: how to solve the access problems that people face.
  • Functional categories: groups of disability types.
  • Conformance levels: scoring your project’s accessibility. There are three levels for your project’s final score: bronze, silver, or gold. Scoring is not required.

Some of these sections are in this document. You can find others in links within the sections.

The core structure has inter-relationships with supporting documents and the scoring process. Functional needs inform both outcomes and functional categories. The tests within methods are used to inform the scores for each outcome. Then outcome scores are aggregated to create scores by functional category and an overall score. These then result in a bronze rating. Silver and gold ratings build on the bronze rating to demonstrate improved accessibility. General information about guidelines is available in How-To documents.

Documentation and Scoring Structure

How tos

The How-To content provides explanatory material for each guideline that applies across technologies. This guidance explains how to apply the concepts presented in the guidelines for non-technical readers. This plain language resource includes information on getting started, who the guideline helps and how, as well information for project managers, designers and developers.  

Example screenshot of a How-To for Structured Content

The example of a How-To for Structured Content provides basic information organized by tabs to help people get started with accessibility for structured content, plan for implementing accessible structured content across a project, design accessible structured content, and basics for developers new to accessibility of structured content. It also includes information on examples, the outcomes for meeting the guideline, and resources.

Functional needs

The development of WCAG 3 guidelines starts with functional needs. A functional need is a statement that describes a specific gap in one’s ability, or a specific mismatch between ability and the designed environment or context. Functional needs are applied to specific topics (for example: contrast, forms, readability, and more) to identify the barriers experienced by people with disabilities. The barriers in these topics inform the outcomes, which state the conditions to test whether the functional needs have been met. Functional needs are documented in the how-tos, supplementary material accompanying the guidelines.

Example: Use without vision.

The work of cataloging functional needs is still in process and will continue after the First Public Working Draft.  Those interested can see more information in the draft Functional Needs.

Functional categories

Functional categories of disabilities group the functional needs of users with disabilities. Functional categories are used when reporting test results in the optional conformance claim.

Functional categories are similar to functional performance criteria in Section 508 [[508-criteria]] and functional performance statements in en 301 549 [[en-301-549]]. The current list of functional categories is:

  • Vision and Visual
  • Hearing and Auditory
  • Sensory Intersections
  • Mobility
  • Motor
  • Physical and Sensory Intersections
  • Speech
  • Attention
  • Language and Literacy
  • Learning
  • Memory
  • Executive
  • Mental Health
  • Cognitive and Sensory Intersections

The list of functional categories is a draft. Creating meaningful groupings is still a work in progress and currently evolving along with the work on cataloging functional needs. This work will continue after the First Public Working Draft.  Those interested can see more information in the document DRAFT Functional Needs.

Conformance Levels

WCAG 3 has an optional scoring system that can better inform organizations on the quality of their accessibility effort. The optional conformance levels provide a way for organizations to report their conformance in simple manner. The bronze level is based on the score in each functional category and the overall score. Silver and gold levels require conforming at the bronze level plus additional improved usability for people with disabilities.

This first draft focuses on bronze level. Future drafts will have more information on silver and gold levels. Bronze level will be similar to WCAG 2 AA, while silver and gold will include more usability-type testing. This is still under development. WCAG 2.X AAA success criteria are generally included in WCAG 3. The design of the scoring model awards more points for implementing the outcomes that come from WCAG 2.X AAA.

How Conformance Fits into the Information Architecture

Selecting a Representative Sample

Research and Input from Industry Leaders

The Silver Community Group partnered with academic and corporate researchers to address a list of specific questions related to improving accessibility standards. Details of the research questions, projects, and the results are on the Silver Research Archive wiki page.

Problem Statements

The Silver Research themes were organized into Problem Statements in three areas: Usability, Conformance, and Maintenance.

(quoted from Silver Research Problem Statements)

People generally liked the advice of WCAG, but commented about the content:

Silver Design Sprint Suggestions

The Problem Statements were presented to 27 industry leaders representing different stakeholder groups, including:

These industry leaders held a two-day, guided design sprint to recommend solutions which are summarized in the Design Sprint Report Suggestions section.

Usability

  1. Take existing WCAG 2.1 guidance and rewrite it in plain language, using editors with simple language or plain language experience. The existing success criteria may need to be updated, but most of WCAG 2.1 guidance is still valid. It needs more clarity, ease of reading, and ease of translation.
  2. Organize the data in small snippets that can be coded and categorized so they can be assembled dynamically to meet the needs of the person looking for information.
  3. Create a comprehensive view for W3C Technical Report purposes, and for those who need to view the total document.
  4. Create a solution that addresses the needs of people to find information by role, problem, by disability, and by platform. How can people discover what they need to know?
  5. Design a homepage that is oriented toward helping beginners and is separate from the W3C Technical Report. Include shortcuts for expert users who know what they want (for example, a code sample for an accessible tab panel)

Conformance

  1. Design a conformance structure and style guides that shift emphasis from “testability” to “measureability” so that guidance can be included that is not conducive to a true/false test. True/false tests can be included, but they are not the only way to measure conformance.
  2. Develop scorecard or rubric measures for testing task accomplishment, instead of technical page conformance.
  3. Develop a point and ranking system that will allow more nuanced measurement of the content or product: for example: bronze, silver, gold, and platinum ratings where the bronze rating represents the minimal conformance (roughly equivalent to meeting WCAG 2.1 AA), and increasing ranks include inclusive design principles, task-based assessment, and usability testing.
  4. Include a definition and concept for “substantially meets” so people are not excessively penalized for bugs that may not have a large impact on the experience of people with disabilities.
  5. Remove “accessibility supported” as an author responsibility and provide guidance to authoring tools, browsers, and assistive technology developers of the expected behaviors of their products.
  6. Develop a more flexible method of claiming conformance that is better suited to accommodate dynamic or more regularly updated content.

Maintenance

  1. Develop a core of rarely-changing requirements (normative) with modules of platform oriented advice, examples, tests, and support materials that can be updated as technology changes.
  2. Develop a method for accessibility experts to contribute new content, such as design patterns, codes and tests, where the experts vote material up and down without waiting for working group approval.
  3. Change the working group process to include Community Group participation.
  4. Improve access to specification development tools (for example, Github) so that people with disabilities can participate more easily in spec development, whether through new or modified tooling. There are existing efforts that can be incorporated and improved on.
  5. Develop specification content a small amount of guidance at a time, and fully develop the content before including it in the spec. Keep a public schedule when issues will be worked on, so the public can contribute in a timely manner.
  6. Keep a changelog of all changes to the spec so reviewers can easily find the changes.