From 8e1e8c1275fcd11efc24753da96e22091cd30f23 Mon Sep 17 00:00:00 2001 From: Siddh2024 Date: Sat, 11 Jul 2026 18:02:47 +0530 Subject: [PATCH] fix: add aria-labels to icon-only buttons for accessibility Several icon-only buttons (toggle visibility, settings) lacked aria-label attributes, making them inaccessible to screen readers. Adds descriptive aria-label to: - Toggle key visibility button in popup - Settings button in popup header - Toggle visibility buttons in options page Fixes #865 --- src/options.html | 12 ++++++++++-- src/popup.html | 8 ++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/options.html b/src/options.html index 99a27e1a..f4ec8899 100644 --- a/src/options.html +++ b/src/options.html @@ -161,7 +161,11 @@

Required for AI summarization

-

- +
+