General idea #2
akaDuality
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create the app that allows to manage the whole process for accessibility. It consists from 3 parts:
1. Design
Designer use VoiceOver Designer for macOS to layout accessibility over an app's screenshots. The designer can use VoiceOver Preview app for iPhone to hear the result.
VoiceOver Designer presents all possible instruments to designer and teachs them what a develop can and can't do with accessibility.
At the end the designer passes the document to developer.
2. Development
A developer got the layout from the designer, can read it and understand what accessibility layout is expected from the visible UI.
3. Unit-testing
The app generates test-case for automatic testing of accessibility. In general we can start from AccessibilitySnapshot, but use it in different way: generate only readable text, we don't need a visual part of screenshot. I'll describe the idea In details at different topic, it's not goal of first release.
As a result the app helps all parts of the team to create strong process in a company for accessibility.
Beta Was this translation helpful? Give feedback.
All reactions