Aria-Live
Also known as: ARIA Live Region, Live Region
An ARIA attribute (aria-live) used to designate regions of a web page whose content may change dynamically, ensuring that assistive technologies announce updates to users without requiring them to navigate to the changed content. The attribute accepts values of "polite" (waits for the user to finish current activity before announcing), "assertive" (interrupts immediately), or "off" (no announcements). Live regions are essential for making dynamic web applications accessible, as screen readers would otherwise not detect content changes. Common use cases include search results, form validation messages, chat messages, progress indicators, and status updates.
Category: WAI-ARIA · web accessibility · screen reader accessibility · Web Development
Related: WAI-ARIA · Screen Reader · Dynamic Content · WCAG