diff --git a/packages/nextjs/components/landing/Instrument.tsx b/packages/nextjs/components/landing/Instrument.tsx index 3f54d51..2ed6f88 100644 --- a/packages/nextjs/components/landing/Instrument.tsx +++ b/packages/nextjs/components/landing/Instrument.tsx @@ -424,9 +424,14 @@ export function Instrument({ {caption.mono}

- {/* the tape: receipts so far */} + {/* the tape: receipts so far. + `role="group"` because a bare div is `generic`, and generic prohibits an accessible + name — the label below was being dropped, silently, and axe flags it + (`aria-prohibited-attr`). It only showed up once the live tab became the default: + in live mode the tape starts empty, so the label is all a screen reader would get. */}
{mode === "replay"