Skip to content

a11y: Implement AtSPIComponent in terms of GtkAccessible

Matthias Clasen requested to merge gtk-accessible_component_refactor into main

This implements AtSPIComponent for all GtkAccessible objects,not only for GtkWidget ones. This stops surprising Orca when performing flat review, as it can now query the bounds for the entire tree.

Merge request reports