Skip to content

feat(ui5-li-custom, ui5-li, ui5-li-groupheader): add accessibleName property #3269

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

Merged
merged 7 commits into from
May 31, 2021
Merged

feat(ui5-li-custom, ui5-li, ui5-li-groupheader): add accessibleName property #3269

merged 7 commits into from
May 31, 2021

Conversation

nnaydenow
Copy link
Contributor

@nnaydenow nnaydenow commented May 18, 2021

Added new accessibleName attribute which allows to have additional custom information of each list item.

Closes: #3014

@nnaydenow nnaydenow requested a review from dobrinyonkov May 18, 2021 12:02
@dobrinyonkov
Copy link
Contributor

Works fine with screen readers and looks good from accessibility POV.

@nnaydenow nnaydenow requested review from ilhan007 and fifoosid May 25, 2021 19:54
Copy link
Contributor

@fifoosid fifoosid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor docs to be fixed.

I was wondering why do you add the property to StandardListItem & CustomListItem as they extend ListItem and borrow the property?

@nnaydenow nnaydenow requested a review from fifoosid May 31, 2021 11:29
@nnaydenow
Copy link
Contributor Author

Hi @fifoosid ,

We add this property to each component because it is not confirmed to other components that extends the ListItem. We are doing this to not affect them.

@fifoosid fifoosid merged commit 2f88da0 into SAP:master May 31, 2021
@nnaydenow nnaydenow deleted the li-acc-name branch May 31, 2021 11:57
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.

CustomListItem: No aria-label support
3 participants