Blog
Automated Accessibility Testing with Axe-Core
As developers, we know how important it is to write tests to avoid introducing bugs in our code. In the long run, tests will save us time and avoid unnecessary headaches. The greater your test…
Focus Indicators
Almost every single time I test a site for accessibility, I find issues with the focus indicator. Sadly, I just don’t think it is on the radar of most developers. Keyboard users need some kind of…
The Basics of ARIA
ARIA can be a source of confusion for many. I think it's very important for developers to understand the basics of ARIA and where to go to find more information. Here's my attempt at making ARIA…
Semantic HTML
I’m going to begin my blog posts with the topic of semantic HTML. I was never taught accessibility in school. I was never taught accessibility in the bootcamp I attended in 2018. Accessibility was…