From 2b69aef31bc4a027f28ccdb578c438d01157d27d Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Mon, 22 Apr 2024 14:23:02 -0700 Subject: [PATCH 1/2] feat: add aria-actions mapping --- index.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/index.html b/index.html index 20bf3ae..3f75f05 100644 --- a/index.html +++ b/index.html @@ -4689,6 +4689,45 @@

Not Mapped

There are a number of occurrences in the table where a given state or property is declared "Not mapped". In some cases, this occurs for the default value of the state/property, and is equivalent to its absence. User agents might find it quicker to map the value than check to see if it is the default. For computational efficiency, user agents MAY expose the state or property value if doing so is equivalent to not mapping it. These cases are marked with an asterisk.

In other cases, it is mandatory that the state/property not be mapped, since exposing it implies a related affordance. An example is aria-grabbed. 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 + Relation: IA2_RELATION_DETAILS points to accessible nodes matching IDREFs, if the referenced objects are in the accessibility tree
+ Reverse Relation: IA2_RELATION_DETAILS_FOR points to element
+ See also: Mapping Additional Relations +
UIA + Property: DescribedBy: points to accessible nodes matching IDREFs, if the referenced objects are in the accessibility tree +
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
+ See also: Mapping Additional Relations +
AX API + Not mapped* +

aria-activedescendant

From 1852716bb81c6acd5deab258b1701c9812889712 Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Thu, 25 Apr 2024 10:19:38 -0700 Subject: [PATCH 2/2] Add AX API mapping Co-authored-by: James Craig --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3f75f05..036cdd1 100644 --- a/index.html +++ b/index.html @@ -4723,7 +4723,7 @@

aria-actions

AX API - Not mapped* + Implement as custom action