Skip to main content

Andrew Nolan's Blog

Andrew's Blog

< More Blogs

Accessible Design - Book Club: Don't Make me Think - Chapter 12

Andrew Nolan

2023-05-14

Not only is accessibility an important part of usability, it is also a morally good thing to do. Adding accessibility features to your site is a great way to make your site usable by even more people. It is very rare that you can get a chance to make peoples' lives easier just by doing your job a little bit better.

Unfortunately, there are several (bad) reasons development teams often skip out on accessibility work.

However, these reasons are not true. Not only are there easy steps you can do now to make your site more accessible, but improving usability for accessible workflows often will improve usability for non-accessible workflows as well!

It can take a while to become an expert at accessibility, but there are some things you can do to get started:

We call these tasks low hanging fruit but they do have a big impact on the accessibility of your website. This include things like:

These small changes should be baselines in every design, but many sites do not include them. You can make a big improvement in the usability for many people with these small changes.

If you want to test out a screen reader, I highly recommend checking out NVDA. It's free and widely used. You can catch many accessibility issues on your site by trying it this way.

Making sites accessible can be difficult. While there are a lot of tools to make programming and development easier, tools for accessibility are not all there yet. You can run automated tools to pick up high level issues like missing alt-text. But it is hard to truly capture all accessibility issues without actually running usability studies with the groups you are trying to help.

It takes a lot of practice to make a good accessible site. It's something I am still working on too. But with practice we can all improve our skills and sites and help make the web more usable for all.

Enjoyed this article? Subscribe to the RSS Feed!