In Servo, we use AccessKit to handle the platform API mappings and we are trying to get the core-aam tests working on Linux.
The issue is that the fixture used in core-aam tests tries to locate the tab under test by following the 'embeds' relation. Since AccessKit currently doesn't expose (AFAIU) most of the AT-SPI relationships, this approach to finding the tab doesn't work when Servo exposes the tabs as children of the root frame.
On Linux, Orca requires support for the 'embeds' relationship and both Chrome and FF follow this approach.
I'm not too familiar with Windows, but based on the IA2 fixture used by core-aam test, 'embeds' relationship seems to be prioritized over direct children.
I don't know what would be the ideal API for this, but I'm creating this issue to start the discussion. Please let me know if you need more information.
In Servo, we use AccessKit to handle the platform API mappings and we are trying to get the core-aam tests working on Linux.
The issue is that the fixture used in core-aam tests tries to locate the tab under test by following the 'embeds' relation. Since AccessKit currently doesn't expose (AFAIU) most of the AT-SPI relationships, this approach to finding the tab doesn't work when Servo exposes the tabs as children of the root frame.
On Linux, Orca requires support for the 'embeds' relationship and both Chrome and FF follow this approach.
I'm not too familiar with Windows, but based on the IA2 fixture used by core-aam test, 'embeds' relationship seems to be prioritized over direct children.
I don't know what would be the ideal API for this, but I'm creating this issue to start the discussion. Please let me know if you need more information.