Skip to content

a11y atspi: Map GTK_ACCESSIBLE_RELATION_{COL,ROW}_INDEX_TEXT to AT-SPI

Map GTK_ACCESSIBLE_RELATION_COL_INDEX_TEXT and GTK_ACCESSIBLE_RELATION_ROW_INDEX_TEXT to the corresponding AT-SPI object attributes "colindextext" and "rowindextext", as it is specified e.g. in the Core Accessibility Mappings 1.2 for the corresponding attributes [1] [2].

Orca makes use of these object attributes in web browsers and since recently also for LibreOffice [3] and is planning to use that more globally.

[1] https://www.w3.org/TR/core-aam-1.2/#ariaColIndexText [2] https://www.w3.org/TR/core-aam-1.2/#ariaRowIndexText [3] orca@3c056cd7

Merge request reports