-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fba065
commit a13f043
Showing
13 changed files
with
188 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 5 additions & 1 deletion
6
...lityHandbook.docc/Pages/AdaptionTechniques/Advanced/VisualProperties/DynamicType.tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...s/AdaptionTechniques/Essentials/Describe/AccessibleReading/AccessibleReading.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# AccessibleReading | ||
|
||
<!--@START_MENU_TOKEN@-->Summary<!--@END_MENU_TOKEN@--> | ||
|
||
## Overview | ||
|
||
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@--> | ||
|
||
### Section header | ||
|
||
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@--> |
28 changes: 28 additions & 0 deletions
28
...aptionTechniques/Essentials/Describe/AdditionalDescription/AdditionalDescription.tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
@Tutorial(time: <#number#>) { | ||
@Intro(title: "<#text#>") { | ||
AvSpeechSynthesizer talk here. | ||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Section(title: "<#text#>") { | ||
@ContentAndMedia { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Steps { | ||
@Step { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Step { | ||
<#text#> | ||
|
||
@Code(name: "<#display name#>", file: <#filename.swift#>) | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...tionTechniques/Essentials/Describe/AlternativeDescription/AlternativeDescription.tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@Tutorial(time: 15) { | ||
@Intro(title: "How To Describe Visual Content") { | ||
Some guidelines here. | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Section(title: "<#text#>") { | ||
@ContentAndMedia { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Steps { | ||
@Step { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Step { | ||
<#text#> | ||
|
||
@Code(name: "<#display name#>", file: <#filename.swift#>) | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
...Handbook.docc/Pages/Introduction/AccessibilityFeatures/GuidedAccess/GuidedAccess.tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@Tutorial(time: <#number#>) { | ||
@Intro(title: "<#text#>") { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Section(title: "<#text#>") { | ||
@ContentAndMedia { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Steps { | ||
@Step { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Step { | ||
<#text#> | ||
|
||
@Code(name: "<#display name#>", file: <#filename.swift#>) | ||
} | ||
} | ||
} | ||
} |
File renamed without changes.
40 changes: 39 additions & 1 deletion
40
...tyHandbook/iOSAccessibilityHandbook.docc/Pages/Processes/Design/AccessibleDesign.tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...andbook/iOSAccessibilityHandbook.docc/Pages/Processes/Design/ErrorPrevention.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ErrorPrevention | ||
|
||
Fuck time limits | ||
|
||
## Overview | ||
|
||
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@--> | ||
|
||
### Section header | ||
|
||
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@--> |
11 changes: 11 additions & 0 deletions
11
...iOSAccessibilityHandbook.docc/Pages/Processes/Testing/AccessibilityInspector.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# AccessibilityInspector | ||
|
||
Lovely helper! | ||
|
||
## Overview | ||
|
||
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@--> | ||
|
||
### Section header | ||
|
||
<!--@START_MENU_TOKEN@-->Text<!--@END_MENU_TOKEN@--> |
2 changes: 1 addition & 1 deletion
2
...sibilityHandbook/iOSAccessibilityHandbook.docc/Pages/Processes/Testing/UITesting.tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@Tutorial(time: 30) { | ||
@Intro(title: "🔒 UI Testing") { | ||
|
||
Михаил Рубанов знает. | ||
} | ||
|
||
@Section(title: "<#text#>") { | ||
|
2 changes: 1 addition & 1 deletion
2
...bilityHandbook/iOSAccessibilityHandbook.docc/Pages/Processes/Testing/UnitTesting.tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@Tutorial(time: 20) { | ||
@Intro(title: "🔒 Unit Testing") { | ||
|
||
Михаил Рубанов знает. | ||
} | ||
|
||
@Section(title: "<#text#>") { | ||
|