ARIA Live Regions
Also known as: Live Regions, aria-live
ARIA live regions are areas of a web page that dynamically update with new content and use WAI-ARIA attributes to communicate those changes to assistive technologies. The aria-live attribute (with values of off, polite, or assertive) tells screen readers how urgently to announce updates, while related attributes like aria-atomic and aria-relevant provide further control over what is announced. Live regions are essential for making dynamic web applications accessible, ensuring that screen reader users are informed of content changes such as chat messages, status updates, error notifications, and real-time data without needing to manually navigate to the updated area.
Category: ARIA · Assistive Technology
Related: WAI-ARIA · Screen Reader · AJAX · DOM