NEW 282830
AX: List Item with role="presentation" announced item in VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=282830
Summary AX: List Item with role="presentation" announced item in VoiceOver
usual.plan5078
Reported 2024-11-08 04:57:54 PST
On VoiceOver on Safari, the screen reader is announcing list items marked with role="presentation" Example markup: <ul role="list"> <li role="presentation">Cities (3)</li> <li><a href="/cork">Cork</a></li> <li><a href="/dublin">Dublin</a></li> <li><a href="/london">London</a></li> <li role="presentation">Countries (2)</li> <li><a href="/ireland">Ireland</a></li> <li><a href="/england">England</a></li> </ul> VO announces "list 7 items", and exposes the list items with role="presentation". NVDA or JAWS on Windows announce "list 5 items"
Attachments
Radar WebKit Bug Importer
Comment 1 2024-11-08 04:58:04 PST
usual.plan5078
Comment 2 2024-11-08 05:47:51 PST
feel free to delete if you believe this is expected.
Note You need to log in before you can comment on or make changes to this bug.