Skip to content

fix(ui5-flexible-column-layout): add aria-valuenow attribute to separators #11540

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NakataCode
Copy link
Contributor

Problem:
Axe DevTools reports critical accessibility errors because focusable separator elements (role="separator" with tabindex="0") are missing the required aria-valuenow attribute.

Solution:
Added aria-valuenow attributes to start and end separators in the template, with new getter methods that derive position values from column widths (as percentages) to provide screen readers with position information.

Fixes: #11533

@NakataCode NakataCode marked this pull request as ready for review May 16, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SF]FlexibleColumnLayout: [Axe Error]Ensure elements with ARIA roles have all required ARIA attributes
1 participant