Goal
Announce important status changes without moving focus.
Loading ...
Success Criterion · WCAG 4.1.3
In content implemented using markup languages, status messages can be programmatically determined through role or properties such that they can be presented to the user by assistive technologies without receiving focus.
Goal
Announce important status changes without moving focus.
What to do
Use status messages (live regions) so screen readers are informed of updates like “Saved”, errors, and results.
Why it matters
Users who can’t see visual updates need to be notified when something changes.
Success criterion
Summarized directly from the official Understanding document so teams can quote the requirement accurately.
In content implemented using markup languages, status messages can be programmatically determined through role or properties such that they can be presented to the user by assistive technologies without receiving focus.
Intent
Benefits
Why it matters
Summaries drawn from the Understanding document help you socialize impact statements with product stakeholders.
Users may not realize an action succeeded or failed.
Users may continue with incorrect assumptions because feedback is only visual.
When the UI shows important updates (success messages, error banners, loading complete), ensure assistive technologies can detect and announce them without forcing focus changes. Use live regions (`role="status"`, `aria-live`) appropriately.
Reference: All summaries and highlights originate from Understanding WCAG 4.1.3 and the W3C quick reference.
Examples
Share pass/fail snapshots to coach designers, engineers, QA, and content authors.
Pass
After copy, a `role="status"` message announces “Copied to clipboard”.
Fail
Only a visual toast appears with no ARIA live region.
Pass
Error banner uses `role="alert"` and announces “Payment failed”.
Fail
Error appears visually but is never announced to screen readers.
Evidence to keep
Capture artifacts for VPATs, procurement reviews, and regression testing.
Official resources
Keep these links handy when writing acceptance criteria or responding to audits.
Implementation checklist
Testing ideas
Related success criteria