-
Notifications
You must be signed in to change notification settings - Fork 28
[Feature request] Add a Mobile variant to the Checkpoints component #36
Copy link
Copy link
Open
Labels
feature requestIdeas for additions or changes to the main libraryIdeas for additions or changes to the main libraryplannedThis issue is on the roadmapThis issue is on the roadmapset:mobile-annotationsAnnotation components for mobile platforms including iOS and AndroidAnnotation components for mobile platforms including iOS and Androidset:utilitiesAnnotation components for Legends, checklists, title cards, labels, flows, and moreAnnotation components for Legends, checklists, title cards, labels, flows, and more
Metadata
Metadata
Assignees
Labels
feature requestIdeas for additions or changes to the main libraryIdeas for additions or changes to the main libraryplannedThis issue is on the roadmapThis issue is on the roadmapset:mobile-annotationsAnnotation components for mobile platforms including iOS and AndroidAnnotation components for mobile platforms including iOS and Androidset:utilitiesAnnotation components for Legends, checklists, title cards, labels, flows, and moreAnnotation components for Legends, checklists, title cards, labels, flows, and more
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
The toolkit currently includes a checklist component for verifying accessibility considerations, but it is oriented toward desktop experiences. Mobile interfaces have their own set of accessibility concerns, such as touch target sizing, gesture alternatives, screen reader rotor navigation, and orientation support.
Requested change
Add a mobile-specific variant of the checklist component that covers accessibility considerations unique to the mobile context. This could include items such as:
titleWhy
Mobile annotation is an increasingly common need as teams design responsive and native mobile experiences. Having a dedicated mobile checklist helps designers verify that accessibility requirements specific to smaller screens and touch interactions are accounted for during the design phase, rather than discovered later in development or testing.