Skip to content

🎨 Palette: Add accessible aria-labels to dynamic input grids - #4297

Open
dieterolson wants to merge 1 commit into
mainfrom
palette/a11y-labels-rotation-converter-5253491654548337478
Open

🎨 Palette: Add accessible aria-labels to dynamic input grids#4297
dieterolson wants to merge 1 commit into
mainfrom
palette/a11y-labels-rotation-converter-5253491654548337478

Conversation

@dieterolson

Copy link
Copy Markdown
Collaborator

💡 What: Added explicitly linked labels via id/htmlFor for standalone inputs, and context-aware aria-label attributes to dynamic matrix and vector inputs.
🎯 Why: Screen readers could not determine the exact coordinate or matrix position of mapped input fields, making the tool difficult to use for visually impaired users.
📸 Before/After: Inputs in matrices and vectors previously had no explicit accessible names. They now announce their precise mathematical components (e.g., "Transform Row 1, Column 2").
♿ Accessibility: Fixes missing labels in form controls and improves screen reader compatibility for mathematically structured input grids per .jules/palette.md learnings.


PR created automatically by Jules for task 5253491654548337478 started by @dieterolson

Added explicit `id` and `htmlFor` attributes to standalone form elements to ensure proper screen reader association.
For dynamically mapped inputs representing matrices and vectors (which lack individual labels), added descriptive `aria-label` attributes to ensure visually impaired users can identify the precise mathematical component (e.g., "Transform Row 1, Column 2").

Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 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