SlideShare a Scribd company logo
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

Understanding Web Accessibility
Understanding Web AccessibilityUnderstanding Web Accessibility
Understanding Web Accessibility
Andrea Dubravsky
 
Introduction To Web Accessibility
Introduction To Web AccessibilityIntroduction To Web Accessibility
Introduction To Web Accessibility
Steven Swafford
 
Accessibilitytesting public
Accessibilitytesting publicAccessibilitytesting public
Accessibilitytesting public
Sivaprasad Paliyath (CUA - HFI)
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
Mindfire Solutions
 
Basics of Web Accessibility
Basics of Web AccessibilityBasics of Web Accessibility
Basics of Web Accessibility
Moin Shaikh
 
Web accessibility 101: The why, who, what, and how of "a11y"
Web accessibility 101: The why, who, what, and how of "a11y"Web accessibility 101: The why, who, what, and how of "a11y"
Web accessibility 101: The why, who, what, and how of "a11y"
ecentricarts
 
Web content accessibility
Web content accessibilityWeb content accessibility
Web content accessibility
krishnapriya Tadepalli
 
Web Accessibility: A Shared Responsibility
Web Accessibility: A Shared ResponsibilityWeb Accessibility: A Shared Responsibility
Web Accessibility: A Shared Responsibility
Joseph Dolson
 
Understanding and Supporting Web Accessibility
Understanding and Supporting Web AccessibilityUnderstanding and Supporting Web Accessibility
Understanding and Supporting Web Accessibility
Rachel Cherry
 
Web Content Accessibility Guidelines
Web Content Accessibility GuidelinesWeb Content Accessibility Guidelines
Web Content Accessibility Guidelines
PurnimaAgarwal6
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
Zoe Gillenwater
 
Accessibility testing kailash 26_nov_ 2010
Accessibility testing kailash 26_nov_ 2010Accessibility testing kailash 26_nov_ 2010
Accessibility testing kailash 26_nov_ 2010
Kailash More
 
WCAG 2.2 - An Overview of the New Accessibility Guidelines.pptx
WCAG 2.2 - An Overview of the New Accessibility Guidelines.pptxWCAG 2.2 - An Overview of the New Accessibility Guidelines.pptx
WCAG 2.2 - An Overview of the New Accessibility Guidelines.pptx
AbilityNet
 
Web and Mobile App Accessibility Testing
Web and Mobile App Accessibility TestingWeb and Mobile App Accessibility Testing
Web and Mobile App Accessibility Testing
TechWell
 
Introduction to mobile accessibility
Introduction to mobile accessibilityIntroduction to mobile accessibility
Introduction to mobile accessibility
Jon Gibbins
 
Accessibility Testing 101
Accessibility Testing 101Accessibility Testing 101
Accessibility Testing 101
Patrick Dunphy
 
Automated-Accessibility-Testing
Automated-Accessibility-TestingAutomated-Accessibility-Testing
Automated-Accessibility-Testing
Manoj Kumar Kumar
 
Digital Accessibility - The Quick Wins
Digital Accessibility - The Quick WinsDigital Accessibility - The Quick Wins
Digital Accessibility - The Quick Wins
Media Access Australia
 
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
Whitney Quesenbery
 
A11y user stories csun 2018
A11y user stories csun 2018A11y user stories csun 2018
A11y user stories csun 2018
Intopia
 

What's hot (20)

Understanding Web Accessibility
Understanding Web AccessibilityUnderstanding Web Accessibility
Understanding Web Accessibility
 
Introduction To Web Accessibility
Introduction To Web AccessibilityIntroduction To Web Accessibility
Introduction To Web Accessibility
 
Accessibilitytesting public
Accessibilitytesting publicAccessibilitytesting public
Accessibilitytesting public
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
Basics of Web Accessibility
Basics of Web AccessibilityBasics of Web Accessibility
Basics of Web Accessibility
 
Web accessibility 101: The why, who, what, and how of "a11y"
Web accessibility 101: The why, who, what, and how of "a11y"Web accessibility 101: The why, who, what, and how of "a11y"
Web accessibility 101: The why, who, what, and how of "a11y"
 
Web content accessibility
Web content accessibilityWeb content accessibility
Web content accessibility
 
Web Accessibility: A Shared Responsibility
Web Accessibility: A Shared ResponsibilityWeb Accessibility: A Shared Responsibility
Web Accessibility: A Shared Responsibility
 
Understanding and Supporting Web Accessibility
Understanding and Supporting Web AccessibilityUnderstanding and Supporting Web Accessibility
Understanding and Supporting Web Accessibility
 
Web Content Accessibility Guidelines
Web Content Accessibility GuidelinesWeb Content Accessibility Guidelines
Web Content Accessibility Guidelines
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
Accessibility testing kailash 26_nov_ 2010
Accessibility testing kailash 26_nov_ 2010Accessibility testing kailash 26_nov_ 2010
Accessibility testing kailash 26_nov_ 2010
 
WCAG 2.2 - An Overview of the New Accessibility Guidelines.pptx
WCAG 2.2 - An Overview of the New Accessibility Guidelines.pptxWCAG 2.2 - An Overview of the New Accessibility Guidelines.pptx
WCAG 2.2 - An Overview of the New Accessibility Guidelines.pptx
 
Web and Mobile App Accessibility Testing
Web and Mobile App Accessibility TestingWeb and Mobile App Accessibility Testing
Web and Mobile App Accessibility Testing
 
Introduction to mobile accessibility
Introduction to mobile accessibilityIntroduction to mobile accessibility
Introduction to mobile accessibility
 
Accessibility Testing 101
Accessibility Testing 101Accessibility Testing 101
Accessibility Testing 101
 
Automated-Accessibility-Testing
Automated-Accessibility-TestingAutomated-Accessibility-Testing
Automated-Accessibility-Testing
 
Digital Accessibility - The Quick Wins
Digital Accessibility - The Quick WinsDigital Accessibility - The Quick Wins
Digital Accessibility - The Quick Wins
 
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
 
A11y user stories csun 2018
A11y user stories csun 2018A11y user stories csun 2018
A11y user stories csun 2018
 

Similar to Implementing WCAG 2.2 into Your Digital Strategy

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
Emmanuelle Gutiérrez y Restrepo
 
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
Globant
 
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
Jennifer Smith
 
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 Management
Ankit 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
 
Digital Accessibility
Digital AccessibilityDigital Accessibility
Digital Accessibility
ADA Site Compliance
 
Managing Accessibility Compliance
Managing Accessibility ComplianceManaging Accessibility Compliance
Managing Accessibility Compliance
Keana 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 Public
David Solivan
 
Automated Test Framework with Cucumber
Automated Test Framework with CucumberAutomated Test Framework with Cucumber
Automated Test Framework with Cucumber
Ramesh Krishnan Ganesan
 
Onine exam 1
Onine exam 1Onine 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
AVEVA
 
Getting Started With QA Automation
Getting Started With QA AutomationGetting Started With QA Automation
Getting Started With QA Automation
Giovanni Scerra ☃
 
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
 
IRJET- Conversational Commerce (ESTILO)
IRJET- Conversational Commerce (ESTILO)IRJET- Conversational Commerce (ESTILO)
IRJET- Conversational Commerce (ESTILO)
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 Tester
Jatin Kochhar
 
System Development Life Cycle
System Development Life CycleSystem Development Life Cycle
System Development Life Cycle
sourav verma
 
DevOps CI Automation Continuous Integration
DevOps CI Automation Continuous IntegrationDevOps CI Automation Continuous Integration
DevOps CI Automation Continuous Integration
IRJET Journal
 
ADA Site Compliance
ADA Site ComplianceADA Site Compliance
ADA 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
Aspire 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
 
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
 
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
 
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- 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- Conversational Commerce (ESTILO)
IRJET- Conversational Commerce (ESTILO)IRJET- Conversational Commerce (ESTILO)
IRJET- Conversational Commerce (ESTILO)
 
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 Education
3Play 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 Maturity
3Play 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 Education
3Play 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 University
3Play 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 University
3Play 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 Edge
3Play 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 Company
3Play Media
 
2023 State of Automatic Speech Recognition
2023 State of Automatic Speech Recognition2023 State of Automatic Speech Recognition
2023 State of Automatic Speech Recognition
3Play 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 Creativity
3Play Media
 
Disability Inclusion for Leadership
Disability Inclusion for LeadershipDisability Inclusion for Leadership
Disability Inclusion for Leadership
3Play 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 Working
3Play 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.pdf
3Play Media
 
Neurodiversity in the Workplace - Part 1
Neurodiversity in the Workplace - Part 1Neurodiversity in the Workplace - Part 1
Neurodiversity in the Workplace - Part 1
3Play 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 Presentation
3Play Media
 
Power of an Accessible Website.pdf
Power of an Accessible Website.pdfPower of an Accessible Website.pdf
Power of an Accessible Website.pdf
3Play Media
 
2022 Digital Accessibility Legal Update.pdf
2022 Digital Accessibility Legal Update.pdf2022 Digital Accessibility Legal Update.pdf
2022 Digital Accessibility Legal Update.pdf
3Play 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.pdf
3Play 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

WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Speck&Tech
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 

Recently uploaded (20)

WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
Cosa hanno in comune un mattoncino Lego e la backdoor XZ?
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.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