Talk: Practically Accessible
This page consists of multiple slides, each contained within its own section. Each section has a link at the end to the next section.
Front page and slide of the talk
Practically Accessible
Prefer reduced motion or a light background? Go to talks.derk-jan.com to follow along on your device.
Want to see me speak or listen to this talk? Watch a recording on YouTube.
Introduction
Slide 2: introduction. Hi there!
- My name is Derk-Jan Karrenbeld
- @SleeplessByte
- @SleeplessByte
Slide 3: I work at
Slide 4: Example 1 out of 3 of my work
Slide 5: Example 2 out of 3 of my work
Slide 6: Example 3 out of 3 of my work
About today
Experience a screenreader
Preparations
What's the status of karaoke in Rotterdam?
Looks can be deceiving
Question time!
How long does it take to make this page adequately screen-reader accessible?
Answer time!
430 seconds. That's just over 7 minutes.
First steps for a screenreader
Some of the changes
- Landmarks
- Headings
- Skip link
- Adding labels for visual cues using
.sr-only
- Hiding irrelevant content using
aria-hidden
aria-label
aria-current
Landmarks
Headings
Adding labels for visual cues using .sr-only
aria-label(ledby)
aria-current
Results in action
A mouse isn't guaranteed
A mouse isn't guaranteed
Question time!
How long does it take to make this page adequately accessible for those that only use a keyboard?
Answer time!
30 seconds to apply a fix.
Keyboard focus indicator
Experience a colour deficiency
Are we done now?
Question time!
How long does it take to make this page adequately accessible for those with a colour blindness?
Answer time!
30 seconds to apply a fix.
Using built-in browser tools
This is what has changed
- Colour contrast of at least 4.5:1
- Colour is never the only indicator
Use the built-in browser tools
How to test
How do I know what I am doing is right?
How do I know what I am doing is right?
- Test with real users (manual)
- Automated tests
- Developer tools
- Follow WCAG: Web Content Accessibility Guidelines
Automated tests
- Watch Testing Web Accessibility by Adrián Bolonio
- Use browser plugin: axe
- Use a standalone website: wave.webaim.org
- Remember less than 50% of issues can be detected
Developer tools
- use built-in browser tools (contrast, accessibility tree)
- Use a special browser such as Polypane
- Follow the Accessibility Developer Guide
- Follow the ARIA Authoring Practices Guide (APG)
Web Content Accessibility Guidelines
Outro
How do I convince my manager/boss/client?
How do I convince my manager, boss, client, etc?
You don't.
How do I convince myself (as boss or client)?
- European Accessibility Act
- Americans with Disabilities Act
- Elimination of Discrimination against Persons with Disabilities Act (Japan)
One thing to remember
The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.
Tim Berners-Lee, W3C Director and inventor of the World Wide Web