Bug 273053
| Summary: | REGRESSION (iOS 17): VoiceOver announces "Checkbox, Radio button" for radio element | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | sejeong <rlatpwjd911> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | andresg_22, tyler_w, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 17 | ||
| Hardware: | iPhone / iPad | ||
| OS: | iOS 17 | ||
sejeong
For the input radio element, iOS v16 correctly announces "Radio button".
However, in iOS v17, it announces "Checkbox, Radio button".
Announcing it as a checkbox has the potential to confuse users (due to the different usability of checkboxes and radios).
Can you please check this issue?
You can easily reproduce the issue using the following link.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio
Thank you for your help.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/126863949>
Alexey Proskuryakov
rdar://126862738
Tyler Wilcock
A non-WebKit fix has been made to address this, I'll leave a comment here after it has shipped. Thanks for reporting!
Tyler Wilcock
*** This bug has been marked as a duplicate of bug 261249 ***
Tyler Wilcock
Hello, just following up, this fix shipped with the recently released iOS 17.6.
sejeong
(In reply to Tyler Wilcock from comment #5)
> Hello, just following up, this fix shipped with the recently released iOS
> 17.6.
We have confirmed that it has been fixed.
Thank you!