From 84667d394d7b2f89d6473020a0d4482a3c62a34c Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Wed, 11 Sep 2024 14:55:34 -0700 Subject: [PATCH] pull core aam mappings into the main PR --- core-aam/index.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/core-aam/index.html b/core-aam/index.html index fa74f9282..2842cefad 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -5711,6 +5711,44 @@

Not Mapped

>. Its absence not only indicates that the accessible object is not grabbed, but further defines it as not grab-able. These cases are marked as "Not mapped" without an asterisk.

+

aria-actions

+ + + + + + + + + + + + + + + + + + + + + + + +
ARIA Specification + aria-actions +
MSAA + IAccessible2 + Interface: IAccessibleAction, using the accessible nodes matching `aria-actions` IDREFs, if the referenced objects are in the accessibility tree
+ Object Attribute: aria-actions <value> +
UIA + Custom Property: AccessibleActions: element array of accessible nodes matching IDREFs, if the referenced objects are in the accessibility tree
+ Object Attribute: aria-actions <value> +
ATK/AT-SPI + Relation: RELATION_DETAILS points to accessible nodes matching IDREFs, if the referenced objects are in the accessibility tree
+ Reverse Relation: RELATION_DETAILS_FOR points to element +
AX API + Implement as custom action +

aria-activedescendant