Bug 267675

Summary: AX: VoiceOver iOS 17.2 regression for role text
Product: WebKit Reporter: alex.ronci
Component: AccessibilityAssignee: 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   

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 ***