-
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
b3b5289
commit 673df50
Showing
103 changed files
with
690 additions
and
972 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ok/iOSAccessibilityHandbook.docc/Pages/Enterprise/Activism/AccessibilityActivism.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
6 changes: 0 additions & 6 deletions
6
...ibilityHandbook.docc/Pages/Enterprise/Design/AccessibilityTree/AccessibilityTree.tutorial
This file was deleted.
Oops, something went wrong.
30 changes: 5 additions & 25 deletions
30
...ndbook/iOSAccessibilityHandbook.docc/Pages/Enterprise/Design/Standarts/Standarts.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,29 +1,9 @@ | ||
@Tutorial(time: 15) { | ||
@Intro(title: "Accessibility Compliance of iOS Applications") { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
@Article(time: 15) { | ||
@Intro(title: "iOS Applications Accessibility Conformance") { | ||
@Image(source: placeholder-image, alt: "") | ||
} | ||
|
||
@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#>) | ||
} | ||
} | ||
@ContentAndMedia { | ||
## WCAG ICT | ||
} | ||
} |
16 changes: 0 additions & 16 deletions
16
...OSAccessibilityHandbook/iOSAccessibilityHandbook.docc/Pages/Enterprise/Processes.tutorial
This file was deleted.
Oops, something went wrong.
22 changes: 7 additions & 15 deletions
22
...ityHandbook/iOSAccessibilityHandbook.docc/Pages/Enterprise/Testing/Manual/Manual.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
21 changes: 6 additions & 15 deletions
21
...ndbook.docc/Pages/Enterprise/Testing/UnitTesting/SnapshotTesting/SnapshotTesting.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,29 +1,20 @@ | ||
@Tutorial(time: 20) { | ||
@Intro(title: "Snapshot Accessibility Testing") { | ||
<#text#> | ||
Здесь зачин. | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
@Image(source: placeholder-image, alt: "") | ||
} | ||
|
||
@Section(title: "<#text#>") { | ||
@Section(title: "Title") { | ||
@ContentAndMedia { | ||
<#text#> | ||
Text. | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
@Image(source: placeholder-image, alt: "") | ||
} | ||
|
||
@Steps { | ||
@Step { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Step { | ||
<#text#> | ||
|
||
@Code(name: "<#display name#>", file: <#filename.swift#>) | ||
An instructional message. | ||
} | ||
} | ||
} | ||
} |
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
38 changes: 38 additions & 0 deletions
38
...c/Pages/Integration/Advanced/AccessibleContent/AccessibleCharts/AccessibleCharts.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,38 @@ | ||
@Tutorial(time: 20) { | ||
@Intro(title: "Adapting Visual Data Representation") { | ||
Здесь зачин. | ||
|
||
@Image(source: placeholder-image, alt: "") | ||
} | ||
|
||
@Section(title: "Data charts") { | ||
@ContentAndMedia { | ||
Text | ||
} | ||
@Steps { | ||
@Step { | ||
An instructional sentence | ||
} | ||
} | ||
} | ||
@Section(title: "Charts description") { | ||
@ContentAndMedia { | ||
Text | ||
} | ||
@Steps { | ||
@Step { | ||
An instructional sentence | ||
} | ||
} | ||
} | ||
@Section(title: "Audio graphs") { | ||
@ContentAndMedia { | ||
Text | ||
} | ||
@Steps { | ||
@Step { | ||
An instructional sentence | ||
} | ||
} | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
...s/Integration/Advanced/AccessibleContent/AccessibleListening/AccessibleListening.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,65 @@ | ||
@Article(time: 20) { | ||
@Intro(title: "Accessibility of Audio Content") { | ||
Здесь зачин. | ||
|
||
@Image(source: placeholder-image, alt: "") | ||
} | ||
|
||
@ContentAndMedia { | ||
## Hearing impairments | ||
## Optionality | ||
|
||
### Don't play sound by default | ||
### Silent mode | ||
### Volume adjustment | ||
|
||
## Scripts | ||
|
||
## Captions | ||
|
||
## Sign-language | ||
} | ||
} | ||
|
||
@Comment { | ||
@Tutorial(time: 10) { | ||
@Intro(title: "Adapting Audial Content") { | ||
An application may contain as many sounds as a person without hearing impairments can imagine. Sound notifications, reactions, background music, content with an audial channel - everything that plays a crucial role in perceiving a "sound" application may be neglected. If not by a hearing impairment, then by an assistive technology that adds more information to the auidial layer. So let's see how to make sounds accessible for everyone. | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Comment { | ||
https://developer.apple.com/wwdc20/10022 | ||
Intro | ||
Task | ||
https://www.apple.com/newsroom/2024/03/apple-introduces-transcripts-for-apple-podcasts/ | ||
AVSpeechSynthesizer | ||
Cases | ||
Wrap-up | ||
Quiz | ||
} | ||
|
||
@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.
59 changes: 59 additions & 0 deletions
59
...gration/Advanced/AccessibleContent/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,59 @@ | ||
@Article(time: 30) { | ||
@Intro(title: "Alternative Description") { | ||
Здесь зачин. | ||
|
||
@Image(source: placeholder-image, alt: "") | ||
} | ||
|
||
@ContentAndMedia { | ||
## Vision impairments | ||
|
||
## Enhance visual properties | ||
|
||
## Alternative description | ||
|
||
## Video captioning | ||
} | ||
} | ||
|
||
@Comment { | ||
@Tutorial(time: 15) { | ||
|
||
@Comment { | ||
https://meryl.net/captioned-videos-complete-guide/ | ||
} | ||
|
||
@Intro(title: "Visual Content Captioning") { | ||
Not only functional images such as interface controls require textual description. Images that are purely decorative are also inaccessible for people who have no ability to see them. So let's dive into the art of translating visual experience and allow everyone to enjoy pictures, animations and videos in your app. | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Comment { | ||
Intro | ||
Task | ||
AI | ||
Purpose | ||
Process | ||
Details | ||
Quiz | ||
} | ||
|
||
|
||
@Section(title: "<#text#>") { | ||
@ContentAndMedia { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
|
||
@Steps { | ||
@Step { | ||
<#text#> | ||
|
||
@Image(source: <#file#>, alt: "<#accessible description#>") | ||
} | ||
} | ||
} | ||
} | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.