Skip to content

Latest articles

Explore the latest posts from the blog.

Accessible Data Tables: Structure, Headers, and Captions

Accessible Data Tables: Structure, Headers, and Captions

Data tables are often poorly implemented, turning structured information into an unnavigable wall of cells for screen reader users. Proper u...

By Linda Zhao

Mar 14, 2025

Image Alt Text: A Practical Guide for Developers

Image Alt Text: A Practical Guide for Developers

Alt text is often misunderstood. It is not just a description of what is in the image — it is a functional replacement that conveys the purp...

By Rachel Green

Nov 10, 2023

Writing Accessible Forms: Labels, Errors, and Hints

Writing Accessible Forms: Labels, Errors, and Hints

Forms are among the most critical and most frequently inaccessible components on the web. Proper label association, descriptive error messag...

By Carlos Mendez

Oct 08, 2023

Semantic HTML: The Foundation of Accessible Development

Semantic HTML: The Foundation of Accessible Development

Before reaching for ARIA, lean on semantic HTML. Elements like nav, main, article, section, and aside give browsers and screen readers meani...

By Tom Hughes

Jul 06, 2023

ARIA Labels: When to Use Them and When to Avoid Them

ARIA Labels: When to Use Them and When to Avoid Them

ARIA (Accessible Rich Internet Applications) attributes extend HTML semantics to help assistive technologies interpret complex UI patterns. ...

By Sarah Chen

Feb 28, 2023