Skip to content

Add a property to allow exposing DOM ID #705

@alice

Description

@alice

We're working on the Servo accessibility implementation using accesskit, and we've run into a stumbling block where we seem to have no way to reliably expose the id attribute to platform APIs.

The closest seems to be author_id which is mapped to UIA_AutomationIdPropertyId in UIA and id in Atspi, but isn't mapped to AXDOMIdentifier in AX API. It may not even be appropriate to map it through to that property.

We're interested to begin using the WPT for AAMs infrastructure, which requires exposing the DOM ID as a way to find an accessibility node to make assertions about.

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