🎨 Palette: [a11y] Improve form error and helper text accessibility#243
🎨 Palette: [a11y] Improve form error and helper text accessibility#243
Conversation
Linked the dynamic error container in the "Add Domain" wizard to the input field via `aria-describedby` and added ARIA live region attributes to the error container. Linked the helper text paragraph in the "Webhook Format" settings form to the select element via `aria-describedby`. Co-authored-by: schmug <38227427+schmug@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. |
Deploying with Â
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
dmarcheck | 82cfb5a | May 04 2026, 01:28 AM |
💡 What:
aria-describedby="wizard-domain-error"to the domain input in the "Add Domain" wizard.id="wizard-domain-error",role="alert", andaria-live="polite"to its corresponding dynamic error message container.id="webhook-format-help"to the helper paragraph under the "Webhook Format" select on the Settings page.aria-describedby="webhook-format-help"to the "Webhook Format" select element.🎯 Why:
To improve accessibility for screen reader users. Previously, dynamic error messages in the "Add Domain" wizard were not announced to screen readers, and the helper text for the webhook format select was not programmatically associated with the input.
♿ Accessibility:
PR created automatically by Jules for task 8129452858957199216 started by @schmug