🔵 Level AA

WCAG 4.1.3: Status Messages

Success Criterion 4.1.3 — Level AA

Quick Answer

Status messages (success, error, loading) must be conveyed to assistive technologies without receiving focus.

Why It Matters

'Form submitted successfully' banners that don't use aria-live are invisible to screen reader users.

How to Audit

Run an automated accessibility scan to detect common Status Messages failures. Then manually verify with: keyboard-only navigation, a screen reader (VoiceOver on Mac, NVDA on Windows), and browser developer tools. Automated tools catch approximately 40% of Status Messages issues — manual testing is essential.

How to Fix

Use aria-live='polite' for non-urgent status messages and aria-live='assertive' for errors.

Frequently Asked Questions

What is WCAG 4.1.3 Status Messages?

Status messages (success, error, loading) must be conveyed to assistive technologies without receiving focus.

Is WCAG 4.1.3 required for ADA compliance?

WCAG 2.1 Level AA is the standard referenced in most ADA website lawsuits and DOJ guidance. All Level AA criteria including this one are relevant to legal compliance.

How do I fix WCAG 4.1.3 violations?

Use aria-live='polite' for non-urgent status messages and aria-live='assertive' for errors.

Disclaimer: This guide is for informational purposes only and does not constitute legal advice. Consult a qualified ADA/accessibility attorney for your specific compliance situation.

Scan Your Site for WCAG 4.1.3 Issues

Get a free automated accessibility report including all WCAG 2.1 AA violations.

Run Free Accessibility Scan