SlideShare a Scribd company logo
1 of 60
Download to read offline
Web Accessibility
Deep Dive
NDC
OSLO
‘23
Josefine Schaefer
2023
Josefine Schaefer
󰟲 GirlCode Ambassador
Google Developer Expert
Developer Relations Engineer
Accessibility Advocate
Josefine Schaefer
2023
Outline
󰢦 What is Web Accessibility?
🤗 Why should you care?
🔧 What can you do?
🎬 How to get started?
♻ How to keep going…
Josefine Schaefer
2023
What is Web
Accessibility?
Josefine Schaefer
2023
WHAT IS WEB ACCESSIBILITY
A11Y
ACCESSIBILITY
Josefine Schaefer
2023
WHAT IS WEB ACCESSIBILITY
Josefine Schaefer
2023
WCAG
Web Content Accessibility Guidelines
➡ Internationally shared standard for web
accessibility
Different levels of Accessibility
A AA AAA
󰐘 Enterprise Solutions in
Norway require WCAG A +
AA, except 1.2.3, 1.2.4 &
1.2.5 󰐘
POUR Principles
🔍 Perceivable
WHAT IS WEB ACCESSIBILITY
Josefine Schaefer
2023
🕹 Operable
🗯 Understandable
⚔ Robust
Why should
you care?
Josefine Schaefer
2023
👥 Accessibility = Human Right
Josefine Schaefer
2023
WHY SHOULD YOU CARE
👯 Wider Audience
🤝 Accessibility benefits all of us
📝 New Laws for Accessibility Compliance
📈 Accessible Code = “Good” Code
ONE BILLION 😮
Josefine Schaefer
2023
WHY SHOULD YOU CARE
Let’s dive in
󰝡
Josefine Schaefer
2023
Outline
🔴 Color Contrast
🎹 Keyboard Accessibility
󰔞 Semantic HTML
Josefine Schaefer
2023
Color
Contrast
Josefine Schaefer
2023
Total Color
Blindness
Red-Green Color
Blindness
CONTRAST
RATIO
14 . 6 : 1
CONTRAST
RATIO
1 . 4 : 1
CONTRAST
RATIO
21 : 1
Josefine Schaefer
2023
COLOR CONTRAST
CONTRAST
RATIO
6 . 3 : 1
WCAG AA requires 4.5 : 1 contrast ratio
Josefine Schaefer
2023
Larger &
Bold
Text
Requires
less
Contrast
Ratio
Large-scale text (>18pt) and
bold text (>14pt) require 3:1
contrast ratio
WCAG 2.1, SC 1.4.3.
3 : 1 3 : 1
Let’s try it 󰚔
Josefine Schaefer
2023
Josefine Schaefer
2023
COLOR CONTRAST
You can’t trust color.
What can
you do?
Josefine Schaefer
2023
Josefine Schaefer
2023
COLOR CONTRAST
https://toolness.github.io/
accessible-color-matrix/
Josefine Schaefer
2023
COLOR CONTRAST
Don’t use color as your only
indicator of change.
Josefine Schaefer
2023
COLOR CONTRAST
Don’t use color as your only
indicator of change.
Josefine Schaefer
2023
COLOR CONTRAST
Josefine Schaefer
2023
COLOR CONTRAST
Josefine Schaefer
2023
LIGHT & DARK MODE
Josefine Schaefer
2023
LIGHT & DARK MODE
prefers-color-scheme
● Don’t forget about hover & focus styles
○ Non-text elements require 3:1 contrast ratio
Josefine Schaefer
2023
COLOR CONTRAST
● Think about your audience:
○ What about neurodivergent folks?
TailwindCSS
● Pre-flight mode
● Consistent styles across browsers
● ‘sr-only’ & ‘not-sr-only’
● Some built-in support for aria-* attributes
Josefine Schaefer
2023
COLOR CONTRAST
Keyboard
Accessibility
Josefine Schaefer
2023
● POUR Principles: Operable
● Interactive elements have to be reachable via keyboard
● Tab order
● Visible focus
Josefine Schaefer 17 03
2023
KEYBOARD ACCESSIBILITY
Let’s try it 󰚔
Josefine Schaefer
2023
What can
you do?
Josefine Schaefer
2023
Josefine Schaefer 17 03
2023
SKIPLINK
● Provide a skip link
● Don’t trap users
● Hierarchical headline
structure
● Aria-landmarks
Josefine Schaefer
2023
KEYBOARD ACCESSIBILITY
● Convey structural
information
● Assign and label all
perceivable content
areas
Josefine Schaefer
2023
LANDMARKS
VoiceOver Rotor
On Mac, turn on
VoiceOver.
Josefine Schaefer 17 03
2023
SCREEN READERS
VoiceOver Rotor
You can turn
speech off
Josefine Schaefer 17 03
2023
SCREEN READERS
VoiceOver Rotor
Press your
VO command + U.
Josefine Schaefer 17 03
2023
SCREEN READERS
VoiceOver Rotor
Different way to
navigating web
pages.
Josefine Schaefer 17 03
2023
SCREEN READERS
VoiceOver Rotor
List all landmarks,
links or headlines.
Josefine Schaefer 17 03
2023
SCREEN READERS
VoiceOver Rotor
Josefine Schaefer 17 03
2023
SCREEN READERS
Semantic
HTML
Josefine Schaefer 17 03
2023
● Alternative text
● Discernable labels for links & buttons
● Use elements for their given purpose
● Suitable input type
● Headline hierarchies
Josefine Schaefer 17 03
2023
SEMANTIC HTML
Josefine Schaefer
2023
HTML HELL
https://www.htm
hell.dev/
Let’s try it 󰚗
Josefine Schaefer
2023
What can
you do?
Josefine Schaefer
2023
● Make alt-text a requirement
● Double check your <div>’s
● Validate HTML
● Stick to meaningful headline
hierarchies
Josefine Schaefer 17 03
2023
SEMANTIC HTML
This was
a lot …
Josefine Schaefer
2023
… but of course, there is always more…
● Test for (different) screen
readers
Josefine Schaefer
2023
WHAT ELSE CAN YOU DO?
Josefine Schaefer
2023
SCREEN READERS
Narrator Jaws NVDA Orca
VoiceOver
… but of course, there is always more…
● Test for different screen readers
Josefine Schaefer
2023
WHAT ELSE CAN YOU DO?
● Test on mobile
● Accessible Fonts
● Audio and Video Transcripts
● Language Accessibility
How to
get started?
Josefine Schaefer
2023
How to get started
● Integrate accessibility from the start
● Accessibility audit
○ Requirements & resources
● Identify “quick” wins
Josefine Schaefer
2023
APPROACHING ACCESSIBILITY
Automation is your friend
● Accessibility linters & pipelines
● Educate your team
● Remove barriers
● Hire specialists, if you can
Josefine Schaefer
2023
AUTOMATED TESTING
Questions?
Josefine Schaefer
2023
Thank you so much!
https://linktr.ee/josefinesch
Josefine Schaefer
2023
CONTACT
@JsfnSchfr
@j-schaefer
@Josefine Schfr
🔗
Beautiful illustrations by
@nicolaidiekmann ✍
Web Accessibility Deep Dive.pdf
Web Accessibility Deep Dive.pdf

More Related Content

Similar to Web Accessibility Deep Dive.pdf

Similar to Web Accessibility Deep Dive.pdf (20)

Progressive Web Apps keynote, Google Developer Summit, Tokyo, Japan
Progressive Web Apps keynote, Google Developer Summit, Tokyo, JapanProgressive Web Apps keynote, Google Developer Summit, Tokyo, Japan
Progressive Web Apps keynote, Google Developer Summit, Tokyo, Japan
 
Introduction to Progressive Web Apps, Google Developer Summit, Seoul - South ...
Introduction to Progressive Web Apps, Google Developer Summit, Seoul - South ...Introduction to Progressive Web Apps, Google Developer Summit, Seoul - South ...
Introduction to Progressive Web Apps, Google Developer Summit, Seoul - South ...
 
How developers can help deliver winning pitches and aid new business
How developers can help deliver winning pitches and aid new businessHow developers can help deliver winning pitches and aid new business
How developers can help deliver winning pitches and aid new business
 
The Design Mind: Web Design for All: Accessibility, Inclusivity and Beyond
The Design Mind: Web Design for All: Accessibility, Inclusivity and BeyondThe Design Mind: Web Design for All: Accessibility, Inclusivity and Beyond
The Design Mind: Web Design for All: Accessibility, Inclusivity and Beyond
 
Backend driven UI on mobile apps
Backend driven UI on mobile appsBackend driven UI on mobile apps
Backend driven UI on mobile apps
 
Adobe Express for Nonprofits_TechSoup_1.pdf
Adobe Express for Nonprofits_TechSoup_1.pdfAdobe Express for Nonprofits_TechSoup_1.pdf
Adobe Express for Nonprofits_TechSoup_1.pdf
 
Surviving (and Thriving in) the Online Identity Wars
Surviving (and Thriving in) the Online Identity WarsSurviving (and Thriving in) the Online Identity Wars
Surviving (and Thriving in) the Online Identity Wars
 
Creating A Remarkable User Experience
Creating A Remarkable User Experience Creating A Remarkable User Experience
Creating A Remarkable User Experience
 
Tegrity Captioning: Strategies for Deploying Accessible Lecture Capture Video
Tegrity Captioning: Strategies for Deploying Accessible Lecture Capture VideoTegrity Captioning: Strategies for Deploying Accessible Lecture Capture Video
Tegrity Captioning: Strategies for Deploying Accessible Lecture Capture Video
 
Access by Default
Access by DefaultAccess by Default
Access by Default
 
Beyond compliance - Testing for a more Accessible Web.pdf
Beyond compliance - Testing for a more Accessible Web.pdfBeyond compliance - Testing for a more Accessible Web.pdf
Beyond compliance - Testing for a more Accessible Web.pdf
 
SharePoint & The Road Ahead: SharePoint 2016 & Office 365
SharePoint & The Road Ahead: SharePoint 2016 & Office 365 SharePoint & The Road Ahead: SharePoint 2016 & Office 365
SharePoint & The Road Ahead: SharePoint 2016 & Office 365
 
All Method, No Madness: Guiding Agile Teams Through Research
All Method, No Madness: Guiding Agile Teams Through ResearchAll Method, No Madness: Guiding Agile Teams Through Research
All Method, No Madness: Guiding Agile Teams Through Research
 
You’ve Only Got Two Eyeballs: Designing Products for the Responsive Web
You’ve Only Got Two Eyeballs: Designing Products for the Responsive WebYou’ve Only Got Two Eyeballs: Designing Products for the Responsive Web
You’ve Only Got Two Eyeballs: Designing Products for the Responsive Web
 
Cisco Connect Vancouver 2017 - How to have magical meeting experiences
Cisco Connect Vancouver 2017 - How to have magical meeting experiencesCisco Connect Vancouver 2017 - How to have magical meeting experiences
Cisco Connect Vancouver 2017 - How to have magical meeting experiences
 
Design with accessibility in mind
Design with accessibility in mindDesign with accessibility in mind
Design with accessibility in mind
 
Developing innovative content.pdf
Developing innovative content.pdfDeveloping innovative content.pdf
Developing innovative content.pdf
 
Digital Arts @UNMCE New Classes for Fall 2014
Digital Arts @UNMCE New Classes for Fall 2014Digital Arts @UNMCE New Classes for Fall 2014
Digital Arts @UNMCE New Classes for Fall 2014
 
Agile UX - expanded and reworked
Agile UX - expanded and reworkedAgile UX - expanded and reworked
Agile UX - expanded and reworked
 
How to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New YorkHow to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New York
 

Recently uploaded

Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
MohammadAliNayeem
 

Recently uploaded (20)

Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1
 
"United Nations Park" Site Visit Report.
"United Nations Park" Site  Visit Report."United Nations Park" Site  Visit Report.
"United Nations Park" Site Visit Report.
 
Interfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfInterfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdf
 
How to Design and spec harmonic filter.pdf
How to Design and spec harmonic filter.pdfHow to Design and spec harmonic filter.pdf
How to Design and spec harmonic filter.pdf
 
Dairy management system project report..pdf
Dairy management system project report..pdfDairy management system project report..pdf
Dairy management system project report..pdf
 
Attraction and Repulsion type Moving Iron Instruments.pptx
Attraction and Repulsion type Moving Iron Instruments.pptxAttraction and Repulsion type Moving Iron Instruments.pptx
Attraction and Repulsion type Moving Iron Instruments.pptx
 
Introduction to Artificial Intelligence and History of AI
Introduction to Artificial Intelligence and History of AIIntroduction to Artificial Intelligence and History of AI
Introduction to Artificial Intelligence and History of AI
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility Applications
 
Linux Systems Programming: Semaphores, Shared Memory, and Message Queues
Linux Systems Programming: Semaphores, Shared Memory, and Message QueuesLinux Systems Programming: Semaphores, Shared Memory, and Message Queues
Linux Systems Programming: Semaphores, Shared Memory, and Message Queues
 
Electrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission lineElectrostatic field in a coaxial transmission line
Electrostatic field in a coaxial transmission line
 
Operating System chapter 9 (Virtual Memory)
Operating System chapter 9 (Virtual Memory)Operating System chapter 9 (Virtual Memory)
Operating System chapter 9 (Virtual Memory)
 
Artificial Intelligence Bayesian Reasoning
Artificial Intelligence Bayesian ReasoningArtificial Intelligence Bayesian Reasoning
Artificial Intelligence Bayesian Reasoning
 
E-Commerce Shopping using MERN Stack where different modules are present
E-Commerce Shopping using MERN Stack where different modules are presentE-Commerce Shopping using MERN Stack where different modules are present
E-Commerce Shopping using MERN Stack where different modules are present
 
Supermarket billing system project report..pdf
Supermarket billing system project report..pdfSupermarket billing system project report..pdf
Supermarket billing system project report..pdf
 
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
RM&IPR M5 notes.pdfResearch Methodolgy & Intellectual Property Rights Series 5
 
Quiz application system project report..pdf
Quiz application system project report..pdfQuiz application system project report..pdf
Quiz application system project report..pdf
 
Intelligent Agents, A discovery on How A Rational Agent Acts
Intelligent Agents, A discovery on How A Rational Agent ActsIntelligent Agents, A discovery on How A Rational Agent Acts
Intelligent Agents, A discovery on How A Rational Agent Acts
 
2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge2024 DevOps Pro Europe - Growing at the edge
2024 DevOps Pro Europe - Growing at the edge
 
Fabrication Of Automatic Star Delta Starter Using Relay And GSM Module By Utk...
Fabrication Of Automatic Star Delta Starter Using Relay And GSM Module By Utk...Fabrication Of Automatic Star Delta Starter Using Relay And GSM Module By Utk...
Fabrication Of Automatic Star Delta Starter Using Relay And GSM Module By Utk...
 
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
Complex plane, Modulus, Argument, Graphical representation of a complex numbe...
 

Web Accessibility Deep Dive.pdf