Tag: accessibility

Here are some posts with the tag: accessibility.

August 02, 2024

Helpful Resources for Web Developers

This post includes a list of useful resources that I've come across over the years.

August 02, 2024

Using Heading Tags Appropriately

This post goes over why and how to use heading levels appropriately. I'll also discuss what to do when the design doesn't include headings for different sections.

December 31, 2023

How to Trap Focus Inside a Modal to Make it Accessible for All Users

When a user has a modal open they should be confined to that modal until they decide to leave it, including when navigating the modal with a keyboard.

July 21, 2023

How to Properly Hide an Element with CSS

You may think hiding elements with CSS is trivial but there actually is an incorrect way of doing it, and you've probably done it. I know I have.