Skip to content

Support exposing the 'embeds' relationship. #778

Description

@mukilan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions