Tag: accessibility
Here are some results I found for posts with the tag: accessibility.
Blog Post
Posted on
Aug 02, 2024
Helpful Resources for Web Developers
This post includes a list of useful resources that I've come across over the years.
Blog Post
Posted on
Dec 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.
Blog Post
Posted on
Aug 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.
Blog Post
Posted on
Jul 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.