Status and feedback
Accessible status messages: Examples and Testing
Published by whatisADA / Grow Wild Agency · Updated
What to build
Routine status messages should communicate results without taking focus. Use a persistent, concise status region and update it only when there is meaningful information, such as a completed save or new result count.
A practical example
A resource filter changes the visible cards and announces “8 resources found.” The query field keeps focus, and the full list is available to browse normally rather than being read aloud after every change.
Try the example
Use Tab and your keyboard controls, then compare the behavior with the checks below. This is an isolated learning example; test the complete pattern in your own product and assistive technology setup.
How to check it
- Trigger a completed save, result update or other routine status change.
- Verify that a status/live-region container exists and the message updates without moving focus.
- Listen with a screen reader for one useful announcement, including the empty-results case.
What can be missed
Making an entire large panel live can bury the useful update in repeated content. Do not announce success merely because a button was clicked; tie it to the accepted operation.
Markup and state contract
This concise markup illustrates names, relationships or state. Custom controls also need the keyboard interaction and state updates described in the checks and primary source; this snippet is not a complete component.
<p role="status" aria-atomic="true">8 resources found.</p>Record your test
Use this worksheet to record what you actually checked. Notes stay on this device when you choose Save; they are not sent to us. Avoid personal or confidential information on shared devices.
These are your observations, not automated results or a conformance certificate. A complete evaluation needs appropriate scope, supported technologies, all applicable criteria and relevant page states.
Primary sources and scope
This is independent implementation guidance with original examples. The linked standard contains the full definitions, exceptions and conformance requirements. A criterion or checklist alone does not establish legal applicability or whole-site conformance.