Skip to content

Commit

Permalink
traits pics
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentheaded committed Mar 9, 2024
1 parent 2969736 commit ea40821
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
@ContentAndMedia {
Button trait adds the word "button" to the spoken description so the user knows that the element is, well, a button.

@Image(source: placeholder-image, alt: "")
@Image(source: buttons, alt: "")
}

@Steps {
Expand Down Expand Up @@ -242,7 +242,7 @@
>Important:
Don't use this trait to hide the element from Accessibility Features - because it doesn't. Use isAccessibilityElement = false instead.

@Image(source: placeholder-image, alt: "")
@Image(source: not-enabled, alt: "")
}

@Steps {
Expand Down Expand Up @@ -286,7 +286,7 @@
@ContentAndMedia {
Plays Sounds trait should be stated for the elements that produce sounds when activated so VoiceOver will be muted for the duration of the sound.

@Image(source: placeholder-image, alt: "")
@Image(source: plays-sound, alt: "")
}

@Steps {
Expand Down Expand Up @@ -352,7 +352,7 @@
@ContentAndMedia {
Modal element in SwiftUI has to be marked explicitly so non-modal elements are ignored when a modal view is visible.

@Image(source: placeholder-image, alt: "")
@Image(source: modal, alt: "")
}

@Steps {
Expand Down Expand Up @@ -413,7 +413,7 @@
@ContentAndMedia {
Header trait should be applied to elements that are essentially dividers, so the user knows that the content is divided into sections.

@Image(source: placeholder-image, alt: "")
@Image(source: headers, alt: "")
}

@Steps {
Expand All @@ -435,7 +435,7 @@
@ContentAndMedia {
Summary Element trait is a curious one. There can be only one summary element on the screen and its description is spoken every time the application is opened, even from a collapsed state. It is a great option to implement notifying users about the state of something important: for example, if you have a delivery application reading the summary item will tell the current status of their order.

@Image(source: placeholder-image, alt: "")
@Image(source: summary-element, alt: "")
}

@Steps {
Expand Down Expand Up @@ -481,7 +481,7 @@
@ContentAndMedia {
Image trait should be stated when you want to tell the user that there is an image. Users won't hear a thing about images without this trait stated because they are hidden from VoiceOver by default.

@Image(source: placeholder-image, alt: "")
@Image(source: images, alt: "")
}

@Steps {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@ To see how these technologies personalise the user experience go to the settings

### Community Trends
Finally, we came to the point where stating the purpose of this book is possible. iOS Accessibility Handbook is a collection of guidelines of how to develop software for iOS which supports [**Accessible Features**](<doc:AccessibilityFeatures>) and promotes [**accessible design**](<doc:AccessibleDesign>).
@Image(source: human-interface-guidelines, alt: "")

To dive into the process of developing accessible application open the Table of Contents, which covers the topics discussed in the book. If you want to learn about Accessibility or assistive technology, visit other articles from General Knowledge category.
@Image(source: roadmap, alt: "")
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea40821

Please sign in to comment.