🎨 Palette: Add ARIA labels to icon-only buttons in message queue#155
🎨 Palette: Add ARIA labels to icon-only buttons in message queue#155thirdeyenation wants to merge 1 commit into
Conversation
Added `aria-label`s to the four icon-only buttons in the chat message queue component and applied `aria-hidden="true"` to the inner material-symbols-outlined spans to prevent screen readers from reading raw ligature text. Co-authored-by: thirdeyenation <133812267+thirdeyenation@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
💡 What: Added
aria-labelattributes to the four icon-only buttons (Send all,Clear all,Send now,Remove) in themessage-queue.htmlcomponent. Also addedaria-hidden="true"to their inner material symbol icons.🎯 Why: To improve keyboard and screen reader accessibility by providing descriptive labels for buttons that previously only had hover
titleattributes, ensuring users utilizing assistive technologies can understand the button actions. Thearia-hidden="true"prevents screen readers from reading the raw material icon text (e.g., "keyboard_double_arrow_right").📸 Before/After: Visuals remain identical (icons unchanged). Accessibility tree now properly exposes button labels.
♿ Accessibility: Improved screen reader support by providing explicit accessible names to interactive elements without visible text, aligning with WCAG guidelines for non-text content and button labeling.
PR created automatically by Jules for task 17095267189638809156 started by @thirdeyenation