From f02cc5456182adbf812a6963b12b3270d904cd4b Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:59:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Improve=20screen=20re?= =?UTF-8?q?ader=20accessibility=20of=20command=20list=20microcopy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .jules/palette.md | 3 +++ src/cli/ui/components/CommandSuggestionList.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .jules/palette.md diff --git a/.jules/palette.md b/.jules/palette.md new file mode 100644 index 00000000..5d146eaf --- /dev/null +++ b/.jules/palette.md @@ -0,0 +1,3 @@ +## 2024-05-24 - Screen reader accessibility of CLI symbols +**Learning:** Screen readers in CLI environments rely on raw text output and fail to announce purely symbolic navigation hints (like `↑↓` or `⏎`) properly, causing an accessibility regression for users navigating the interface without sight. +**Action:** Use visually concise but descriptive and screen-reader-friendly text (like 'Up/Down' and 'Enter') instead of purely symbolic characters for navigation hints in CLI UI overlays. \ No newline at end of file diff --git a/src/cli/ui/components/CommandSuggestionList.tsx b/src/cli/ui/components/CommandSuggestionList.tsx index 7e66838a..d51fe548 100644 --- a/src/cli/ui/components/CommandSuggestionList.tsx +++ b/src/cli/ui/components/CommandSuggestionList.tsx @@ -116,7 +116,7 @@ export const CommandSuggestionList: React.FC = ({ - ↑↓ nav · ⏎ select · esc close + Up/Down nav · Enter select · Esc close