log
Live region roleA live region where new entries are added over time in a meaningful order, such as a chat transcript or activity log. It's announced politely, and screen readers understand that older content remains for context. Append new messages so the order is preserved.
Used on
A live region where new entries are added in meaningful order.
Accessible name
Recommended, via aria-labelledby or aria-label.
Example
role="log"
<div role="log" aria-label="Chat">…</div>References