From a89d81cb1038bed540f8af91b5c331dc0e7e992b Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 24 Jan 2024 19:23:41 +0300 Subject: [PATCH 1/3] an article --- .../Documentation.docc/Tutorials/1,Basic/AdoptingCell.tutorial | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") } From b10e30ba0f35a970fe895d223f150b71cfd28f4a Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 24 Jan 2024 19:47:41 +0300 Subject: [PATCH 2/3] plural --- .../Tutorials/2.Advanced/AdjustableTutorial.tutorial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { From bc5585e83be06e5ec69c17e91755e82b3dd1f10d Mon Sep 17 00:00:00 2001 From: C Date: Wed, 24 Jan 2024 19:47:41 +0300 Subject: [PATCH 3/3] plural --- .../Articles/2.Advanced/AdjustableElements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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