-
Notifications
You must be signed in to change notification settings - Fork 108
[CLX-3022][Horizon] Learn screen accessibility #3290
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
Conversation
📊 Code Coverage Report✅ Student
✅ Teacher
✅ Pandautils
📈 Overall Average
|
# Conflicts: # libs/horizon/src/main/res/values/strings.xml
| R.string.weightPercentageValue, | ||
| assignmentGroup.groupWeight | ||
| ) | ||
| val mergedContentDescription = "${assignmentGroup.name}, $groupWeightText" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should string resources in this case. Different languages might handle a comma and word order differently.
| role = Role.DropdownList | ||
| stateDescription = if (state.isMenuOpen) expandedState else collapsedState | ||
| contentDescription = if (state.selectedOption != null) { | ||
| "${state.label}, ${state.selectedOption}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should string resources in this case. Different languages might handle a comma and word order differently.
refs: CLX-3022
affects: Horizon
release note: