🎨 Palette: [UX improvement] Context-aware action buttons - #73
Conversation
…buttons Added specific `aria-label`s to the "Editar" and "Remover" buttons across lists (`visualizar.html`, `visualizar_cocktails.html`, `cadastrar_tipo.html`) to give screen reader users necessary context on what item is being modified. Updated Javascript `confirm()` dialogs to display the item name as well. Co-authored-by: rauhmaru <2289237+rauhmaru@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 specific
aria-labels to the generic "Editar" and "Remover" buttons and updated Javascriptconfirm()dialogs across all lists (visualizar.html,visualizar_cocktails.html,cadastrar_tipo.html).Why
Screen reader users will now hear the name of the item they are modifying instead of a generic action, and sighted users clicking remove will have clarity on the item being removed through the confirmation prompt.
Before/After
Instead of a generic:
Users now get context:
Accessibility
Massively improves usability for screen reader users by giving explicit item context to action buttons in tables/lists.
PR created automatically by Jules for task 16532930476601059629 started by @rauhmaru