Status message not automatically announced

Link to Status message not automatically announced copied to clipboard

status-msg-not-auto-announced

Rule

Screen reader users MUST be informed when a web page launches an interstitial view, a progress indicator, or enters into a paused or busy state.

Background

When the user requests an action that will take a long time to complete, such as searching for airline tickets, it is common to present an interstitial or intermediate page to users as a way to confirm that the link worked, and that the results are coming if they wait. Screen reader and other assistive technology users need that same kind of confirmation. Moving focus to the interstitial message benefits both screen reader users and screen magnification users.

How to Fix

Fix this issue by using ONE of the following techniques:

  1. Set focus to the interstitial message: https://dequeuniversity.com/class/dynamic-updates/notify-users/move-focus
  2. Announce the interstitial message via an ARIA live region: https://dequeuniversity.com/class/dynamic-updates/notify-users/aria-live