Question 1: “Focusable”
I’m following the instructions in the user manual:
For users with either visual or hearing impairment, ensure that users can interact with the output using the keyboard. For example, enable the Focusable property for mouse click objects so that users can use the TAB key to navigate between objects, and the ENTER or SPACE BAR key to activate it. You can also provide a key stroke object that acts as a hotkey for each mouse click object.
How do I enable the Focusable property? The link leads me to these below. Which, if any, of these options enables the Focusable property?
○ Tab Order: Allow specifying the tab order for objects. It is the order in which users move from one object to another by using the TAB key. There are four options to choose from:
○ Focusable Only: Only selected objects can receive focus. However, the TAB key cannot be used.
○ Auto: Objects will be automatically ordered. When the TAB key is pressed, objects will be selected randomly.
○ Specific Value: Define a specific order for an object. When the TAB key is pressed, objects will be selected in the order you’ve set.
○ None: Select this if you don’t want to give objects in any tab order.
AND
Question 2: How do you set an object to have a visual focus indicators (so a keyboard user can see what button/link etc. is focused?)
AND
Question 3: Besides the User Manual, what have you all found helpful in making AP content accessible? Tutorials? Guides? Anything?