E-mail List Archives
Re: iOS keyboard accessibility, focus order, and testing
From: glen walker
Date: Mar 31, 2023 10:46AM
- Next message: Guy Hickling: "Re: Marking-up changes of language from English to Latin"
- Previous message: glen walker: "Re: Clickable maps"
- Next message in Thread: None
- Previous message in Thread: Detlev Fischer: "iOS keyboard accessibility, focus order, and testing"
- View all messages in this Thread
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
- Next message: Guy Hickling: "Re: Marking-up changes of language from English to Latin"
- Previous message: glen walker: "Re: Clickable maps"
- Next message in Thread: None
- Previous message in Thread: Detlev Fischer: "iOS keyboard accessibility, focus order, and testing"
- View all messages in this Thread