diff --git a/Sources/AccessibilityDocumentation/Documentation.docc/Articles/DescribeElements.md b/Sources/AccessibilityDocumentation/Documentation.docc/Articles/DescribeElements.md index 3772a33..97e7688 100644 --- a/Sources/AccessibilityDocumentation/Documentation.docc/Articles/DescribeElements.md +++ b/Sources/AccessibilityDocumentation/Documentation.docc/Articles/DescribeElements.md @@ -13,8 +13,8 @@ The main property is `accessibilityLabel` – defines element's name. It should **Examples:** - *1.4 billions views* – just the fact under the video - *Never Gonna Give You Up* song title that describes screen's content -- *Next* for button that skip a song in audio player -- *Pizza Pepperoni* for cell in the menu +- *Next* for button that skip a song in audio player. The button can be just icon, but we provide textual description for it. +- *Pizza Pepperoni* for cell in the menu. The cell can contain an image of the pizza, but we not point on it in textual description, just describe what the cell is about. - *Size* for segmented control on product card - *Brightness* for slider in Control Center diff --git a/Sources/AccessibilityDocumentation/Documentation.docc/Articles/Documentation.md b/Sources/AccessibilityDocumentation/Documentation.docc/Documentation.md similarity index 95% rename from Sources/AccessibilityDocumentation/Documentation.docc/Articles/Documentation.md rename to Sources/AccessibilityDocumentation/Documentation.docc/Documentation.md index 2ae0271..4ec6af0 100644 --- a/Sources/AccessibilityDocumentation/Documentation.docc/Articles/Documentation.md +++ b/Sources/AccessibilityDocumentation/Documentation.docc/Documentation.md @@ -21,6 +21,12 @@ To prototype interaction on early stage of development you can use [VoiceOver De ![Screenshot of the application](VoiceOverDesigner.png) +## Tutorials + +Step by step practice course. + +- + ## Topics -