Skip to content

🎨 Palette: Add ARIA labels to icon-only buttons in message queue#155

Open
thirdeyenation wants to merge 1 commit into
mainfrom
palette-aria-labels-message-queue-17095267189638809156
Open

🎨 Palette: Add ARIA labels to icon-only buttons in message queue#155
thirdeyenation wants to merge 1 commit into
mainfrom
palette-aria-labels-message-queue-17095267189638809156

Conversation

@thirdeyenation
Copy link
Copy Markdown
Owner

💡 What: Added aria-label attributes to the four icon-only buttons (Send all, Clear all, Send now, Remove) in the message-queue.html component. Also added aria-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 title attributes, ensuring users utilizing assistive technologies can understand the button actions. The aria-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

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>
@google-labs-jules
Copy link
Copy Markdown

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant