From 29de20adbfb2ab5193e5cc7d1079ef9e4bb21d5d Mon Sep 17 00:00:00 2001 From: Clay Miller Date: Thu, 8 Aug 2024 12:34:35 -0400 Subject: [PATCH 1/3] Add 'class' and 'id' mappings --- html-aam/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/html-aam/index.html b/html-aam/index.html index 30d4a330a..c194dea73 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -9010,25 +9010,25 @@

`class`

MSAA + IAccessible2 -
Not mapped
+
Object attributes: class
UIA -
Not mapped
+
Property: UIA_ClassNamePropertyId
ATK -
Not mapped
+
Object attributes: class
AX -
Not mapped
+
Property: AXDOMClassList
@@ -11207,25 +11207,25 @@

`id`

MSAA + IAccessible2 -
Not mapped
+
Object attributes: id
UIA -
Not mapped
+
Property: UIA_AutomationIdPropertyId
ATK -
Not mapped
+
Object attributes: id
AX -
Not mapped
+
Property: AXDOMIdentifier
From d18c43498ee3cefae0b07da5fdb78cdbb637832e Mon Sep 17 00:00:00 2001 From: Clay Miller Date: Thu, 15 Aug 2024 12:25:32 -0400 Subject: [PATCH 2/3] fix: Append '' to object attributes --- html-aam/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html-aam/index.html b/html-aam/index.html index c194dea73..e3ff6cf26 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -9010,7 +9010,7 @@

`class`

MSAA + IAccessible2 -
Object attributes: class
+
Object attributes: class: <value>
@@ -9022,7 +9022,7 @@

`class`

ATK -
Object attributes: class
+
Object attributes: class: <value>
@@ -11207,7 +11207,7 @@

`id`

MSAA + IAccessible2 -
Object attributes: id
+
Object attributes: id: <value>
@@ -11219,7 +11219,7 @@

`id`

ATK -
Object attributes: id
+
Object attributes: id: <value>
From d9b8df6962f6b6fef790af12893129f057c66f1f Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Mon, 19 Aug 2024 08:52:22 -0400 Subject: [PATCH 3/3] Apply suggestions from code review change `` to just ` marks per (most) other instances --- html-aam/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/html-aam/index.html b/html-aam/index.html index e3ff6cf26..8e376e7f0 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -9010,25 +9010,25 @@

`class`

MSAA + IAccessible2 -
Object attributes: class: <value>
+
Object attributes: `class: <value>`
UIA -
Property: UIA_ClassNamePropertyId
+
Property: `UIA_ClassNamePropertyId`
ATK -
Object attributes: class: <value>
+
Object attributes: `class: <value>`
AX -
Property: AXDOMClassList
+
Property: `AXDOMClassList`
@@ -11207,25 +11207,25 @@

`id`

MSAA + IAccessible2 -
Object attributes: id: <value>
+
Object attributes: `id: <value>`
UIA -
Property: UIA_AutomationIdPropertyId
+
Property: `UIA_AutomationIdPropertyId`
ATK -
Object attributes: id: <value>
+
Object attributes: `id: <value>`
AX -
Property: AXDOMIdentifier
+
Property: `AXDOMIdentifier`