-
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
b47862b
commit 3a7cdd2
Showing
11 changed files
with
89 additions
and
35 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
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
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
28 changes: 28 additions & 0 deletions
28
...iOSAccessibilityHandbook.docc/Pages/Processes/Processes/Maintenance /Maintenance.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: 15) { | ||
@Intro(title: "Accessibility Maintenance") { | ||
If supported, any application grows in complexity even if there is no additional functionality added. | ||
|
||
@Image(source: image-placeholder, alt: "") | ||
} | ||
|
||
@Section(title: "No Fucking Idea") { | ||
@ContentAndMedia { | ||
Text! | ||
|
||
@Image(source: chapter-placeholder, alt: "") | ||
} | ||
|
||
@Steps { | ||
@Step { | ||
Text? | ||
|
||
@Image(source: image-placeholder, alt: "") | ||
} | ||
@Step { | ||
Text. | ||
|
||
@Image(source: chapter-placeholder, alt: "") | ||
} | ||
} | ||
} | ||
} |
17 changes: 0 additions & 17 deletions
17
.../iOSAccessibilityHandbook.docc/Pages/Processes/Processes/Testing/AccessibilityQA.tutorial
This file was deleted.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
...Handbook/iOSAccessibilityHandbook.docc/Pages/Processes/Processes/Testing/Testing.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,27 @@ | ||
# Accessibility Quality Assurance | ||
|
||
Testing is an essential part of production. Just as any other functionality, accessibility of an app has to be tested to make sure that the app is approachable and intuitive. | ||
|
||
@Metadata { | ||
@DisplayName("Accessibility Quality Assurance") | ||
@PageImage( | ||
purpose: icon, | ||
source: "icon", | ||
alt: "") | ||
@PageColor(blue) | ||
} | ||
|
||
## Testing Team | ||
To test whether your app is accessible it may be helpful to have someone who is a regular user of Accessibility Features. For example, a blind person. But is it strictly required for making an approachable product? | ||
@Image(source: placeholder-image, alt: "") | ||
|
||
|
||
## Accessibility VS UX | ||
Accessibility Testing sometimes exposes issues of user experience nature which have nothing to do with accessibility adaption. See the tutorial below to distinguish between these kinds of bugs and know how to deal with them in accordance. | ||
|
||
## Standards And Certification | ||
Accessibility initiatives often come up with their vision of what makes an application accessible. Let's' go through some of the most common guidelines to see how to make your app legit. | ||
|
||
## Automated Testing | ||
As for today there are more than enough tools to cover certain accessibility checks by automated testing that help testers to organise their work. Such instruments are found helpful to zero the chance of overseeing something and omitting the need to repetitively check the code. | ||
|
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
File renamed without changes
File renamed without changes