From 6129b9e74a8331b4523abc566f24b06c2d817d2c Mon Sep 17 00:00:00 2001 From: Sayan Sivakumaran Date: Tue, 31 Oct 2023 19:01:30 +0000 Subject: [PATCH] Update UIA aria-readonly mappings (#203) SHA: 5490c20cfb9632a6631b60fff1996d68d772605f Reason: push, by spectranaut Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a39e312..825f0e1 100644 --- a/index.html +++ b/index.html @@ -8157,7 +8157,9 @@

Core Accessibility API Mappings 1.2

UIA - Property: Value.IsReadOnly: true + Property: Value.IsReadOnly: true, if the element implements IValueProvider.
+ Property: RangeValue.IsReadOnly: true, if the element implements IRangeValueProvider.
+ Property: AriaProperties.readonly: true @@ -8196,7 +8198,9 @@

Core Accessibility API Mappings 1.2

UIA - Property: Value.IsReadOnly: false + Property: Value.IsReadOnly: false, if the element implements IValueProvider.
+ Property: RangeValue.IsReadOnly: false, if the element implements IRangeValueProvider.
+ Property: AriaProperties.readonly: false