UX Collective

We believe designers are thinkers as much as they are makers. https://linktr.ee/uxc

Follow publication

Designing dyslexia-friendly navigational components

Katja G
UX Collective
Published in
11 min readNov 23, 2023

--

The question that started it all

Why are they underlined in the first place?

Image of a joke meme about how underlining links is preferred but doesn’t support the accessibility needs for people with dyslexia.

How underlining text affects readability

side by side examples showing how the underline can change the shape of a word

The science of reading

Does this affect many people?

Designing for reading accessibility should become the standard rather than an exception.

Why is there a problem if WCAG standards are met?

Bridging the gap

Design requirements for optimal accessibility
Design requirements for optimal accessibility

Atomic design patterns for navigational components

Base design pattern

Anatomy of the improved hyperlink
Anatomy of the improved hyperlink

Designs across states

Default state

Anatomy of the improved hyperlink in the default state
guidelines for default state

When to underline a navigational component in the default state

CSS

    text-decoration: underline;    
text-underline-offset: 0.3em;
text-decoration-thickness: 0.031rem;
text-decoration-color:

Hover state

Anatomy of the improved hyperlink in the hover state
guidelines for hover state
transition between default and hover state

CSS

    text-decoration: underline;    
text-underline-offset: 0.3em;
text-decoration-thickness: 0.13rem;
text-decoration-color:

Visited state

Focus and active states

guidelines for focus state

Creating more complex link components

Graphic showing how to make complex components with these designs as a base

Further information

Progressive enhancement

Side by side comparison showing how the underline will look on high and low resolution devices

Case study

--

--

Written by Katja G

Katja is a product designer based in Australia, and writes about UX, accessibility, and design principles. See my portfolio: katjag.com