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

fix(ui5-tree): accessibility improvements #2671

Merged
merged 2 commits into from
Jan 12, 2021
Merged

fix(ui5-tree): accessibility improvements #2671

merged 2 commits into from
Jan 12, 2021

Conversation

nnaydenow
Copy link
Contributor

Added new aria-posinset and aria-setsize attributes to each element. Know screen reader will know the count of the items on the same level and the position of the current active item.

Fixes: #2553

@ilhan007 ilhan007 added the ACC label Jan 12, 2021
@nnaydenow nnaydenow merged commit 849d052 into SAP:master Jan 12, 2021
@nnaydenow nnaydenow deleted the tree-acc branch January 12, 2021 17:29
ilhan007 pushed a commit that referenced this pull request Jan 13, 2021
Added new aria-posinset and aria-setsize attributes to each element. Now, screen reader will know the count of the items on the same level and the position of the current active item.

Fixes: #2553
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

a11y issue: Tree item at level 2 is not announced correctly by screen reader.
3 participants