Skip to content

🎨 Palette: [a11y] Improve form error and helper text accessibility#243

Open
schmug wants to merge 1 commit intomainfrom
palette/a11y-form-fixes-8129452858957199216
Open

🎨 Palette: [a11y] Improve form error and helper text accessibility#243
schmug wants to merge 1 commit intomainfrom
palette/a11y-form-fixes-8129452858957199216

Conversation

@schmug
Copy link
Copy Markdown
Owner

@schmug schmug commented May 4, 2026

💡 What:

  • Added aria-describedby="wizard-domain-error" to the domain input in the "Add Domain" wizard.
  • Added id="wizard-domain-error", role="alert", and aria-live="polite" to its corresponding dynamic error message container.
  • Added id="webhook-format-help" to the helper paragraph under the "Webhook Format" select on the Settings page.
  • Added 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:

  • Screen readers will now announce the dynamic error message immediately when it appears in the "Add Domain" wizard.
  • When focus is placed on the domain input, screen readers will announce any existing error message.
  • When focus is placed on the webhook format select, screen readers will announce the helper text explaining the format options.

PR created automatically by Jules for task 8129452858957199216 started by @schmug

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>
@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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
dmarcheck 82cfb5a May 04 2026, 01:28 AM

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