Bug 267675 - AX: VoiceOver iOS 17.2 regression for role text
Summary: AX: VoiceOver iOS 17.2 regression for role text
Status: RESOLVED DUPLICATE of bug 267445
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Safari 17
Hardware: iPhone / iPad iOS 17
: P2 Major
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-01-17 22:42 PST by alex.ronci
Modified: 2024-02-04 10:10 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alex.ronci 2024-01-17 22:42:42 PST
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?
Comment 1 Radar WebKit Bug Importer 2024-01-18 16:37:16 PST
<rdar://problem/121224423>
Comment 2 Tyler Wilcock 2024-02-04 10:10:25 PST
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.
Comment 3 Tyler Wilcock 2024-02-04 10:10:38 PST

*** This bug has been marked as a duplicate of bug 267445 ***