Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Accessibility: It's More Than Just Screen Readers
Search
Fen Slattery
April 17, 2018
Programming
1
120
Accessibility: It's More Than Just Screen Readers
As presented at Indy.Code() on April 17, 2018
Fen Slattery
April 17, 2018
Tweet
Share
More Decks by Fen Slattery
See All by Fen Slattery
Differentiate yourself using empathy
sublimemarch
0
190
Accessibility: What You Should Know
sublimemarch
0
65
Sass for Fun and Profit
sublimemarch
0
120
Why Won't You Take My Money
sublimemarch
0
28
CSS Isn't Scary
sublimemarch
0
140
Accessibility: It's More Than Just Screen Readers
sublimemarch
0
160
Accessibility: It's Not Just a Client Side Problem
sublimemarch
0
300
CSS Isn't Sccary
sublimemarch
0
220
No, You Don't Need to Know My Sex: Gender Bias in Form Design
sublimemarch
0
250
Other Decks in Programming
See All in Programming
Beyond ORM
77web
11
1.5k
テストケースの名前はどうつけるべきか?
orgachem
PRO
1
170
php-conference-japan-2024
tasuku43
0
390
PHPとAPI Platformで作る本格的なWeb APIアプリケーション(入門編) / phpcon 2024 Intro to API Platform
ttskch
0
360
LLM Supervised Fine-tuningの理論と実践
datanalyticslabo
8
1.7k
103 Early Hints
sugi_0000
1
310
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
280
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
190
HTML/CSS超絶浅い説明
yuki0329
0
130
ChatGPT とつくる PHP で OS 実装
memory1994
PRO
3
160
毎日13時間もかかるバッチ処理をたった3日で60%短縮するためにやったこと
sho_ssk_
1
480
快速入門可觀測性
blueswen
0
460
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.6k
Documentation Writing (for coders)
carmenintech
67
4.5k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
171
50k
Adopting Sorbet at Scale
ufuk
74
9.1k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Site-Speed That Sticks
csswizardry
2
210
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
940
Typedesign – Prime Four
hannesfritz
40
2.5k
Transcript
Accessibility It's More Than Just Screen Readers @sublimemarch
Stephanie Slattery @sublimemarch @sublimemarch
What is accessibility? @sublimemarch
The design of products, devices, services, or environments for people
who experience disabilities. @sublimemarch
It's the practice of removing barriers that might prevent people
with disabilities from accessing something. @sublimemarch
Accessibility is about inclusion. @sublimemarch
Technology is exists to make our lives easier, not harder.
@sublimemarch
Let's talk about disability. @sublimemarch
Disability can be the result of disease, trauma, or genetics.
@sublimemarch
Disability can be permanent, chronic, or temporary. @sublimemarch
Categories of Disability • @sublimemarch
Categories of Disability •visual @sublimemarch
Categories of Disability •visual •hearing @sublimemarch
Categories of Disability •visual •hearing •motor @sublimemarch
Categories of Disability •visual •hearing •motor •cognitive @sublimemarch
People with disabilities are using the technology you create. @sublimemarch
Assistive Technology •screen readers •magnifiers (hardware and software) •large print
and tactile keyboards •eye gaze and head mouse systems •speech recognition @sublimemarch
@sublimemarch
@sublimemarch
@sublimemarch
1 in 5 Americans have a disability @sublimemarch
56.7 million people @sublimemarch
1 in 10 Americans have a disability that impacts computer
use @sublimemarch
Accessibile design helps everyone! @sublimemarch
@sublimemarch
@sublimemarch
Ability is temporary. @sublimemarch
Why would we make something accessible? @sublimemarch
To improve the lives of people with disabilities @sublimemarch
We are responsible for what we create. @sublimemarch
To capitalize on a wider audience or consumer base @sublimemarch
$175 billion in discretionary income @sublimemarch
It's the law. @sublimemarch
Rehabilitation Act of 1973 @sublimemarch
Americans with Disabilities Act (1990) @sublimemarch
Lawsuits •MIT and Harvard - no captions •Scribd - inaccessible
to screen readers •Netflix - no captions •H&R Block - inaccessible site and app •Reebok - inaccessible to screen readers @sublimemarch
How do I know if what I'm making is accessible?
@sublimemarch
Listen to people with disabilities. @sublimemarch
Follow best practices. @sublimemarch
Web Content Accessibility Guidelines 2.0 @sublimemarch
Conformance Levels •A - minimum, not quite enough @sublimemarch
Conformance Levels •A - minimum, not quite enough •AA -
addresses most common issues @sublimemarch
Conformance Levels •A - minimum, not quite enough •AA -
addresses most common issues •AAA - highest level, but not always possible @sublimemarch
Four Principles of the WCAG @sublimemarch
1. Perceivable • @sublimemarch
1. Perceivable •text alternatives @sublimemarch
1. Perceivable •text alternatives •captions @sublimemarch
1. Perceivable •text alternatives •captions •doesn't rely on sensory characteristics
@sublimemarch
1. Perceivable •text alternatives •captions •doesn't rely on sensory characteristics
•doesn't rely on color @sublimemarch
1. Perceivable •text alternatives •captions •doesn't rely on sensory characteristics
•doesn't rely on color •can control audio @sublimemarch
2. Operable • @sublimemarch
2. Operable •can navigate with keyboard @sublimemarch
2. Operable •can navigate with keyboard •can pause/stop video @sublimemarch
2. Operable •can navigate with keyboard •can pause/stop video •prevent
seizures @sublimemarch
2. Operable •can navigate with keyboard •can pause/stop video •prevent
seizures •skip links @sublimemarch
2. Operable •can navigate with keyboard •can pause/stop video •prevent
seizures •skip links •visible focus @sublimemarch
3. Understandable • @sublimemarch
3. Understandable •languages labeled @sublimemarch
3. Understandable •languages labeled •no unpredictable changes on focus/input @sublimemarch
3. Understandable •languages labeled •no unpredictable changes on focus/input •consistent
navigation @sublimemarch
3. Understandable •languages labeled •no unpredictable changes on focus/input •consistent
navigation •errors identified @sublimemarch
3. Understandable •languages labeled •no unpredictable changes on focus/input •consistent
navigation •errors identified •labels and instructions @sublimemarch
4. Robust • @sublimemarch
4. Robust •complete and correct markup @sublimemarch
4. Robust •complete and correct markup •UI elements can be
programatically determined @sublimemarch
Open Accessibility Framework (OAF) @sublimemarch
Creation @sublimemarch
Use @sublimemarch
But it's more than just the guidelines... @sublimemarch
Guidelines are tools, not solutions. @sublimemarch
Listen to people with disabilities. @sublimemarch
How can you advocate for accessibility? @sublimemarch
Collect baseline information. @sublimemarch
Gather support. @sublimemarch
Define a standard. @sublimemarch
Monitor conformance. @sublimemarch
If not you, then who? @sublimemarch
You can do it! @sublimemarch
We're all responsible for improving the lives of people who
use our technology. @sublimemarch
Accessibility It's More Than Just Screen Readers @sublimemarch
Stephanie Slattery @sublimemarch @sublimemarch