From 25ddd3e44a81a52416e859637142c9a58f0af7a6 Mon Sep 17 00:00:00 2001 From: Devon Persing Date: Wed, 24 Apr 2019 15:22:44 -0700 Subject: [PATCH 1/4] Added a11y docs for list and stack --- src/components/List/README.md | 30 ++++++++++++++++++++++++++++++ src/components/Stack/README.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/src/components/List/README.md b/src/components/List/README.md index 743b1521b7a..0111426508b 100644 --- a/src/components/List/README.md +++ b/src/components/List/README.md @@ -136,3 +136,33 @@ Use for a text-only list of related items when an inherent order, priority, or s - To create a list of checkboxes or radio buttons, [use the choice list component](/components/forms/choice-list) - To present a collection of objects of the same type such as customers, products, or orders, [use the resource list component](/components/lists-and-tables/resource-list) - When text labels for each item are useful for describing the content, [use the Description List component](/components/lists-and-tables/description-list) + +--- + +## Accessibility + + + +See Material Design and development documentation about accessibility for Android: + +- [Accessible design on Android](https://material.io/design/usability/accessibility.html) +- [Accessible development on Android](https://developer.android.com/guide/topics/ui/accessibility/) + + + + + +See Apple’s Human Interface Guidelines and API documentation about accessibility for iOS: + +- [Accessible design on iOS](https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/accessibility/) +- [Accessible development on iOS](https://developer.apple.com/accessibility/ios/) + + + + + +The list component outputs list items (`
  • `) inside a list wrapper (`