-
Notifications
You must be signed in to change notification settings - Fork 97
Add a property to allow exposing DOM ID #705
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels