Bug 259156 - AX: aria-description not exposed as expected
Summary: AX: aria-description not exposed as expected
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Safari 16
Hardware: All iOS 16
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-07-12 12:25 PDT by Scott
Modified: 2023-08-28 17:49 PDT (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 Scott 2023-07-12 12:25:30 PDT
Per the provided test case - https://codepen.io/scottohara/full/xxQpaBa - with iOS 16.5.1 and VoiceOver, I would have expected the aria-description value announced when swiping to each of the three test case elements  (p, span, input) .

In reality, VoiceOver announces "More content available", instead of the provided description, when swiping to the paragraph and text field (tests 1 and 3).  VoiceOver does not provide any indication a description is available when the span (test 2) has been swiped to with VoiceOver.
Comment 1 Radar WebKit Bug Importer 2023-07-12 12:25:42 PDT
<rdar://problem/112151710>
Comment 2 Scott 2023-07-12 12:30:12 PDT
Note that aria-description works as expected with VoiceOver on macOS 16.5.1 with Safari 16.5.1 specifically for the text field example.  

VoiceOver does not expose the provided description for the paragraph or span element test cases.
Comment 3 Diane Ko 2023-08-28 17:44:31 PDT
Related to this issue, I've filed an issue for the same behavior for macOS Safari: https://bugs.webkit.org/show_bug.cgi?id=260835
Comment 4 Diane Ko 2023-08-28 17:49:04 PDT
Also, in testing today in iOS 16.6 in Safari with VO, I don't notice any announcement of additional content for either the text nodes or the text field.