In the live session list, the claimant avatars render as plain divs: screen readers only get the initial and the count ("S", "1") with no participant name or context.
Give each avatar an accessible label along the lines of "SecondGuest claimed 1" (aria-label or visually-hidden text) in apps/web/src/features/session/components/ (claimant avatars component).
In the live session list, the claimant avatars render as plain divs: screen readers only get the initial and the count ("S", "1") with no participant name or context.
Give each avatar an accessible label along the lines of "SecondGuest claimed 1" (
aria-labelor visually-hidden text) inapps/web/src/features/session/components/(claimant avatars component).