Bug 267675
| Summary: | AX: VoiceOver iOS 17.2 regression for role text | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | alex.ronci |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Major | CC: | alex.ronci, andresg_22, mmaxfield, tyler_w, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 17 | ||
| Hardware: | iPhone / iPad | ||
| OS: | iOS 17 | ||
alex.ronci
Hi all, Since iOs 17.2 all the <div> with the attribute role="text" and attr.aria-label="anytext" are not read by voiceover anymore. Example code: <div class="fontClass" id="idxxx" role="text" attr.aria-label="text to be read"></div>
Could you please help me understand how to solve this issue?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/121224423>
Tyler Wilcock
Hi there, we reverted the removal of role="text" here:
https://bugs.webkit.org/show_bug.cgi?id=267445
I'm going to close this bug as a duplicate of that one.
Tyler Wilcock
*** This bug has been marked as a duplicate of bug 267445 ***