status
Live region roleA live region for advisory information, like 'Changes saved', announced politely without interrupting or moving focus. It's implicitly polite and atomic, making it suitable for status messages and non-urgent feedback. The native equivalent is an element already on the page whose text you update.
Used on
A live region container for advisory, non-urgent information.
Accessible name
Not required. Content is announced politely when it changes.
Used by components
Example
role="status"
<div role="status">Changes saved successfully.</div>References