Bug 234633

Summary: [GTK][a11y] Expose list items with pseudo marker as List instead of Group with ATSPI
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, andresg_22, aperez, apinheiro, bugs-noreply, cfleizach, dmazzoni, ews-watchlist, jcraig, jdiggs, samuel_white
Priority: P2 Keywords: Gtk, LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 230253    
Attachments:
Description Flags
Patch aperez: review+

Description Carlos Garcia Campos 2021-12-23 03:12:33 PST
This happens because pseudo markers don't have the ListMarker role, but StaticText that we ignore.
Comment 1 Carlos Garcia Campos 2021-12-23 03:14:20 PST
Created attachment 447867 [details]
Patch
Comment 2 Carlos Garcia Campos 2021-12-24 02:48:02 PST
Committed r287423 (245558@trunk): <https://commits.webkit.org/245558@trunk>