[Webkit-unassigned] [Bug 251951] New: VoiceOver reads radio and checkbox labels twice if rendered before the control

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 14:36:57 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251951

            Bug ID: 251951
           Summary: VoiceOver reads radio and checkbox labels twice if
                    rendered before the control
           Product: WebKit
           Version: Safari 16
          Hardware: Unspecified
                OS: Unspecified
            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 464912

  --> https://bugs.webkit.org/attachment.cgi?id=464912&action=review

Code reproduction

VoiceOver on iOS announces labels twice with radios and checkboxes when the visible label is placed before the control. This issue does not reproduce if the visible label is placed after the control.

Steps to reproduce:

1. Open code reproduction on iOS.
2. Turn VoiceOver on.
3. Swipe right to move focus to the first checkbox. Observe that only the "Label before checkbox" label is highlighted and read.
4. Swipe right again. Observe that the checkbox and the label are highlighted and read.
5. Swipe right again. Observe that the next checkbox and the label are highlighted and read. The label is never highlighted separately from the control when swiping.

Other Information:

- I can reproduce this on iOS 15 and 16.
- This issue 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/20230208/0bbd0f3d/attachment-0001.htm>


More information about the webkit-unassigned mailing list