← All terms

Live Region

Also known as: ARIA Live Region, aria-live

A section of a web page that is dynamically updated and announced by assistive technologies without requiring the user to navigate to it. Live regions are defined using the WAI-ARIA aria-live attribute, which can be set to "polite" (announced when the screen reader is idle), "assertive" (announced immediately, interrupting current speech), or "off" (not announced). Live regions are essential for making dynamic web content accessible to screen reader users, enabling real-time feedback for search results, chat messages, form validation errors, status updates, countdown timers, and other content that changes without a full page reload.

Category: WAI-ARIA · web accessibility · screen reader accessibility · web development

Related: WAI-ARIA · Screen Reader · Dynamic Content

Sources