Please enable JavaScript.
Coggle requires JavaScript to display documents.
Apple Design Guidelines
Accessibilities ... - Coggle Diagram
Apple Design Guidelines
Accessibilities ...
-
-
Interactions Tools
-
-
PointerControl
use wrist, index finger, or head-based pointer for taking control of pointer
-
-
see
- UIAccessibilityCustomAction
- accessibilityDragSourceDescriptors
- accessibilityDropPointDescriptors
-
Gestures
-
-
Provide alternative ways to perform gesture-based actions
such as delete a row by using swipe gesture or by tapping on a button
make your action accessible though more than one type of physical interaction
such as press volume down for taking a photo
-
-
-
VoiceOver
-
-
-
-
Navigation
- enabled by default for system provided UI Components
- for Custom Elements you have to provide accessibility info
you must specify how elements are being grouped. ordered, or linked :star:
-
-
-
-
-
-
Content Descriptions
make images meaningful
make infographics fully accessible
exclude purely decorative images that doesn't intended to communicate
give pages unique title and provide headings that identify sections in your information hierarchy
provide closed captions (audible information in a video)
provide audio descriptions (just spoken narration of audio)
provide transcriptions (audible and visual info in a video)
-
Text Display
Dynamic Type
-
-
-
-
-
-
-
-
-
Avoid Ultralight, Thin, and Light font weights
-
-
-
-
Color and effects
-
-
-
Use strongly contrasting colors to improve readability :star:
...
-
-
-
-