Bug 195517

Summary: AX: Announce list role when an aria-label or aria-labelledby attribute is applied to <ul> or <ol>
Product: WebKit Reporter: Simon Lawrence <simon>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 12   
Hardware: All   
OS: macOS 10.12   

Description Simon Lawrence 2019-03-09 03:52:52 PST
When an aria-label or aria-labelledby attribute is applied to a <ul> or <ol> element with no visible list markers, VoiceOver will announce the list as a “group”. If the list role was announced in this situation, it would provide a way for web developers to declare a “data list” without the need to use role=“list” which duplicates existing HTML semantics.

Labelling lists in this way would suggest a genuine use of a list, rather than a purely presentational use.
Comment 1 Radar WebKit Bug Importer 2019-03-09 03:58:28 PST
<rdar://problem/48739008>