SlideShare a Scribd company logo
1 of 27
Download to read offline
Implementing WCAG 2.2
into Your Digital Strategy
HELLO!
Michele Landis
Co-Founder Accessible360
Aaron Cannon, CPWA
Co-Founder Accessible360 CPACC | WAS
Intro
Still not published
Augments, does not replace, 2.0 and 2.1
Backwards compatible (conforming to 2.2 means you also
conform to 2.1 & 2.0)
10 new and 1 updated success criteria
3 level A
5 level AA
2 level AAA
1 promoted from AA to A
WCAG 2.2
Why the New Version?
Continues the work started in WCAG 2.1
Improving accessibility guidance for three major groups
users with cognitive or learning disabilities
users with low vision
All disabled Mobile device users
WCAG 2.2
2.4.7 Focus Visible
Level A (used to be AA)
Any keyboard operable user interface has a mode of operation
where the keyboard focus indicator is visible.
WCAG 2.2
2.4.11 Focus Appearance (Minimum)
Level AA
When user interface components receive keyboard focus, an
area of the focus indicator meets the following:
Minimum area: The area is either:
at least as large as the area of a 1 CSS pixel thick perimeter of
the unfocused component, or
at least as large as the area of a 4 CSS pixel thick line along the
shortest side of a minimum bounding box of the unfocused
component, and no part of the area is thinner than 2 CSS pixels.
WCAG 2.2
2.4.11 Focus Appearance (Minimum) Cont.
Contrast: The area has a contrast ratio of at least 3:1 between
the colors when the component is focused and it is not focused.
Adjacent contrast: Where the area is adjacent to the
component, it has a contrast ratio of at least 3:1 against the
component or a thickness of at least 2 CSS pixels.
Additionally, the item with focus is not entirely hidden by
author-created content.
WCAG 2.2
2.4.13 Page Break Navigation
Level A
For web content with page break locators, a mechanism is
available to navigate to each locator.
WCAG 2.2
WCAG 2.2
2.5.7 Dragging Movements
Level AA
All functionality that uses a dragging movement for operation
can be operated by a single pointer without dragging, unless
dragging is essential.
NOTE
This requirement applies to web content that interprets pointer
actions (i.e. this does not apply to actions that are required to
operate the user agent or assistive technology).
Reasoning
Some people cannot perform dragging motions in a precise
manner. Others use a specialized or adapted input device such as
a head pointer, eye-gaze system, or speech-controlled mouse
emulator, which makes dragging cumbersome, error-prone, or
outright impossible.
WCAG 2.2
2.5.8 Pointer Target Spacing
Level AA
The size of the target for pointer inputs is at least 24 by 24 pixels,
except where:
Spacing: The target offset is at least 24 CSS pixels to every
adjacent target;
Inline: The target is in a sentence or block of text;
Necessary: A particular presentation of the target is essential or
is legally required for the information being conveyed.
Legal: A particular presentation of the target is legally required.
WCAG 2.2
3.2.6 Consistent Help
Level A
For each web page within a set of web pages that provides one
or more of the following ways of finding help, access to at least
one form of help is included in the same relative order on each
page:
Human contact details;
Human contact mechanism;
Self-help option;
A fully automated contact mechanism.
NOTE
Access to help mechanisms may be provided directly on the page,
or may be provided via a direct link to a different page containing
the information
WCAG 2.2
3.2.7 Visible Controls
Level AA
Where receiving pointer hover or keyboard focus triggers user
interface components to be visible, information needed to identify
that user interface components are available is visible, except
when:
The information needed to identify the user interface components
is available through an equivalent component that is visible on the
same page or on a different step in a multi-step process without
requiring pointer hover or keyboard focus;
The component is provided specifically to enhance the
experience for keyboard navigation;
A mechanism is available to make the information persistently
visible;
Hiding the information needed to identify the component is
essential.
3.3.7 Accessible Authentication
Level AA [New]
For each step in an authentication process that relies on a cognitive
function test, at least one other authentication methos is available that
does not rely on a cognitive function test, or a mechanism is available to
assist the use in completing the cognitive function test.
Exception:
When the cognitive function test is to recognize common objects or
content the user provided to the website.
NOTES
Common objects and content for the exception may be represented by
images, text, video or audio.
Examples of mechanisms include: 1) support for password entry by
password managers to address the memorization cognitive function test,
and 2) copy and paste to help address transcription cognitive function test.
WCAG 2.2
3.3.9 Redundant Entry
Level A
Information previously entered by or provided to the user that is
required to be entered again in the same process is either:
auto-populated, or available for the user to select.
Exception:
When re-entering the information is essential, the information is
required to ensure the security of the content, or when
previously entered information is no longer valid.
WCAG 2.2
WCAG 3.0
Intro
See Draft
Not just new success criteria
A new approach to web accessibility
Expressly includes guidelines for web, mobile, and desktop
applications
Not necessarily compatible with 2.X
Specifies how to test against the standards and how to score those
tests
Anticipates substantial conformance in addition to full conformance
WCAG 3.0
Problems With Previous Versions
True/false accessibility does not match the real world
Accessibility is a spectrum
WCAG is all but useless for people new to accessibility
A 10 year (or even 2 year) refresh cycle fails to keep up with
tech
WCAG 3.0
WCAG 3.0
The New Structure
Made up of a list of guidelines
Guidelines are broad categories of issues
Written to be understood by non-technical folks
Think of these as similar to the various guidelines (not success
criteria) within WCAG 2
Each guideline has a list of outcomes, critical errors,
and information on how to score each outcome
outcomes are intended for technical folks
Most similar to the individual success criteria in WCAG 2
Critical Errors are descriptions of things, which if they happen
mean an instant failure of the outcome
The New Structure Cont.
Each outcome has a list of methods, critical errors, tests, and
categories
Methods are similar to the current technique documents
Critical Errors are descriptions of things, which if they happen
mean an instant failure of the outcome
WCAG 3.0
Guideline examples
Provide text alternative for non-text content.
Use common clear words.
Provide captions and associated metadata for audio content.
WCAG 3.0
Outcome Examples
Text alternative available
Uses common and clear words in all content.
Translates speech and non-speech audio
WCAG 3.0
Critical Error Examples
Any image of text without an appropriate text alternative
needed to complete a process.
Any video without captioning that is needed to complete a
process.
None (Not all guidelines have critical errors)
WCAG 3.0
Method Examples
Text alternative for Image of text (HTML)
Functional Images (HTML, PDF, ePub)
Decorative images (HTML, PDF, ePub)
Informative images (HTML)
Author control of text alternatives (ATAG)
Use Clear Words (All)
Provides text equivalents of speech and key sound effect (XR)
WCAG 3.0
The Future …..
WCAG 3.0
Example rating for Text Alternative
Rating 0: Less than 60% of all images have appropriate text
alternatives OR there is a critical error in the process
Rating 1: 60% - 69% of all images have appropriate text
alternatives AND no critical errors in the process
Rating 2: 70% - 79% of all images have appropriate text
alternatives AND no critical errors in the process
Rating 3: 80% - 95% of all images have appropriate text
alternatives AND no critical errors in the process
Rating 4: 95% to 100% of all images have appropriate text
alternatives AND no critical errors in the process
Automated Scanning & Human Testing
Use an automated tool to decide how many images lack
alternative text
A human reviews the missing alts to decide if any constitute a
critical error
Poor alternative text that passes an automated tool does not
seem to have been addressed in this early draft
WCAG 3.0
How Sites/Apps/Documents Etc. Are Scored
Treats content required to complete a process more strictly
than other content
Recognizes that bugs happen and does not penalize them
excessively unless they are blockers
Offers conformance levels of Bronze, Silver, and Gold
While you can claim a conformance level for the entire site,
encourages claiming conformance for processes or individual
views
WCAG 3.0

More Related Content

What's hot

Basics of Web Accessibility
Basics of Web AccessibilityBasics of Web Accessibility
Basics of Web AccessibilityMoin Shaikh
 
WCAG 2.1: What You Need to Know About the Most Recent Accessibility Standards
WCAG 2.1: What You Need to Know About the Most Recent Accessibility StandardsWCAG 2.1: What You Need to Know About the Most Recent Accessibility Standards
WCAG 2.1: What You Need to Know About the Most Recent Accessibility StandardsUXPA International
 
Introduction To Web Accessibility
Introduction To Web AccessibilityIntroduction To Web Accessibility
Introduction To Web AccessibilitySteven Swafford
 
Web Content Accessibility Guidelines
Web Content Accessibility GuidelinesWeb Content Accessibility Guidelines
Web Content Accessibility GuidelinesPurnimaAgarwal6
 
WCAG 2.1 UX Scotland 2019
WCAG 2.1  UX Scotland 2019WCAG 2.1  UX Scotland 2019
WCAG 2.1 UX Scotland 2019User Vision
 
Web accessibility
Web accessibilityWeb accessibility
Web accessibilityAGILEDROP
 
Understanding Web Accessibility
Understanding Web AccessibilityUnderstanding Web Accessibility
Understanding Web AccessibilityAndrea Dubravsky
 
ADA Compliance & Website Accessibility
ADA Compliance & Website AccessibilityADA Compliance & Website Accessibility
ADA Compliance & Website AccessibilitySilverTech
 
ADA Compliance and Website Accessibility
ADA Compliance and Website AccessibilityADA Compliance and Website Accessibility
ADA Compliance and Website AccessibilitySilverTech
 
What's New in WCAG 2.1
What's New in WCAG 2.1What's New in WCAG 2.1
What's New in WCAG 2.1Jennifer Smith
 
A Web for Everyone: Accessibility as a design challenge
A Web for Everyone: Accessibility as a design challengeA Web for Everyone: Accessibility as a design challenge
A Web for Everyone: Accessibility as a design challengeWhitney Quesenbery
 
Practical tools for Web Accessibility testing
Practical tools for Web Accessibility testingPractical tools for Web Accessibility testing
Practical tools for Web Accessibility testingToufic Sbeiti
 
What Is Accessibility Testing?
What Is Accessibility Testing?What Is Accessibility Testing?
What Is Accessibility Testing?QA InfoTech
 

What's hot (20)

Basics of Web Accessibility
Basics of Web AccessibilityBasics of Web Accessibility
Basics of Web Accessibility
 
WCAG
WCAGWCAG
WCAG
 
WCAG 2.1: What You Need to Know About the Most Recent Accessibility Standards
WCAG 2.1: What You Need to Know About the Most Recent Accessibility StandardsWCAG 2.1: What You Need to Know About the Most Recent Accessibility Standards
WCAG 2.1: What You Need to Know About the Most Recent Accessibility Standards
 
Introduction To Web Accessibility
Introduction To Web AccessibilityIntroduction To Web Accessibility
Introduction To Web Accessibility
 
Web Content Accessibility Guidelines
Web Content Accessibility GuidelinesWeb Content Accessibility Guidelines
Web Content Accessibility Guidelines
 
Web accessibility
Web accessibilityWeb accessibility
Web accessibility
 
WCAG 2.1 UX Scotland 2019
WCAG 2.1  UX Scotland 2019WCAG 2.1  UX Scotland 2019
WCAG 2.1 UX Scotland 2019
 
Web accessibility
Web accessibilityWeb accessibility
Web accessibility
 
Understanding Web Accessibility
Understanding Web AccessibilityUnderstanding Web Accessibility
Understanding Web Accessibility
 
Introduction To WCAG 2.0
Introduction To WCAG 2.0Introduction To WCAG 2.0
Introduction To WCAG 2.0
 
ADA Compliance & Website Accessibility
ADA Compliance & Website AccessibilityADA Compliance & Website Accessibility
ADA Compliance & Website Accessibility
 
ADA Compliance and Website Accessibility
ADA Compliance and Website AccessibilityADA Compliance and Website Accessibility
ADA Compliance and Website Accessibility
 
What's New in WCAG 2.1
What's New in WCAG 2.1What's New in WCAG 2.1
What's New in WCAG 2.1
 
A Web for Everyone: Accessibility as a design challenge
A Web for Everyone: Accessibility as a design challengeA Web for Everyone: Accessibility as a design challenge
A Web for Everyone: Accessibility as a design challenge
 
Web Accessibility Testing With Axe
Web Accessibility Testing With AxeWeb Accessibility Testing With Axe
Web Accessibility Testing With Axe
 
Accessibilitytesting public
Accessibilitytesting publicAccessibilitytesting public
Accessibilitytesting public
 
Accessibility
AccessibilityAccessibility
Accessibility
 
Practical tools for Web Accessibility testing
Practical tools for Web Accessibility testingPractical tools for Web Accessibility testing
Practical tools for Web Accessibility testing
 
What Is Accessibility Testing?
What Is Accessibility Testing?What Is Accessibility Testing?
What Is Accessibility Testing?
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 

Similar to Implementing WCAG 2.2 into Your Digital Strategy

Lightning Talks by Globant - Accessibility for everyone testing tools
Lightning Talks by Globant - Accessibility for everyone testing toolsLightning Talks by Globant - Accessibility for everyone testing tools
Lightning Talks by Globant - Accessibility for everyone testing toolsGlobant
 
Authoring tool accessibility guidelines (ATAG)
Authoring tool accessibility guidelines (ATAG)Authoring tool accessibility guidelines (ATAG)
Authoring tool accessibility guidelines (ATAG)AdhithyaHarshan
 
Software Lifecycle Management
Software Lifecycle ManagementSoftware Lifecycle Management
Software Lifecycle ManagementAnkit Jain
 
Is It WCAG 2.0 Compliant?
Is It WCAG 2.0 Compliant?Is It WCAG 2.0 Compliant?
Is It WCAG 2.0 Compliant?Rabab Gomaa
 
Managing Accessibility Compliance
Managing Accessibility ComplianceManaging Accessibility Compliance
Managing Accessibility ComplianceKeana Lynch
 
The Magic Of Application Lifecycle Management In Vs Public
The Magic Of Application Lifecycle Management In Vs PublicThe Magic Of Application Lifecycle Management In Vs Public
The Magic Of Application Lifecycle Management In Vs PublicDavid Solivan
 
WCAG 2.0, Simplified
WCAG 2.0, SimplifiedWCAG 2.0, Simplified
WCAG 2.0, Simplifiedciwstudy
 
Debugging VBScript in InduSoft Web Studio Projects
Debugging VBScript in InduSoft Web Studio ProjectsDebugging VBScript in InduSoft Web Studio Projects
Debugging VBScript in InduSoft Web Studio ProjectsAVEVA
 
Getting Started With QA Automation
Getting Started With QA AutomationGetting Started With QA Automation
Getting Started With QA AutomationGiovanni Scerra ☃
 
IRJET- Conversational Commerce (ESTILO)
IRJET- Conversational Commerce (ESTILO)IRJET- Conversational Commerce (ESTILO)
IRJET- Conversational Commerce (ESTILO)IRJET Journal
 
IRJET- Design of Closed Loop PI Controller Based Hybrid Z-Source DC-DC Conver...
IRJET- Design of Closed Loop PI Controller Based Hybrid Z-Source DC-DC Conver...IRJET- Design of Closed Loop PI Controller Based Hybrid Z-Source DC-DC Conver...
IRJET- Design of Closed Loop PI Controller Based Hybrid Z-Source DC-DC Conver...IRJET Journal
 
Accessibility for Content Developer, Designer, Code Developer and Tester
Accessibility for Content Developer, Designer, Code Developer and TesterAccessibility for Content Developer, Designer, Code Developer and Tester
Accessibility for Content Developer, Designer, Code Developer and TesterJatin Kochhar
 
System Development Life Cycle
System Development Life CycleSystem Development Life Cycle
System Development Life Cyclesourav verma
 
DevOps CI Automation Continuous Integration
DevOps CI Automation Continuous IntegrationDevOps CI Automation Continuous Integration
DevOps CI Automation Continuous IntegrationIRJET Journal
 
Delivering Quality Software with Continuous Integration
Delivering Quality Software with Continuous IntegrationDelivering Quality Software with Continuous Integration
Delivering Quality Software with Continuous IntegrationAspire Systems
 

Similar to Implementing WCAG 2.2 into Your Digital Strategy (20)

Developing HERA FFX for WCAG 2.0
Developing HERA FFX for WCAG 2.0Developing HERA FFX for WCAG 2.0
Developing HERA FFX for WCAG 2.0
 
Lightning Talks by Globant - Accessibility for everyone testing tools
Lightning Talks by Globant - Accessibility for everyone testing toolsLightning Talks by Globant - Accessibility for everyone testing tools
Lightning Talks by Globant - Accessibility for everyone testing tools
 
Authoring tool accessibility guidelines (ATAG)
Authoring tool accessibility guidelines (ATAG)Authoring tool accessibility guidelines (ATAG)
Authoring tool accessibility guidelines (ATAG)
 
Software Lifecycle Management
Software Lifecycle ManagementSoftware Lifecycle Management
Software Lifecycle Management
 
Is It WCAG 2.0 Compliant?
Is It WCAG 2.0 Compliant?Is It WCAG 2.0 Compliant?
Is It WCAG 2.0 Compliant?
 
Digital Accessibility
Digital AccessibilityDigital Accessibility
Digital Accessibility
 
Managing Accessibility Compliance
Managing Accessibility ComplianceManaging Accessibility Compliance
Managing Accessibility Compliance
 
The Magic Of Application Lifecycle Management In Vs Public
The Magic Of Application Lifecycle Management In Vs PublicThe Magic Of Application Lifecycle Management In Vs Public
The Magic Of Application Lifecycle Management In Vs Public
 
WCAG 2.0, Simplified
WCAG 2.0, SimplifiedWCAG 2.0, Simplified
WCAG 2.0, Simplified
 
Automated Test Framework with Cucumber
Automated Test Framework with CucumberAutomated Test Framework with Cucumber
Automated Test Framework with Cucumber
 
Onine exam 1
Onine exam 1Onine exam 1
Onine exam 1
 
Debugging VBScript in InduSoft Web Studio Projects
Debugging VBScript in InduSoft Web Studio ProjectsDebugging VBScript in InduSoft Web Studio Projects
Debugging VBScript in InduSoft Web Studio Projects
 
Getting Started With QA Automation
Getting Started With QA AutomationGetting Started With QA Automation
Getting Started With QA Automation
 
IRJET- Conversational Commerce (ESTILO)
IRJET- Conversational Commerce (ESTILO)IRJET- Conversational Commerce (ESTILO)
IRJET- Conversational Commerce (ESTILO)
 
IRJET- Design of Closed Loop PI Controller Based Hybrid Z-Source DC-DC Conver...
IRJET- Design of Closed Loop PI Controller Based Hybrid Z-Source DC-DC Conver...IRJET- Design of Closed Loop PI Controller Based Hybrid Z-Source DC-DC Conver...
IRJET- Design of Closed Loop PI Controller Based Hybrid Z-Source DC-DC Conver...
 
Accessibility for Content Developer, Designer, Code Developer and Tester
Accessibility for Content Developer, Designer, Code Developer and TesterAccessibility for Content Developer, Designer, Code Developer and Tester
Accessibility for Content Developer, Designer, Code Developer and Tester
 
System Development Life Cycle
System Development Life CycleSystem Development Life Cycle
System Development Life Cycle
 
DevOps CI Automation Continuous Integration
DevOps CI Automation Continuous IntegrationDevOps CI Automation Continuous Integration
DevOps CI Automation Continuous Integration
 
ADA Site Compliance
ADA Site ComplianceADA Site Compliance
ADA Site Compliance
 
Delivering Quality Software with Continuous Integration
Delivering Quality Software with Continuous IntegrationDelivering Quality Software with Continuous Integration
Delivering Quality Software with Continuous Integration
 

More from 3Play Media

Advancing Equity and Inclusion for Deaf Students in Higher Education
Advancing Equity and Inclusion for Deaf Students in Higher EducationAdvancing Equity and Inclusion for Deaf Students in Higher Education
Advancing Equity and Inclusion for Deaf Students in Higher Education3Play Media
 
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity3Play Media
 
The 3Play Way: Real-Time Captioning in Higher Education
The 3Play Way: Real-Time Captioning in Higher EducationThe 3Play Way: Real-Time Captioning in Higher Education
The 3Play Way: Real-Time Captioning in Higher Education3Play Media
 
Developing a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State UniversityDeveloping a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State University3Play Media
 
Developing a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State UniversityDeveloping a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State University3Play Media
 
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...3Play Media
 
Product Innovation is on the Edge
Product Innovation is on the EdgeProduct Innovation is on the Edge
Product Innovation is on the Edge3Play Media
 
Why Every Company Needs to Think and Act Like a Media Company
Why Every Company Needs to Think and Act Like a Media CompanyWhy Every Company Needs to Think and Act Like a Media Company
Why Every Company Needs to Think and Act Like a Media Company3Play Media
 
2023 State of Automatic Speech Recognition
2023 State of Automatic Speech Recognition2023 State of Automatic Speech Recognition
2023 State of Automatic Speech Recognition3Play Media
 
Complex Identities: The Intersection of Disability with Race, Culture, Gender...
Complex Identities: The Intersection of Disability with Race, Culture, Gender...Complex Identities: The Intersection of Disability with Race, Culture, Gender...
Complex Identities: The Intersection of Disability with Race, Culture, Gender...3Play Media
 
Accessibility as a Gateway to Creativity
Accessibility as a Gateway to CreativityAccessibility as a Gateway to Creativity
Accessibility as a Gateway to Creativity3Play Media
 
Disability Inclusion for Leadership
Disability Inclusion for LeadershipDisability Inclusion for Leadership
Disability Inclusion for Leadership3Play Media
 
How to Tell Whether UDL is Working
How to Tell Whether UDL is WorkingHow to Tell Whether UDL is Working
How to Tell Whether UDL is Working3Play Media
 
Neurodivergency at work (P2) – 3Play and B-I.pdf
Neurodivergency at work (P2) – 3Play and B-I.pdfNeurodivergency at work (P2) – 3Play and B-I.pdf
Neurodivergency at work (P2) – 3Play and B-I.pdf3Play Media
 
Neurodiversity in the Workplace - Part 1
Neurodiversity in the Workplace - Part 1Neurodiversity in the Workplace - Part 1
Neurodiversity in the Workplace - Part 13Play Media
 
How To Deliver an Accessible Online Presentation
How To Deliver an Accessible Online PresentationHow To Deliver an Accessible Online Presentation
How To Deliver an Accessible Online Presentation3Play Media
 
Power of an Accessible Website.pdf
Power of an Accessible Website.pdfPower of an Accessible Website.pdf
Power of an Accessible Website.pdf3Play Media
 
2022 Digital Accessibility Legal Update.pdf
2022 Digital Accessibility Legal Update.pdf2022 Digital Accessibility Legal Update.pdf
2022 Digital Accessibility Legal Update.pdf3Play Media
 
Intro to Live Captioning for Broadcast.pdf
Intro to Live Captioning for Broadcast.pdfIntro to Live Captioning for Broadcast.pdf
Intro to Live Captioning for Broadcast.pdf3Play Media
 
How to Scale a Sustainable Accessibility Program
How to Scale a Sustainable Accessibility Program How to Scale a Sustainable Accessibility Program
How to Scale a Sustainable Accessibility Program 3Play Media
 

More from 3Play Media (20)

Advancing Equity and Inclusion for Deaf Students in Higher Education
Advancing Equity and Inclusion for Deaf Students in Higher EducationAdvancing Equity and Inclusion for Deaf Students in Higher Education
Advancing Equity and Inclusion for Deaf Students in Higher Education
 
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity
"Am I Doing This Right?" Imposter Syndrome and Accessibility Maturity
 
The 3Play Way: Real-Time Captioning in Higher Education
The 3Play Way: Real-Time Captioning in Higher EducationThe 3Play Way: Real-Time Captioning in Higher Education
The 3Play Way: Real-Time Captioning in Higher Education
 
Developing a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State UniversityDeveloping a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State University
 
Developing a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State UniversityDeveloping a Centrally Supported Captioning System with Utah State University
Developing a Centrally Supported Captioning System with Utah State University
 
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...
Lessons Learned: Canada’s Past, Present, and Future Leadership in Digital Acc...
 
Product Innovation is on the Edge
Product Innovation is on the EdgeProduct Innovation is on the Edge
Product Innovation is on the Edge
 
Why Every Company Needs to Think and Act Like a Media Company
Why Every Company Needs to Think and Act Like a Media CompanyWhy Every Company Needs to Think and Act Like a Media Company
Why Every Company Needs to Think and Act Like a Media Company
 
2023 State of Automatic Speech Recognition
2023 State of Automatic Speech Recognition2023 State of Automatic Speech Recognition
2023 State of Automatic Speech Recognition
 
Complex Identities: The Intersection of Disability with Race, Culture, Gender...
Complex Identities: The Intersection of Disability with Race, Culture, Gender...Complex Identities: The Intersection of Disability with Race, Culture, Gender...
Complex Identities: The Intersection of Disability with Race, Culture, Gender...
 
Accessibility as a Gateway to Creativity
Accessibility as a Gateway to CreativityAccessibility as a Gateway to Creativity
Accessibility as a Gateway to Creativity
 
Disability Inclusion for Leadership
Disability Inclusion for LeadershipDisability Inclusion for Leadership
Disability Inclusion for Leadership
 
How to Tell Whether UDL is Working
How to Tell Whether UDL is WorkingHow to Tell Whether UDL is Working
How to Tell Whether UDL is Working
 
Neurodivergency at work (P2) – 3Play and B-I.pdf
Neurodivergency at work (P2) – 3Play and B-I.pdfNeurodivergency at work (P2) – 3Play and B-I.pdf
Neurodivergency at work (P2) – 3Play and B-I.pdf
 
Neurodiversity in the Workplace - Part 1
Neurodiversity in the Workplace - Part 1Neurodiversity in the Workplace - Part 1
Neurodiversity in the Workplace - Part 1
 
How To Deliver an Accessible Online Presentation
How To Deliver an Accessible Online PresentationHow To Deliver an Accessible Online Presentation
How To Deliver an Accessible Online Presentation
 
Power of an Accessible Website.pdf
Power of an Accessible Website.pdfPower of an Accessible Website.pdf
Power of an Accessible Website.pdf
 
2022 Digital Accessibility Legal Update.pdf
2022 Digital Accessibility Legal Update.pdf2022 Digital Accessibility Legal Update.pdf
2022 Digital Accessibility Legal Update.pdf
 
Intro to Live Captioning for Broadcast.pdf
Intro to Live Captioning for Broadcast.pdfIntro to Live Captioning for Broadcast.pdf
Intro to Live Captioning for Broadcast.pdf
 
How to Scale a Sustainable Accessibility Program
How to Scale a Sustainable Accessibility Program How to Scale a Sustainable Accessibility Program
How to Scale a Sustainable Accessibility Program
 

Recently uploaded

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Recently uploaded (20)

Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Implementing WCAG 2.2 into Your Digital Strategy

  • 1. Implementing WCAG 2.2 into Your Digital Strategy
  • 2. HELLO! Michele Landis Co-Founder Accessible360 Aaron Cannon, CPWA Co-Founder Accessible360 CPACC | WAS
  • 3. Intro Still not published Augments, does not replace, 2.0 and 2.1 Backwards compatible (conforming to 2.2 means you also conform to 2.1 & 2.0) 10 new and 1 updated success criteria 3 level A 5 level AA 2 level AAA 1 promoted from AA to A WCAG 2.2
  • 4. Why the New Version? Continues the work started in WCAG 2.1 Improving accessibility guidance for three major groups users with cognitive or learning disabilities users with low vision All disabled Mobile device users WCAG 2.2
  • 5. 2.4.7 Focus Visible Level A (used to be AA) Any keyboard operable user interface has a mode of operation where the keyboard focus indicator is visible. WCAG 2.2
  • 6. 2.4.11 Focus Appearance (Minimum) Level AA When user interface components receive keyboard focus, an area of the focus indicator meets the following: Minimum area: The area is either: at least as large as the area of a 1 CSS pixel thick perimeter of the unfocused component, or at least as large as the area of a 4 CSS pixel thick line along the shortest side of a minimum bounding box of the unfocused component, and no part of the area is thinner than 2 CSS pixels. WCAG 2.2
  • 7. 2.4.11 Focus Appearance (Minimum) Cont. Contrast: The area has a contrast ratio of at least 3:1 between the colors when the component is focused and it is not focused. Adjacent contrast: Where the area is adjacent to the component, it has a contrast ratio of at least 3:1 against the component or a thickness of at least 2 CSS pixels. Additionally, the item with focus is not entirely hidden by author-created content. WCAG 2.2
  • 8. 2.4.13 Page Break Navigation Level A For web content with page break locators, a mechanism is available to navigate to each locator. WCAG 2.2
  • 9. WCAG 2.2 2.5.7 Dragging Movements Level AA All functionality that uses a dragging movement for operation can be operated by a single pointer without dragging, unless dragging is essential. NOTE This requirement applies to web content that interprets pointer actions (i.e. this does not apply to actions that are required to operate the user agent or assistive technology). Reasoning Some people cannot perform dragging motions in a precise manner. Others use a specialized or adapted input device such as a head pointer, eye-gaze system, or speech-controlled mouse emulator, which makes dragging cumbersome, error-prone, or outright impossible.
  • 10. WCAG 2.2 2.5.8 Pointer Target Spacing Level AA The size of the target for pointer inputs is at least 24 by 24 pixels, except where: Spacing: The target offset is at least 24 CSS pixels to every adjacent target; Inline: The target is in a sentence or block of text; Necessary: A particular presentation of the target is essential or is legally required for the information being conveyed. Legal: A particular presentation of the target is legally required.
  • 11. WCAG 2.2 3.2.6 Consistent Help Level A For each web page within a set of web pages that provides one or more of the following ways of finding help, access to at least one form of help is included in the same relative order on each page: Human contact details; Human contact mechanism; Self-help option; A fully automated contact mechanism. NOTE Access to help mechanisms may be provided directly on the page, or may be provided via a direct link to a different page containing the information
  • 12. WCAG 2.2 3.2.7 Visible Controls Level AA Where receiving pointer hover or keyboard focus triggers user interface components to be visible, information needed to identify that user interface components are available is visible, except when: The information needed to identify the user interface components is available through an equivalent component that is visible on the same page or on a different step in a multi-step process without requiring pointer hover or keyboard focus; The component is provided specifically to enhance the experience for keyboard navigation; A mechanism is available to make the information persistently visible; Hiding the information needed to identify the component is essential.
  • 13. 3.3.7 Accessible Authentication Level AA [New] For each step in an authentication process that relies on a cognitive function test, at least one other authentication methos is available that does not rely on a cognitive function test, or a mechanism is available to assist the use in completing the cognitive function test. Exception: When the cognitive function test is to recognize common objects or content the user provided to the website. NOTES Common objects and content for the exception may be represented by images, text, video or audio. Examples of mechanisms include: 1) support for password entry by password managers to address the memorization cognitive function test, and 2) copy and paste to help address transcription cognitive function test. WCAG 2.2
  • 14. 3.3.9 Redundant Entry Level A Information previously entered by or provided to the user that is required to be entered again in the same process is either: auto-populated, or available for the user to select. Exception: When re-entering the information is essential, the information is required to ensure the security of the content, or when previously entered information is no longer valid. WCAG 2.2
  • 16. Intro See Draft Not just new success criteria A new approach to web accessibility Expressly includes guidelines for web, mobile, and desktop applications Not necessarily compatible with 2.X Specifies how to test against the standards and how to score those tests Anticipates substantial conformance in addition to full conformance WCAG 3.0
  • 17. Problems With Previous Versions True/false accessibility does not match the real world Accessibility is a spectrum WCAG is all but useless for people new to accessibility A 10 year (or even 2 year) refresh cycle fails to keep up with tech WCAG 3.0
  • 18. WCAG 3.0 The New Structure Made up of a list of guidelines Guidelines are broad categories of issues Written to be understood by non-technical folks Think of these as similar to the various guidelines (not success criteria) within WCAG 2 Each guideline has a list of outcomes, critical errors, and information on how to score each outcome outcomes are intended for technical folks Most similar to the individual success criteria in WCAG 2 Critical Errors are descriptions of things, which if they happen mean an instant failure of the outcome
  • 19. The New Structure Cont. Each outcome has a list of methods, critical errors, tests, and categories Methods are similar to the current technique documents Critical Errors are descriptions of things, which if they happen mean an instant failure of the outcome WCAG 3.0
  • 20. Guideline examples Provide text alternative for non-text content. Use common clear words. Provide captions and associated metadata for audio content. WCAG 3.0
  • 21. Outcome Examples Text alternative available Uses common and clear words in all content. Translates speech and non-speech audio WCAG 3.0
  • 22. Critical Error Examples Any image of text without an appropriate text alternative needed to complete a process. Any video without captioning that is needed to complete a process. None (Not all guidelines have critical errors) WCAG 3.0
  • 23. Method Examples Text alternative for Image of text (HTML) Functional Images (HTML, PDF, ePub) Decorative images (HTML, PDF, ePub) Informative images (HTML) Author control of text alternatives (ATAG) Use Clear Words (All) Provides text equivalents of speech and key sound effect (XR) WCAG 3.0
  • 25. WCAG 3.0 Example rating for Text Alternative Rating 0: Less than 60% of all images have appropriate text alternatives OR there is a critical error in the process Rating 1: 60% - 69% of all images have appropriate text alternatives AND no critical errors in the process Rating 2: 70% - 79% of all images have appropriate text alternatives AND no critical errors in the process Rating 3: 80% - 95% of all images have appropriate text alternatives AND no critical errors in the process Rating 4: 95% to 100% of all images have appropriate text alternatives AND no critical errors in the process
  • 26. Automated Scanning & Human Testing Use an automated tool to decide how many images lack alternative text A human reviews the missing alts to decide if any constitute a critical error Poor alternative text that passes an automated tool does not seem to have been addressed in this early draft WCAG 3.0
  • 27. How Sites/Apps/Documents Etc. Are Scored Treats content required to complete a process more strictly than other content Recognizes that bugs happen and does not penalize them excessively unless they are blockers Offers conformance levels of Bronze, Silver, and Gold While you can claim a conformance level for the entire site, encourages claiming conformance for processes or individual views WCAG 3.0