https://bugs.documentfoundation.org/show_bug.cgi?id=158030
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Michael Weghorn <[email protected]> --- Setting to NEW, since this generally sounds reasonable. The Core Accessibility API Mappings 1.2 suggest to map the "aria-rowindextext" attribute to "rowindextext" for all of IAccessible2, UIA and AT-SPI: [1] It might therefore even be possible to just implement that right in the cell object rather than having to map to different attributes on different platforms. IMHO the problem/blocker is that only Gtk 3 currently seems to support setting object attributes on Linux, while Gtk 4 and Qt don't, see bug 155447 comment 2 for more details. [1] https://www.w3.org/TR/core-aam-1.2/#ariaRowIndexText -- You are receiving this mail because: You are the assignee for the bug.
