ARIA Live Region
Also known as: Live Region, aria-live
A section of a web page marked with the aria-live attribute that is dynamically updated and should be announced by assistive technologies when changes occur, even if the user's focus is elsewhere. Live regions have politeness levels: "polite" (announced at the next convenient pause), "assertive" (announced immediately, interrupting current speech), and "off" (changes not announced). Special live region roles include alert, status, timer, and marquee. Live regions are essential for making dynamic content like chat messages, form validation errors, and real-time updates accessible to screen reader users, though they can be challenging to implement correctly in highly dynamic modern web applications.
Category: WAI-ARIA · Web Accessibility · Web Development · screen reader
Related: WAI-ARIA · Screen Reader · WCAG