Tag: accessibility

ARIA-Live Regions JavaScript Frameworks

ARIA-live regions for JavaScript frameworks

Dev

We give available options for creating ARIA-live regions and demonstrate tools for creating ARIA-live regions in React, Angular, and Vue.js.

Cristian Diaz
Mar 6, 2023 ⋅ 14 min read
JavaScript Logo

How to build rich, accessible JavaScript interfaces

Dev

In this article, we’ll look at how to make rich, accessible JavaScript interfaces and illustrate our strategies by building a Sudoku puzzle.

Paul Ratcliffe
Aug 2, 2022 ⋅ 13 min read
JavaScript Logo

Building accessible user interface tabs in JavaScript

Dev

Here’s everything you need to know to create an accessible tabbed user interface, including building the HTML structure, adding CSS styling, and adding JavaScript enhancements.

Cristian Diaz
Jul 21, 2022 ⋅ 19 min read
Building an accessible glossary in vanilla JavaScript

Building an accessible glossary in vanilla JavaScript

Dev

Build a fully accessible glossary page in vanilla JS in this detailed tutorial in a way that makes accessibility a priority (and dev easy).

Bryan Rasmussen
Jul 13, 2022 ⋅ 17 min read

Understanding progressive enhancement

Dev

Progressive enhancement has many benefits beyond accessibility. Learn why and how to implement it in your web apps with this thorough guide.

Joel Adewole
May 23, 2022 ⋅ 7 min read

Creating a text resizing widget with CSS and JavaScript

Dev

Websites should be easy to read for all users. Learn how to create a text resizing widget that will improve general web accessibility.

Diego Vogel
Sep 29, 2021 ⋅ 3 min read
Testing accessibility with Storybook

Testing accessibility with Storybook

Dev

Storybook’s new accessibility add-on enables automated accessibility testing to capture and surface accessibility errors in your app.

Laura Carballo
Sep 28, 2021 ⋅ 4 min read
JavaScript, HTML, CSS logos.

A developer’s guide to designing accessible websites

Dev

Find out how to make your website accessible to any user in this tutorial covering everything from accessible forms to progressive enhancement.

Habdul Hazeez
Nov 19, 2020 ⋅ 18 min read
A guide to improving web accessibility with CSS

A guide to improving web accessibility with CSS

Dev

In this post, we will learn some tips and tiny changes that you can start applying to the way you write CSS to create better web experiences.

Linda Ikechukwu
Oct 28, 2020 ⋅ 9 min read
Chrome logo.

Which Chrome DevTools improve accessibility?

Dev

This tutorial shows you how to boost accessibility with Lighthouse audits, Chrome’s accessibility pane, and other features to improve user retention on your site and meet your users unique needs.

Chiamaka Ikeanyi
Oct 13, 2020 ⋅ 5 min read
Building accessible components with Downshift

Building accessible components with Downshift

Dev

We should view web accessibility not as a feature, but as a responsibility. Learn how to build an accessible select component, autocomplete, and form dropdown as well as how to use Downshift with Popper.js.

Ganesh Mani
Apr 20, 2020 ⋅ 8 min read
Debugging Your Application for Accessibility

Debugging your application for accessibility

Dev

Nearly 19 percent of U.S. citizens have a disability — which means failure to debug your app for accessibility could severely limit your user base.

Paul Ryan
Jan 16, 2020 ⋅ 7 min read