Skip to content

Draft: gtklistitem: a11y use the child label

Corey Berla requested to merge wip/corey/list-widget-a11y into main

a11y software uses the GtkListItemWidget for the label, but it's private. Whether the ListItemWidget has one or multiple children, it can only have a single label. Set LABELLED_BY to the child of the ListItemWidget

See: nautilus#2460 (closed)

Merge request reports