Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentheaded committed Feb 24, 2024
1 parent eb20f7f commit afedb23
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

Provide a detailed description to everything so assistive technologies know how to deal with them.

@TutorialReference(tutorial: "doc:DescribeElements")
@TutorialReference(tutorial: "doc:DescribeInterface")
@TutorialReference(tutorial: "doc:AdaptCells")
}

Expand All @@ -36,7 +36,7 @@

Re-structure complex collections that way so it is easier to navigate between them.

@TutorialReference(tutorial: "doc:HideUselessControls")
@TutorialReference(tutorial: "doc:ControlHierarchy")
}

@Chapter(name: "Make Navigation Possible") {
Expand Down Expand Up @@ -68,9 +68,8 @@

Horizontal swipes are used for navigation, but vertical swipes allows to control inner values of an element. Read about <doc:aVerticalSwipes>

@TutorialReference(tutorial: "doc:AdaptCells")
@TutorialReference(tutorial: "doc:AdjustableElements")
@TutorialReference(tutorial: "doc:CustomDescription")
@TutorialReference(tutorial: "doc:VerticalSwipes")

}

Expand All @@ -79,7 +78,6 @@

There are several options that is rare needed, but you can be interested in

@TutorialReference(tutorial: "doc:SpecificProperties")
@TutorialReference(tutorial: "doc:Charts")
}

Expand Down Expand Up @@ -115,7 +113,6 @@
How to design accessible apps.
<doc:AccessibleDesign>

@TutorialReference(tutorial: "doc:AccessibleDesign")
@TutorialReference(tutorial: "doc:AccessibilityTree")
@TutorialReference(tutorial: "doc:VoiceOverDesigner")
}
Expand All @@ -126,6 +123,7 @@
How to test accessible apps.
<doc:AccessibilityQualityAssurance>

@TutorialReference(tutorial: "doc:AccessibilityInspector")
@TutorialReference(tutorial: "doc:UnitTesting")
@TutorialReference(tutorial: "doc:UITesting")
}
Expand Down

0 comments on commit afedb23

Please sign in to comment.