Skip to content
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

[Form]: align with the latest a11y spec #9952

Closed
1 task done
ilhan007 opened this issue Sep 27, 2024 · 1 comment · Fixed by #10152
Closed
1 task done

[Form]: align with the latest a11y spec #9952

ilhan007 opened this issue Sep 27, 2024 · 1 comment · Fixed by #10152
Assignees
Labels

Comments

@ilhan007
Copy link
Member

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

  • I’m not disclosing any internal or sensitive information.
@ilhan007 ilhan007 added ACC enhancement New feature or request labels Sep 27, 2024
@ilhan007 ilhan007 moved this from New to Backlog in Planning - Topic Core Sep 27, 2024
@ilhan007 ilhan007 changed the title [Form]: align a11y with latest spec [Form]: align with the latest a11y spec Nov 3, 2024
@ilhan007 ilhan007 moved this from Planned to In Progress in Planning - Topic Core Nov 6, 2024
@ilhan007 ilhan007 self-assigned this Nov 6, 2024
ilhan007 added a commit that referenced this issue Nov 13, 2024
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
@github-project-automation github-project-automation bot moved this from In Progress to Completed in Planning - Topic Core Nov 13, 2024
@ui5-webcomponents-bot
Copy link
Collaborator

🎉 This issue has been resolved in version v2.5.0-rc.0 🎉

The release is available on v2.5.0-rc.0

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Completed
Status: Q1 2025
Development

Successfully merging a pull request may close this issue.

2 participants