illustration for Create an Accessible Audio Player with the HTML Media Element and React
pro

Create an Accessible Audio Player with the HTML Media Element and React

Instructor

Lindsey Kopacz

1h 4m closed-captioning
·
16 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.5
22
people completed
Published 4 years ago
|
Updated 2 years ago

We'll be focusing on building an accessible component by using a built-in browser API with React to implement best practices in accessibility custom features.

Everyone is responsible for accessibility, and we need to start creating features and websites with that in mind. The goal of this course is for you to exploit your understanding of HTML and aria and be able to look at any common features and identify the different accessibility patterns.

With this course, you won't only learn about accessibility but also will learn about HTMLMediaElement API and state management in React.

This course applies some best practices for creating custom audio controls for web applications accessible to users with assistive technology, such as screen readers. It advises using the built-in controls provided by the operating system, making sure that custom controls can be accessed using a keyboard and make sense to a screen reader, testing the custom controls with a screen reader, and avoiding duplicating information that the screen reader already provides.

It also uses the loadedMetadata event to ensure that audio has finished loading before allowing interaction and labeling elements with a unique id to make them easily distinguishable by assistive technology.

Course Content

1h 4m • 16 lessons

    You might also like these resources:

    illustration for Auditing React Apps for Accessibility
    Erin Doyle • 31m • Course

    At the end of this course, you will be able to add auditing tools to your development workflow for accessibility issues in your applications and ultimately automate those audits.

    illustration for React State Management Expert Interviews
    Joel Hooks ・7h 49m・Podcast

    This is a series of videos where you'll find part interview and part screen share with experts. They focus on React, but the underlying principles are valid for UI work in general.

    illustration for Test Network Edge Cases with .intercept() Command in Cypress
    Filip Hric • 14m • Course

    Learn how to set up and test different network conditions using the Cypress intercept command.