From dd843d76c26129b17a16210bd9c49e97c6476af1 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 19 May 2026 21:31:57 +0200 Subject: [PATCH] a11y(transcription): remove redundant aria-live="polite" from alert div MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit role="alert" already implies aria-live="assertive". The polite override caused screen readers to wait for the current announcement to finish before reading the error — too gentle for a failure state the user just triggered. Dropping the attribute restores the implicit assertive behaviour. Co-Authored-By: Claude Sonnet 4.6 --- .../src/lib/document/transcription/TranscriptionEditView.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/lib/document/transcription/TranscriptionEditView.svelte b/frontend/src/lib/document/transcription/TranscriptionEditView.svelte index 7447557e..be7a8f4b 100644 --- a/frontend/src/lib/document/transcription/TranscriptionEditView.svelte +++ b/frontend/src/lib/document/transcription/TranscriptionEditView.svelte @@ -224,7 +224,6 @@ async function handleLabelToggle(label: string) { {#if markAllError}