Specification
Accessibility Strings for UI Elements
Will get an initial list from the Android team
UI Element Focus after Transitions
Identify which UI element gets focus when we transition from one View Controller to the next.
Additional Transition/Interstitial VoiceOver Messages
For example, when the passcode is accepted, say “Passcode accepted”. There is currently no UI element that does this.
UI Element Reading Order
Important in UITableViewCells. Sets the reading order for VoiceOver and also the element selection order for External Keyboard and Switch Control support.
Accessibility Features to Support
Listed roughly in priority order? External keyboard support will be much quicker and easier to implement than Dynamic Type.
VoiceOver
External Keyboard Support
This should also take care of supporting Switch Control input for free.
Dynamic Type
Likely lots of layout issues to address.
Accessibility Color Schemes
- Invert Colors
- Grayscale
- high contrast color schemes via theming
Do we intercept the notification and theme when Invert Colors is set?