From d1315d28c7be4ed2bb77d0e0d2f779155d1b5a42 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Wed, 7 Feb 2024 08:40:38 -0500 Subject: [PATCH] Update: UIA mappings for elements that had control type text closes #220 updates paragraph and heading mappings to match reality. updates other uia control type mappings to move away from text, as these roles will often contain more than text leaf nodes. other roles could be added to this PR, but will make those updates after discussion with the wg. --- core-aam/index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/core-aam/index.html b/core-aam/index.html index c42fa9007..a42a7dc26 100644 --- a/core-aam/index.html +++ b/core-aam/index.html @@ -781,7 +781,8 @@

caption

UIA - Control Type: Text + Control Type: Group + Localized Control Type: caption @@ -917,7 +918,7 @@

code

UIA - Control Type: Text
+ Control Type: Group
Localized Control Type: code @@ -1236,7 +1237,7 @@

deletion

UIA - Control Type: Text
+ Control Type: Group
Localized Control Type: deletion @@ -1822,7 +1823,7 @@

heading

UIA - Control Type: Text
+ Control Type: Group
Localized Control Type: heading @@ -2964,7 +2965,7 @@

paragraph

UIA - Control Type: Text + Control Type: Group @@ -4229,7 +4230,7 @@

term

UIA - Control Type: Text
+ Control Type: Group
Localized Control Type: term