🎨 Palette: [UX improvement] Accessible table-based form controls#520
🎨 Palette: [UX improvement] Accessible table-based form controls#520seonghobae wants to merge 2 commits into
Conversation
Added explicit aria-label attributes to the <select> in GroupModal and the <input> in CardinalityModal to ensure screen readers provide full context for these table-based controls.
|
👋 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. |
|
Superseded by #514 on current head. Evidence checked in this loop:
Closing this duplicate to keep the queue on current-head checks and avoid re-running stale/superseded accessibility work. |
Understood. Acknowledging that this work is superseded and stopping work on this task. |
💡 What
Added explicit
aria-labelattributes to the<select>element inGroupModal(used for assigning business groups to tables) and the<input>element inCardinalityModal(used for setting distinct counts for columns).🎯 Why
In table-based layouts, form controls often lack explicit
<label>elements wrapping them, relying instead on visual grid association (like a row header) which is not always reliably interpreted by screen readers. Providing a directaria-labelensures that users relying on assistive technologies hear the full, unabbreviated context of the control they are focused on (e.g., instead of just hearing "Select", they hear "users 그룹 배정").📸 Before/After
(Visuals remain unchanged as
aria-labelis visually hidden.)♿ Accessibility
PR created automatically by Jules for task 3906382671852393558 started by @seonghobae