From 5a9518e2628cc1268c2797191b3f7b6dbcbb840c Mon Sep 17 00:00:00 2001 From: jonathan Date: Fri, 12 Jun 2026 14:16:39 +0200 Subject: [PATCH] fix: screen-reader fixes for day highlights button and chips toggle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Highlights button's aria-label overrode its content, so the visible "· analysed" suffix was never announced — the analysed state is now mirrored into the label (at render and when a highlights run completes). The chips toggle's accessible text started with a stray space (left over once the aria-hidden arrow is dropped), which read as an indent; the separator space now lives inside the aria-hidden arrow span. Co-Authored-By: Claude Fable 5 --- CLAUDE.md | 2 +- webui.html | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 838df8e..51409bb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -39,7 +39,7 @@ Dependencies: `requests` (streams), `numpy` + `soundfile` (FLAC output and FLAC `webui.html` (one `