From 068836cf6bc450356fd31b92b5b44b6777406d3d Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Sat, 11 Apr 2026 16:18:46 -0700 Subject: [PATCH] fix: add aria-label to mobile workspace panel close button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The × button added for the mobile workspace panel close in v0.47.0 had a title= attribute but no aria-label. Screen readers may announce the raw × character ('times' or 'multiplication sign') instead of reading the title. Added aria-label='Close workspace panel' to match the accessibility pattern used by other icon buttons in the panel header. All 645 tests pass. Co-authored-by: Nathan Esquenazi --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 80c852c..2dbce69 100644 --- a/static/index.html +++ b/static/index.html @@ -328,7 +328,7 @@ - +