From 6002590b9180c052ebd6e5deb896547b03291f42 Mon Sep 17 00:00:00 2001 From: James Craig Date: Fri, 25 Oct 2024 14:55:25 -0700 Subject: [PATCH 1/2] add new AX API mappings for colindextext/rowindextext --- core-aam/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-aam/index.html b/core-aam/index.html index aabe75073..30ba64945 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -6372,7 +6372,7 @@

aria-colindextext

AX API - Property: TBD + Property: AXARIAColumnIndexText: <value> @@ -9209,7 +9209,7 @@

aria-rowindextext

AX API - Property: TBD + Property: AXARIARowIndexText: <value> From 4a54d350aa5119c6d461725b10d4d2a880ff332a Mon Sep 17 00:00:00 2001 From: James Craig Date: Fri, 25 Oct 2024 15:20:45 -0700 Subject: [PATCH 2/2] remove ARIA from property name via code review discussed whether we should double-down on having "ARIA" in the property name just because that was added to the related AXARIAColumnIndex property.... We may deprecate the ARIA-specific names in the future --- core-aam/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-aam/index.html b/core-aam/index.html index 30ba64945..cbbc2d15b 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -6372,7 +6372,7 @@

aria-colindextext

AX API - Property: AXARIAColumnIndexText: <value> + Property: AXColumnIndexDescription: <value> @@ -9209,7 +9209,7 @@

aria-rowindextext

AX API - Property: AXARIARowIndexText: <value> + Property: AXRowIndexDescription: <value>