From b30c0d7f960cd1c1912af40867ebafb546d261f7 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 9 Jun 2026 17:53:08 +0200 Subject: [PATCH] fix(journey-add-bar): replace aria-disabled with native disabled on confirm button aria-disabled alone leaves the button keyboard-activatable, violating WCAG 4.1.2. Native disabled removes it from the tab order and prevents activation via Enter/Space. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/geschichte/JourneyAddBar.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/geschichte/JourneyAddBar.svelte b/frontend/src/lib/geschichte/JourneyAddBar.svelte index d7651de7..0ce003f2 100644 --- a/frontend/src/lib/geschichte/JourneyAddBar.svelte +++ b/frontend/src/lib/geschichte/JourneyAddBar.svelte @@ -87,7 +87,7 @@ function handleInterludeCancel() {