diff --git a/Sources/AccessibilityDocumentation/Documentation.docc/Articles/2.Advanced/AdjustableElements.md b/Sources/AccessibilityDocumentation/Documentation.docc/Articles/2.Advanced/AdjustableElements.md index 4f47f7f..eda054f 100644 --- a/Sources/AccessibilityDocumentation/Documentation.docc/Articles/2.Advanced/AdjustableElements.md +++ b/Sources/AccessibilityDocumentation/Documentation.docc/Articles/2.Advanced/AdjustableElements.md @@ -1,6 +1,6 @@ # Adjustable elements -Simplifies interactions with a complex element for VoiceOver. +Simplifies interactions with complex elements for VoiceOver. > Tip: > - Best for VoiceOver, is changed by vertical swipe diff --git a/Sources/AccessibilityDocumentation/Documentation.docc/Tutorials/1,Basic/AdoptingCell.tutorial b/Sources/AccessibilityDocumentation/Documentation.docc/Tutorials/1,Basic/AdoptingCell.tutorial index da89850..2804579 100644 --- a/Sources/AccessibilityDocumentation/Documentation.docc/Tutorials/1,Basic/AdoptingCell.tutorial +++ b/Sources/AccessibilityDocumentation/Documentation.docc/Tutorials/1,Basic/AdoptingCell.tutorial @@ -1,7 +1,7 @@ @Tutorial(time: 10) { @Intro(title: "Adopting cell") { - Common case when a cell become accessible element and combine all data in its description. For example we have a cell with pizza's description: image, title, ingredients and price. We can dramatically simplify cell for VoiceOver + Common case when a cell become an accessible element and combine all data in its description. For example we have a cell with pizza's description: image, title, ingredients and price. We can dramatically simplify cell for VoiceOver } @@ -9,6 +9,7 @@ @Section(title: "The point") { @ContentAndMedia { Cell looks simple, but straitforward layout leads to several accessibility issues + @Comment { } @Image(source: "Chicken BBQ", alt: "Cell of Chicken BBQ with image, title, ingredients and price") } diff --git a/Sources/AccessibilityDocumentation/Documentation.docc/Tutorials/2.Advanced/AdjustableTutorial.tutorial b/Sources/AccessibilityDocumentation/Documentation.docc/Tutorials/2.Advanced/AdjustableTutorial.tutorial index a23964c..68bc689 100644 --- a/Sources/AccessibilityDocumentation/Documentation.docc/Tutorials/2.Advanced/AdjustableTutorial.tutorial +++ b/Sources/AccessibilityDocumentation/Documentation.docc/Tutorials/2.Advanced/AdjustableTutorial.tutorial @@ -1,6 +1,6 @@ @Tutorial(time: 10) { @Intro(title: "Setup adjustable elements") { - Simplifies interactions with a complex element for VoiceOver. + Simplifies interactions with complex elements for VoiceOver. } @Section(title: "Basic setup") {