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

[ViewModel] Implement accessibilityValue for slider #23

Open
CharlesMcD opened this issue Feb 3, 2022 · 0 comments
Open

[ViewModel] Implement accessibilityValue for slider #23

CharlesMcD opened this issue Feb 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@CharlesMcD
Copy link
Member

We should add a string that represents the current value of the accessibility element.

From the documentation

The value is a localized string that contains the current value of an element. For example, the value of a slider might be 9.5 or 35% and the value of a text field is the text it contains.

Use the value property only when an accessibility element can have a value that is not represented by its label. For example, a volume slider’s label might be “Volume,” but its value is the current volume level. In this case, it’s not enough for users to know the identity of the slider, because they also need to know its current value.

@CharlesMcD CharlesMcD added the enhancement New feature or request label Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant