From 0ead519a80f2da08607dfb7ff058535c496e95b5 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Thu, 18 Jun 2026 18:43:50 -0400 Subject: [PATCH] fix(a11y): add role=log aria-live to message timeline (P3-4) Screen readers now announce new messages politely via role='log' + aria-live='polite' on the message container in RoomTimeline. Co-Authored-By: Claude Sonnet 4.6 --- src/app/features/room/RoomTimeline.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/features/room/RoomTimeline.tsx b/src/app/features/room/RoomTimeline.tsx index 0531b82e6..49d5d5d32 100644 --- a/src/app/features/room/RoomTimeline.tsx +++ b/src/app/features/room/RoomTimeline.tsx @@ -2102,6 +2102,9 @@ export function RoomTimeline({ room, eventId, roomInputRef, editor }: RoomTimeli {!canPaginateBack && rangeAtStart && getItems().length > 0 && (