[Webkit-unassigned] [Bug 273126] New: AX: VoiceOver announces numeric slider valuetext as a percentage
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 23 09:55:01 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=273126
Bug ID: 273126
Summary: AX: VoiceOver announces numeric slider valuetext as a
percentage
Product: WebKit
Version: Safari 17
Hardware: iPhone / iPad
OS: iOS 17
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ldebeasi at gmail.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
Created attachment 471072
--> https://bugs.webkit.org/attachment.cgi?id=471072&action=review
Code reproduction
VoiceOver announces any numeric valuetext as a percentage on the slider role. This is not always wanted as the number may not be easily representable as a percentage. For example, it would not be valuable to announce a slider with different years as a percentage, because each year value should be represented as the year itself.
Steps to reproduce:
1. Open code reproduction on an iOS device.
2. Turn VoiceOver on.
3. Tap the "Slider" text to focus the slider role element. Observe that VoiceOver reads "2024" and then reads the number as a percentage.
Expected Behavior:
I expect VoiceOver to only read the value as "2024" and not as a percentage.
Actual Behavior:
VoiceOver reads the value as "2024" and as a percentage.
Other Information:
- I tested this on an iOS 17.5 device.
- This does not reproduce on Chrome for Android.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240423/9e5c33b0/attachment.htm>
More information about the webkit-unassigned
mailing list