Bug 234633 - [GTK][a11y] Expose list items with pseudo marker as List instead of Group with ATSPI
Summary: [GTK][a11y] Expose list items with pseudo marker as List instead of Group wit...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks: ATSPI
  Show dependency treegraph
 
Reported: 2021-12-23 03:12 PST by Carlos Garcia Campos
Modified: 2021-12-24 02:48 PST (History)
11 users (show)

See Also:


Attachments
Patch (1.53 KB, patch)
2021-12-23 03:14 PST, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>