Proposal: Remove accessibility state 'disabled' #49
CatchABus
started this conversation in
1. Ideas & Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a case where this state causes conflict with
isEnabled
property when using Appium. See NativeScript/NativeScript#9455Why having this state might be a bad idea? One of the reasons is that allowing developer to set this state to
disabled
but keep controls enabled may accidentally indicate discrimination to app users with disabilities.I think
UIAccessibilityTraitNotEnabled
flag should be updated along with controls' `enabled' property as recommended.Beta Was this translation helpful? Give feedback.
All reactions