From b81f25fac1e33bfe6475b2d9fda2115310d94396 Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Mon, 4 Dec 2023 15:29:01 -0800 Subject: [PATCH 1/3] feat: add IA2 mappings for text edit maxlength --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ada510da..c4f6c106 100644 --- a/index.html +++ b/index.html @@ -12268,7 +12268,9 @@

`maxlength`

MSAA + IAccessible2 -
Not mapped
+
+ Object attributes: `max-edit-chars: <value>` +
From 734aa90d6268be7895eb24c60d1fb577a67bd7e6 Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Mon, 4 Dec 2023 15:33:46 -0800 Subject: [PATCH 2/3] adding a matching ATK mapping --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c4f6c106..e8274f84 100644 --- a/index.html +++ b/index.html @@ -12282,7 +12282,9 @@

`maxlength`

ATK -
Not mapped
+
+ Object attributes: `max-edit-chars: <value>` +
From 208726b5719d45caf6e00b9c14b739150d40d562 Mon Sep 17 00:00:00 2001 From: Sarah Higley Date: Wed, 13 Dec 2023 15:11:19 -0800 Subject: [PATCH 3/3] update maxlength attr name --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e8274f84..f2a17f10 100644 --- a/index.html +++ b/index.html @@ -12269,7 +12269,7 @@

`maxlength`

MSAA + IAccessible2
- Object attributes: `max-edit-chars: <value>` + Object attributes: `maxlength: <value>`
@@ -12283,7 +12283,7 @@

`maxlength`

ATK
- Object attributes: `max-edit-chars: <value>` + Object attributes: `maxlength: <value>`