All Articles

Accessibility

Read the latest user experience articles on the practice of designing digital products that are usable by as many people as possible.

12 Articles

Emulate Vision Deficiencies In DevTools

Written by Addy Osmani in addyosmani.com

September 29, 2020Globally, 1 billion people have a near or distant vision impairment impacting how clearly they can see objects, including web pages. Chrome DevTools recently added support for emulating color vision deficiencies, helping you better optimize your pages to be inclusive of users with differing levels of color blindness.

Read this story

The Art of Alt Text

Written by Alexa Heinrich in UX Collective

August 19, 2020If you’re not familiar with alternative text — more commonly known as alt text — it’s the written copy that describes the content of an image in a digital space and plays a significant role in making the online world more inclusive. When it comes to crafting effective image descriptions, these are some of the tips that I keep in mind.

Read this story

A Guide To Understanding What Makes A Typeface Accessible

Written by Gareth Ford Williams in UX Collective

August 14, 2020Typefaces are the foundation of accessible visual reading experiences, so choosing a performant typeface that enhances legibility and readability for people with poor vision, learning disabilities, aphasia, dyslexia or low adult literacy is of paramount importance...

Read this story

Equivalent Experiences: Thinking Equivalently

Written by Eric Bailey in Smashing Magazine

June 5, 2020Constructing an equivalent experience may mean changing the way you think about development and design, and potentially reevaluating your existing work. In this article, we'll address common accessibility issues, and how to best go about improving them...

Read this story

ARIA Has Perfect Support

Written by Eric Bailey in The A11Y Project

May 13, 2020Just because you write code that uses ARIA does not mean the ARIA declarations will work as intended. This is the same as expecting modern JavaScript to work on an older browser such as Internet Explorer 11.

Read this story

What Is Skip Navigation Link And Why Is It Useful?

Written by Adam Laki in Pine

April 28, 2020The skip navigation is a simple link that navigates the user to a predefined destination, which usually is the main content of the page. It is the first link in the document, so when we start navigating with the tab key, this is the first link we find.

Read this story