Accessibility in 2024

Rate this content
Bookmark

We’ll cover the basics of how accessibility works in organizations and on teams, who is responsible for accessibility, how to push for changes without being an expert, and how to grow your skillset.

Chandra Carney
Chandra Carney
23 min
18 Jun, 2024

Comments

Sign in or register to post your comment.

Video Summary and Transcription

Chandra Carney discusses accessibility in 2024, highlighting the importance of equal access for disabled people and the evolving view of disabilities as civil rights. The talk covers the global accessibility standard WCAG, with versions 2.0, 2.1, and 2.2, and the European standard EN 301549. Updates to laws such as the ADA in the US and the Web Accessibility Directive and European Accessibility Act in the EU are also discussed. The EU reinforces the importance of inclusion and holds businesses accountable for accessibility. Proactive accessibility is emphasized as a requirement and everyone's responsibility.

Available in Español: Accesibilidad en 2024

1. Introduction to Accessibility in 2024

Short description:

Hi, everyone. My name is Chandra Carney. I'm here at React Summit to talk about accessibility in 2024. I've been an accessibility professional for almost ten years, building programs and consulting with companies. Let's define accessibility and then discuss updates to standards, laws, and regulations. Accessibility is about disabled people, and it means equal access for them.

Hi, everyone. My name is Chandra Carney. I use the pronouns she, her, and I'm here at React Summit to talk about accessibility in 2024. You can find me on various social medias with my name here, Chandra Carney, as well as my website, the same thing. But quickly, some information about me before we dive in.

I live in New York. I'm an accessibility professional. I've built three accessibility programs at three big companies. I've been doing this almost ten years. I also consult with companies, so feel free to get in touch if you need anything. I also used to be a software engineer, so hello to all of you. I've recovered from two major surgeries in this last year and I've been making a lot of ceramics as part of my healing journey. I also really love dogs so much that sometimes I cry.

So, I want to say, as we're getting started, at the very beginning here, this won't be a talk on implementation, because I have some important accessibility updates to share, where we're at in 2024 and what's new in the landscape. We'll quickly define accessibility, then move on to some updates to standards and specifications. And then updates to laws and regulations. Then I'll talk a little bit about how to tackle it all. Before we talk about what's coming and what's new in 2024, we can take a moment to define how we talk about accessibility, so that everyone's on the same page. So, first and foremost, I want to define what and who we're talking about when we say the word accessibility. Accessibility is something we talk about when accounting for people with disabilities. We have a lot of misconceptions that accessibility is scalability or reliability or something maybe that's just easy to access. But in this context, it's about disabled people. And here, the phrase people with disabilities is considered person-first language. It's also acceptable to say disabled people, which is identity-first language. And I really find that I use them interchangeably. Identity-first language or people-first language might be what someone prefers, or it may not. It's just a personal preference. Back to defining all things accessibility here, there are many ways to define it, many ways to think about it. So, I want to introduce mine. Accessibility is equal access for people with disabilities.

2. Understanding Accessibility and Disabilities

Short description:

Accessibility is a civil right that ensures independence, privacy, and inclusion for people with disabilities. The UN recognizes the importance of accessibility, shifting away from viewing disabled people as objects of charity or medical treatment. There are various types of disabilities, including auditory, cognitive, learning, neurological, motor, speech, and vision disabilities. Accessibility is more than just for screen reader users and blind people. It also encompasses temporary and situational disabilities. The persona spectrum helps understand different types of disabilities and how solutions can scale to a broader audience.

It's independence for people with disabilities. It's privacy. It's inclusion. And above all, accessibility is a civil right. So, just think, if you're disabled and you're trying to fill out an inaccessible medical questionnaire, you might have to ask someone for help, like a stranger or a friend. And that could be very, very personal information that maybe only your doctor should know. So, that's taking away certain people's independence or privacy and their right to equal access.

When we're building software, we are making choices. All of these ways of thinking about accessibility is now actually recognized by the UN through something called the Convention on the Rights of Persons with Disabilities. It aims to shift away from viewing disabled people as objects of charity or as objects of medical treatment and moves towards viewing them as full and equal members of society. This may sound kind of basic, but if I'm disabled and I can't use products and services, how can I be a full and equal member?

So, another thing that I just want to run through is the kinds of disability. You've probably seen variations on these types of categorizations. There are lots of varied disabilities, and someone may have more than one disability. We have auditory disabilities, cognitive, learning, and neurological, motor disabilities, speech, and vision disabilities. It's important to remember here that accessibility and disability is more than just screen reader users and blind people. Disabilities can also be more than permanent. They might be temporary, like after a surgery or illness, you might need to use crutches or wear an eye patch, or they can be situational, like being in a loud or really quiet environment but still wanting to watch a video. The diagram you see on the right here is called the persona spectrum, and it's from Microsoft's inclusive design principles. It can be used to understand related types across a spectrum of permanent, temporary, and situational scenarios. It shows how a solution scales to a broader audience. And scaling to a broader audience can be kind of summarized. When you solve for one, you expand to many.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Accessibility at Discord
React Advanced Conference 2021React Advanced Conference 2021
22 min
Accessibility at Discord
Configuring Axe Accessibility Tests
TestJS Summit 2021TestJS Summit 2021
30 min
Configuring Axe Accessibility Tests
Top Content
Axe-core is a popular accessibility testing engine that is used Google, Microsoft, and hundreds of other companies to ensure that their websites are accessible. Axe-core can even integrate into many popular testing frameworks, tools, and IDEs. In this advanced session, we'll be learning how to configure axe and its integrations to fine tune how it runs and checks your pages and code for accessibility violations.
Dialog Dilemmas and Modal Mischief: A Deep Dive Into Pop-Ups
JSNation 2023JSNation 2023
10 min
Dialog Dilemmas and Modal Mischief: A Deep Dive Into Pop-Ups
Our design systems commonly feature components that show on top of other content: tooltips, date pickers, menus and teaching UI, to name just a few. Proposed updates to the web platform are about to make building these a whole lot easier. You might not even need JavaScript. In this talk, you’ll learn all about the upcoming ‘popover’ attribute, modality and the top layer.
a11y and TDD: A Perfect Match
JSNation 2022JSNation 2022
24 min
a11y and TDD: A Perfect Match
Accessibility has been web development's ugly duckling for quite some time now. I often get asked, "when should you test for a11y in your apps?" My answer is simple, "right from the start!". Regardless of the framework considered - React, Svelte, Vue, YourOwn™️ - as developers we are in a privileged position to help the ugly duckling grow into a beautiful swan. How? By diving deep into the pond and harnessing the power of Javascript APIs to build the right components for your web apps. And how can do you know you are building them right? By pairing Test Driven Development with the Testing Library family. Ready to grow your web apps into swans?
Nested Interactive Elements: An Nightmare in Accessibility
React Advanced Conference 2023React Advanced Conference 2023
23 min
Nested Interactive Elements: An Nightmare in Accessibility
There have been numerous remarkable new UX experiences developed over the years, such as cards displaying an array of products and clickable list items with dynamic menu options, among others. However, only a few are aware of the challenges involved in building these structures with accessibility in mind, and unfortunately, some of them are completely inaccessible. 
In today's talk, we will explore some of these prevalent web UX patterns and delve into the hidden challenges they present. While we may be able to mitigate some of these issues, others serve as cautionary tales in accessibility.
How to do Good Without Doing Anything
React Advanced Conference 2021React Advanced Conference 2021
32 min
How to do Good Without Doing Anything
There’s no arguing that building accessible websites is a force for good. But ensuring that our React websites and apps work for everyone can be time-consuming and isn’t always easy to get right. Luckily, investing a little bit of time on your accessibility workflow and setting up a series of automated tools will end up saving you tons of time and energy in the long run.In this talk I will demonstrate how you can leverage automated tools, clearly documented code standards and a well-defined development process in order to make building and testing accessible React apps a breeze. I will discuss the ways that I automate certain aspects of my development workflows to catch accessibility errors, define and set up tests and go through the entire lifecycle of accessibility feature development using a real-world example.

Workshops on related topic

Web Accessibility for Ninjas: A Practical Approach for Creating Accessible Web Applications
React Summit 2023React Summit 2023
109 min
Web Accessibility for Ninjas: A Practical Approach for Creating Accessible Web Applications
Workshop
Asaf Shochet Avida
Eitan Noy
2 authors
In this hands-on workshop, we’ll equip you with the tools and techniques you need to create accessible web applications. We’ll explore the principles of inclusive design and learn how to test our websites using assistive technology to ensure that they work for everyone.
We’ll cover topics such as semantic markup, ARIA roles, accessible forms, and navigation, and then dive into coding exercises where you’ll get to apply what you’ve learned. We’ll use automated testing tools to validate our work and ensure that we meet accessibility standards.
By the end of this workshop, you’ll be equipped with the knowledge and skills to create accessible websites that work for everyone, and you’ll have hands-on experience using the latest techniques and tools for inclusive design and testing. Join us for this awesome coding workshop and become a ninja in web accessibility and inclusive design!
Automated accessibility testing with jest-axe and Lighthouse CI
TestJS Summit 2021TestJS Summit 2021
85 min
Automated accessibility testing with jest-axe and Lighthouse CI
Workshop
Bonnie Schulkin
Bonnie Schulkin
Do your automated tests include a11y checks? This workshop will cover how to get started with jest-axe to detect code-based accessibility violations, and Lighthouse CI to validate the accessibility of fully rendered pages. No amount of automated tests can replace manual accessibility testing, but these checks will make sure that your manual testers aren't doing more work than they need to.
Web Accessibility in JavaScript Apps
React Summit 2022React Summit 2022
161 min
Web Accessibility in JavaScript Apps
Workshop
Sandrina Pereira
Sandrina Pereira
Often we see JavaScript damaging the accessibility of a website. In this workshop, you’ll learn how to avoid common mistakes and how to use JS in your favor to actually enhance the accessibility of your web apps!
In this workshop we’ll explore multiple real-world examples with accessibility no-nos, and you'll learn how to make them work for people using a mouse or a keyboard. You’ll also learn how screen readers are used, and I'll show you that there's no reason to be afraid of using one!
Join me and let me show you how accessibility doesn't limit your solutions or skills. On the contrary, it will make them more inclusive!
By the end, you will:- Understand WCAG principles and how they're organized- Know common cases where JavaScript is essential to accessibility- Create inclusive links, buttons and toggleble elements- Use live regions for errors and loading states- Integrate accessibility into your team workflow right away- Realize that creating accessible websites isn’t as hard as it sounds ;)
Creating Accessible React Native Apps
React Summit Remote Edition 2021React Summit Remote Edition 2021
91 min
Creating Accessible React Native Apps
Workshop
Scott Vinkle
Scott Vinkle
React Native is a framework used to create native iOS and Android apps in a way web developers may already be familiar with. But how do you ensure your React Native apps are inclusive and usable everyone? Scott will share tips on how to test and build React Native apps with accessibility baked-in!