Skip to content

Text field alerts a11y#8033

Open
Wagner3UB wants to merge 6 commits intomainfrom
text-field-alerts-a11y
Open

Text field alerts a11y#8033
Wagner3UB wants to merge 6 commits intomainfrom
text-field-alerts-a11y

Conversation

@Wagner3UB
Copy link
Copy Markdown
Contributor

@Wagner3UB Wagner3UB commented Mar 20, 2026

#5619

Fix: screen readers were not announcing field errors or required state on form inputs.

  • Added aria-live="polite" and aria-atomic="true" to the error region in FormFieldWrapper so error messages are announced when they appear in the DOM
  • Added aria-required and aria-invalid attributes to the Input in TextWidget for proper field identification by assistive technologies
Screenshot 2026-03-20 at 15 32 55 Screenshot 2026-03-20 at 15 35 06

Copy link
Copy Markdown
Collaborator

@stevepiercy stevepiercy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

News clarification and a question to check rendering missed on the original source.

@Wagner3UB Wagner3UB self-assigned this Apr 2, 2026
@Wagner3UB Wagner3UB requested a review from stevepiercy April 2, 2026 13:31
@Wagner3UB
Copy link
Copy Markdown
Contributor Author

@pnicolli Can we merge this one?

@davisagli davisagli added the 99 tag: UX Accessibility Accessibility issues label Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

99 tag: UX Accessibility Accessibility issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants