You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following accessibility changes are applied to the Form web component to full-fill the latest spec.
Form
form with groups has role="region"
form without groups have role="form"
form are referenced with the form header text (via aria-labelledby)
FormGroup
form groups are referenced with their form group header texts (via aria-labelledby)
form groups have role="form"
form groups create a fast navigation group - to jump from one group to another with F6
Fixes: #9952
Feature Request Description
The Form web component should implement the latest specs.
Proposed Solution
More details to be added
Proposed Alternatives
No response
Organization
No response
Additional Context
No response
Priority
Medium
Privacy Policy
The text was updated successfully, but these errors were encountered: