Skip to content

Commit

Permalink
test article
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentheaded committed Apr 6, 2024
1 parent 532fe4f commit 4e3dc8a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Tutorials(name: "AdaptionStrategy") {
@Intro(title: "iOS Applications Accessibility Adaption Guide") {
@Intro(title: "iOS Accessibility Adoption Guide") {
Here is the **roadmap** of what one can do to make their application *accessible*.

### Essentiality
Expand All @@ -16,13 +16,13 @@
Otherwise you may start straight from the first guide or a tutorial of your particular interest — the separated materials are *self-sufficient*.
}

@Volume(name: "Adopting Accessibility") {
@Volume(name: "Integrating interfaces with accessibility") {

Here are the guides about **adopting features** *essential* for assistive technology to function.

@Image(source: placeholder-image.png, alt: "")

@Chapter(name: "Expose Application's Data") {
@Chapter(name: "Expose interfacial data") {
@Image(source: chapter-placeholder.png, alt: "")

Provide a **detailed description** to everything in the interface so assistive technologies know how to deal with it.
Expand All @@ -33,15 +33,18 @@
@TutorialReference(tutorial: "doc:AdaptCells")
}

@Chapter(name: "Adapt User Scenarios") {
@Chapter(name: "Adapt user scenarios") {
@Image(source: chapter-placeholder.png, alt: "")

Think over the **goals** users have to be able to achieve using your app to enable them to do it.

@TutorialReference(tutorial: "doc:ControlHierarchy")
@TutorialReference(tutorial: "doc:Article")


}

@Chapter(name: "Make Navigation Possible") {
@Chapter(name: "Make navigation possible") {
@Image(source: chapter-placeholder.png, alt: "")

Integrate **alternative controlling** to enable people use the app however they are *able* or *willing* to.
Expand All @@ -53,7 +56,7 @@
}
}

@Volume(name: "Polishing Accessible Experience") {
@Volume(name: "Providing accessible experience") {

The next tutorials are dedicated to making the *experience* of [**Accessibility Features**](<doc:AccessibilityFeatures>) users more **comfortable** and **immersive** -- just as it as for regular users.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@Article(time: 20) {
@Intro(title: String) {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Talking about **Dynamic Type** we are going to discuss those **visual impairment

A **font** is a family of **glyphs** of the same style used to represent **symbols** -- units of the *written* language.

@Image(source: fonts, alt: "")

**Font scaling** is a term that describes **changing the size of symbols** both to *lesser* or *bigger* degrees.

@Image(source: text-sizes, alt: "")
Expand Down
Binary file not shown.

0 comments on commit 4e3dc8a

Please sign in to comment.