1 of 20

Introduction to WCAG

2 of 20

Agenda

Introduction to WCAG

WCAG Layers of Guidance

Evaluating ADA-compliance with WCAG

Audience Q&A

Conclusion and Next Steps

Purdue University Global Introduction to WCAG

2

3 of 20

Introduction to WCAG

4 of 20

What is WCAG?

  • The World Wide Web Consortium (W3C)’s Web Accessibility Initiative (WAI) created WCAG, or the Web Content Accessibility Guidelines
  • WCAG provides web content creators with specific, technical, and actionable standards to follow, as well as best practices and testing guidelines.
  • Several laws, such as Section 508 of the Rehabilitation Act, require websites to meet minimum WCAG standards to be considered “in compliance.” Content owners receiving federal funds (like Purdue!) must be able to provide accessibility documentation from an accessibility tester verifying that compliance to the Office of Civil Rights upon request.
  • WCAG standards are technology-agnostic.

4

5 of 20

Glossary

  • Layers of Guidance:
    • Principles: the four main aspects of web accessibility that form the foundation of WCAG 1 and 2.
    • Guidelines: a list of goals under each principle.
    • Success Criteria (SC): measurable standards for each guideline.
    • Techniques: sufficient and/or recommended methods to meet each success criterion.
  • Authoring Tool: the software or services “authors,” such as web developers, designers, writers, etc. use to produce web content. Examples include websites that let users add content like Reddit or Facebook, multimedia authoring tools like Storyline, and content or learning management systems such as Brightspace.
  • Input Devices: the tools used to operate online content. Examples include the keyboard, mouse, and/or touchscreen devices. In my speaker notes, I’ve included a few links to videos of people using various input devices.
  • User Agents: the browsers, media players, plug-ins, assistive technologies, and other programs or software that present web content to the end users.

5

6 of 20

WCAG Layers of Guidance

7 of 20

The Four Principles

  1. Perceivable: Content is presented in ways users can perceive
  2. Operable: Interface components and navigation must be designed to be operable with various input devices
  3. Understandable: Users can understand how to operate interface components and the information presented
  4. Robust: Content can be interpreted by a wide variety of user agents, including assistive technology

Purdue University Global: Introduction to WCAG

7

8 of 20

13 Guidelines: Perceivable

8

Guideline

Definition

1.1 Text Alternatives

All non-text content must have a text alternative

1.2 Time-based Media

Text-based alternatives must be provided for all time-based media

1.3 Adaptable

Content can be presented in different ways without losing information

1.4 Distinguishable

Users can see/hear content and the foreground and background are clearly separate

9 of 20

13 Guidelines: Operable

9

Guideline

Definition

2.1 Keyboard Accessible

All interactive components are operable by a keyboard

2.2 Enough Time

Users are provided with enough time to read and use content

2.3 Seizures and Physical Reactions

Content is not designed in a way that is known to cause seizures or physical reactions

2.4 Navigable

Users are provided with ways to navigate or find content

2.5 Input Modalities

Users can operate functionality through inputs other than the keyboard

10 of 20

13 Guidelines: Understandable

10

Guideline

Definition

3.1 Readable

Text content is readable and understandable to the target audience

3.2 Predictable

Web pages appear and operate in predictable ways

3.3 Input Assistance

Methods are provided to help users avoid and correct mistakes in interactive elements

This error message is a good example of 3.3 Input Assistance.

11 of 20

13 Guidelines: Robust

11

Guideline

Definition

4.1 Compatible

Content is compatible with current and future user agents such as assistive technology

Use an online validator, like this one created by W3C, to ensure your online content is well-formed.

12 of 20

Success Criteria (SC)

  • The numbering before each SC indicates the Principle and Guideline it falls under ([Principle].[Guideline].[Success Criteria]).
  • Three levels of conformance are defined: A (lowest), AA, and AAA (highest).
  • Our goal is to meet all WCAG 2.1 AA success criteria.

12

13 of 20

Sufficient and Advisory Techniques

  • For each success criterion, sufficient and advisory techniques to meet required standards are provided.
  • Advisory techniques go beyond what is required by the SC. Sufficient techniques should be followed to for content to meet each SC.

13

14 of 20

Evaluating ADA-compliance with WCAG

15 of 20

Office of Civil Rights (OCR) Audits

  • OCR conducts audits on federally-funded online content to ensure compliance with WCAG standards.
  • Purdue underwent an OCR audit this year. The process was extensive, and we had to provide the following information:
    • A list of the top 25 courses based on enrollment numbers.
    • VPATs or other accessibility reports detailing any WCAG 2.1 A and AA violations for each tool used within those 25 courses
    • A brief explanation of how the tool is used and any development notes or accessibility concerns (for example, they wanted us to note if a tool is due to be replaced or if there are any outstanding accessibility issues.
    • An overview of the accessibility review process.
    • Any accessibility-related student complaints or concerns.

15

16 of 20

Accessibility Reports

Voluntary Product Accessibility Templates (VPATs) have a standardized format. All WCAG 2.1 success criteria are listed, separated by level, and the tested content’s level of conformance is indicated for each standard. There are five levels of conformance:

  • Supports: the criterion is met.
  • Partially Supports: the criterion is met in some but not all instances, or the ADA-compliant content is not a sufficient alternative.
  • Does Not Support: the criterion is not met.
  • Not Applicable: The criterion is not relevant.
  • Not Evaluated: The criterion was not evaluated. This is only used for AAA success criteria.

Accessibility Conformance Reports (ACRs) are not standardized and come in a variety of formats. These reports contain a list of WCAG violations found in the evaluated tool. In some ACRs, like my test documents, the evaluator provides additional details about the violations, such as suggested fixes or links to documented techniques.

16

17 of 20

Conclusion and Next Steps

18 of 20

Key Takeaways

  1. The four principles of web accessibility are Perceivable, Operable, Understandable, and Robust. This is the foundation for WCAG.
  2. Our goal at Purdue is to meet all WCAG 2.1 A and AA success criteria.
  3. VPATs and ACRs are test reports that indicate if a website, tool, or application is in conformance with all applicable WCAG success criteria.

18

19 of 20

Next Steps

In our next training session, I will review the Perceivable Level A Success Criteria. Additionally, I’ll show you how to make the following types of content meet the relevant WCAG 2.1 success criteria:

  • Images
  • Video-only or audio-only content
  • Video content with audio
  • Text
  • Lists
  • Tables
  • Audio controls

To learn more about WCAG, please visit W3C’s Understanding WCAG 2.1.

19

20 of 20

Questions?