Accessible from the start
Plan for accessibility when designing & developing the solution.
Ideally accessbility shouldn’t require alot
Accessibility shoudn’t be something you need to custumize alot to get it right.
It should be abstracted away
We should strive to have accessibility abstracted away to reduce redundant work.
Activation and setup
Enabling and adjust the screen read with correct language settings is important.
Learn the gestures
Accessibility Inspector is debugging tool that allows you to check accessibility related information from elements.
Debugging when developing
Using accessibility requires basic knowledge of the gestures used for navigation.
- Interactable element (accessbilityRole:button)
- Combined readout “Lønkonto 21.605,70 TIL rådighed 31.605,70. Button.
- Interactable element (accessbilityRole:button)
- Combined readout “Lønkonto 21.605,70 9999 1111111111 til rådighed 31.605,70. Button".
- "9999 111111111" & "21.605,70" is both easy to understand with the context and composition of elements. However, with no visual composition these information can be difficult to understand. For that reason accessibility labels would be useful here.
- Adds context to the following elements
Accessibility Guidelines