[Webkit-unassigned] [Bug 261249] New: AX: iOS VoiceOver reads a wrong 'Checkbox' role information when focusing on a radio button.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 6 18:53:41 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261249
Bug ID: 261249
Summary: AX: iOS VoiceOver reads a wrong 'Checkbox' role
information when focusing on a radio button.
Product: WebKit
Version: Safari 17
Hardware: All
OS: Other
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ungjin312 at kakao.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
= Steps for reproducing =
1. Please turn on VoiceOver and then Open the next link: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio
2. Move VoiceOver Focus to any radio button in the "Try It" Section.
3. Listen carefully to which element state and role information VoiceOver says.
= current behavior =
VoiceOver reads "Huey, Checkbox, Radio Button, Checked".
= expected behavior =
VoiceOVer must not read an additional wrong role 'Checkbox' when focusing a radio button.
Radio buttons are a checkable element like checkboxes. but, a radio button is not exactly the same as a checkbox. these just shared the same or similar concepts. When a screen reader user encounters a checkbox, they expect that they can select multiple. On the other hand, when they meet radio buttons, they expect that they can select only one of two or more items. It makes users confused.
--
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/20230907/9851496a/attachment.htm>
More information about the webkit-unassigned
mailing list