WebAIM - Web Accessibility In Mind

E-mail List Archives

Apple Accessibility API

for

From: Murphy, Sean
Date: Feb 26, 2020 8:01PM


Is anyone on the list knowledgeable about how States work on the iOS platform?

For example if UIAccessibilityTraitButton is defined with the correct below properties:
accessibilityLabel - The accessibilityLabel should have to return the suitable word to describe the element.
accessibilityValue - Describes the value of an element
accessibilityHint - accessibilityHint can have a phrase to describe what happens when you choose action on an element

Does the object for button contain the relevant states? Can you custom build the states in an class / object?

Is there a dedicated list for accessibility iOS mobile?

Sean