-
Notifications
You must be signed in to change notification settings - Fork 269
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
feat(ui5-form): update to latest accessibility spec #10152
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about form with only 1 group? Should it has role "region" or "form"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as discussed offline.
🎉 This PR is included in version v2.5.0-rc.0 🎉 The release is available on v2.5.0-rc.0 Your semantic-release bot 📦🚀 |
The following accessibility changes are applied to the Form web component to full-fill the latest spec.
Form
FormGroup
Fixes: #9952