WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: iOS keyboard accessibility, focus order, and testing

for

From: glen walker
Date: Mar 31, 2023 10:46AM


Not sure if this helps but the accessibilityElements property is an array
that is used to control the VoiceOver focus order. It should be a generic
property not specific to VoiceOver but rather as an aid to all assistive
technology, including a keyboard, but I can't say for sure if
accessibilityElements affects the keyboard order, and even if it did, does
it only control the TAB order or can it affect the arrow key order. If I
had a Mac, I'd play with xcode to see how it works.

https://developer.apple.com/documentation/objectivec/nsobject/1615147-accessibilityelements