-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use aria-required
instead of required
on required form elements
#4023
Conversation
🦋 Changeset detectedLatest commit: 1600730 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
size-limit report 📦
|
This was opened as a draft PR to address a problem with inputs using HTML5 browser-native validation because of the Here are two possible alternatives to these changes:
|
…4023) * sets aria-required attr instead of required * Create khaki-rules-breathe.md
Added later by @siddharthkp: Hi 👋 This change was to workaround native browser validation errors. aria-required communicates the same message and was approved by the a11y team 👍.
Closes #
Changelog
New
Changed
Removed
Rollout strategy
Testing & Reviewing
Merge checklist
Take a look at the What we look for in reviews section of the contributing guidelines for more information on how we review PRs.