Guides ยท Technology

Accessibility Audit Basics

Run a quick a11y audit

This guide explains how to perform a lightweight accessibility audit using keyboard navigation, ARIA/semantics checks, contrast tests, and focus-visible patterns.

Keyboard and focus

Navigate without a mouse; ensure focus is visible and logical.

Semantics and labels

Use proper HTML elements, form labels, and alt text for images.

Contrast and resizing

Test color contrast ratios and zoom text to 200% to check reflow.

Assistive tech spot checks

Screen-read a few flows to catch missing semantics or announcements.

Related Terms