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
Rescue the Dead Horse
Search
Eva Ferreira
September 07, 2021
Programming
0
130
Rescue the Dead Horse
A talk about Accessibility Technical Debt
Eva Ferreira
September 07, 2021
Tweet
Share
More Decks by Eva Ferreira
See All by Eva Ferreira
Good intentions gone bad
evaferreira
0
200
Bulletproof your Design System
evaferreira
0
100
Tales of Accessibility Failures
evaferreira
0
35
Tales of Accessibility Failures
evaferreira
0
190
La accesibilidad de todos los días - HackAcademy
evaferreira
0
120
De 45 a 85
evaferreira
0
91
Oda a la década++
evaferreira
1
120
Take on me
evaferreira
3
560
Video edition with CSS & JavaScript
evaferreira
1
290
Other Decks in Programming
See All in Programming
Writing documentation can be fun with plugin system
okuramasafumi
0
120
SwiftUI Viewの責務分離
elmetal
PRO
1
240
CSS Linter による Baseline サポートの仕組み
ryo_manba
1
100
iOSエンジニアから始める visionOS アプリ開発
nao_randd
3
130
もう僕は OpenAPI を書きたくない
sgash708
5
1.6k
Rubyで始める関数型ドメインモデリング
shogo_tksk
0
110
『テスト書いた方が開発が早いじゃん』を解き明かす #phpcon_nagoya
o0h
PRO
2
220
Linux && Docker 研修/Linux && Docker training
forrep
24
4.5k
color-scheme: light dark; を完全に理解する
uhyo
3
310
メンテが命: PHPフレームワークのコンテナ化とアップグレード戦略
shunta27
0
120
ソフトウェアエンジニアの成長
masuda220
PRO
10
1.1k
AWS Organizations で実現する、 マルチ AWS アカウントのルートユーザー管理からの脱却
atpons
0
150
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
410
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
We Have a Design System, Now What?
morganepeng
51
7.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
100
18k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
A designer walks into a library…
pauljervisheath
205
24k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
Statistics for Hackers
jakevdp
797
220k
Writing Fast Ruby
sferik
628
61k
A Philosophy of Restraint
colly
203
16k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
Transcript
Rescue the Dead Horse Eva Ferreira – Shift Conference, 2021
First trip since Feb. 2020
Hi! I’m Eva :)
Dead horse? @evaferreira92
Beating a Dead horse @evaferreira92
To waste time and effort trying to do something that
is impossible. “ ” Mr. Merriam-Webster
Tech Debt.
TECH DEBT.
Memes as a coping mechanism
@evaferreira92
@evaferreira92
@evaferreira92
@evaferreira92
@evaferreira92
@evaferreira92
@evaferreira92
None
What is Technical Debt? And… what isn’t Technical Debt?
¿Bad Code?
Bad Code = Lack Lack of knowledge, lack of caring,
lack of quality control
Bad code is usually more harmful than Techical Debt @evaferreira92
¿Tech Debt?
Technical Debt is a conscious Trade-off
It happens when we choose to gain something otherwise-unattainable immediately
in return for paying it back (with interest) later on. “ ” Mr. Harry Roberts
It happens when we choose to gain something otherwise-unattainable immediately
in return for paying it back (with interest) later on. “ ” Mr. Harry Roberts
The Theming Example
!important all the things
This is my garbage and I’m proud of it. @evaferreira92
@evaferreira92
@evaferreira92
Congrats! You have just created Technical Debt! Now… will you
repay? @evaferreira92
None
None
Consequences of not repaying • Accumulates interests • Snowball effect
• Team members are sad @evaferreira92
Repaying Tech Debt The Accessibility Part
An annual accessibility analysis of the top 1,000,000 home pages
How many passed a basic WCAG test?
WCAG includes (but not limited to) • Alternative texts for
images • AA Contrast ratios • Labels for inputs • Document language attribute • Buttons and links with discernable texts @evaferreira92
At least 20%? @evaferreira92 At least 10%? At least05%?
At least 20%? @evaferreira92 At least 10%? At least05%?
At least 20%? @evaferreira92 At least 10%? At least05%?
At least 20%? @evaferreira92 At least 10%? At least05%?
Only 2,6% passed. @evaferreira92
Most common errors • Lack of alternative texts for images
• Non-compliance color contrasts • Lack of labels for inputs • Lack of document language attribute • Buttons and links without discernable texts @evaferreira92
<html lang="es">
Fun facts “Despite being 2021, 14,501 home pages had <marquee>
and 341 home pages had blinking content (<blink> or text-decoration: blink).” https://webaim.org/projects/million/
Why does this happen? Lack of accessibility is more often
than not, a conscious trade-off.
None
How do we begin repaying? Repaying accessibility technical debt
Current Tech Debt Improvements to current a11y bugs
Spare time to improve it • Small, well-defined tasks
15% of sprint • Fix bugs • Rebuild broken components • Build new features Skip navigation, etc. @evaferreira92
Track and document @evaferreira92
None
You can’t repay what you don’t acknowledge @evaferreira92
Avoid creating more (Accessibility Technical Debt)
Long term warning! The following recommendations might take soooome time
Cultural change in the company You need people who care.
@evaferreira92
Update processes • Automated tests Built into CI •
Manual tests • QA Process • Internal demos with Screen Reader @evaferreira92
Design Systems • Fix a11y here! Colors, contrast, font-sizes,
font families Labels and alts • Whatever what Brad Frost and Jina Anne say @evaferreira92
None
https://bradfrost.com/blog/post/enforcing-accessibility-best-practices- with-automatically-generated-ids/ by Brad Frost
@evaferreira92
Hire Front-end developers @evaferreira92
Hire Front-end developers @evaferreira92
No code can fix bad design. If the design is
inaccessible, so is the website.
Bad UX flows
None
None
None
@evaferreira92
Team work It’s not 1999 with webmasters doing the whole
thing anymore
None
You can’t avoid Tech Debt But you CAN avoid putting
the burden on users with disabilities
Thank you! @evaferreira92