Learning Hub

Accessibility Examples

Explore our collection of real-world code examples and use cases for common ARIA attributes. Learn how to implement accessible patterns correctly.

code
Semantics

aria-live

The aria-live attribute designates a section of a page as a live region—a dynamic area monitored by assistive technologies for content changes.

<div aria-live="polite" class="visually-hidden"></div>
View Code Example north_east