Skip to content

Commit

Permalink
Merge pull request #1 from VODGroup/eng
Browse files Browse the repository at this point in the history
test pull req
  • Loading branch information
crescentheaded authored Jan 24, 2024
2 parents fab32d1 + bc5585e commit babac3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Adjustable elements

Simplifies interactions with a complex element for VoiceOver.
Simplifies interactions with complex elements for VoiceOver.

> Tip:
> - Best for VoiceOver, is changed by vertical swipe
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
@Tutorial(time: 10) {
@Intro(title: "Adopting cell") {

Common case when a cell become accessible element and combine all data in its description. For example we have a cell with pizza's description: image, title, ingredients and price. We can dramatically simplify cell for VoiceOver
Common case when a cell become an accessible element and combine all data in its description. For example we have a cell with pizza's description: image, title, ingredients and price. We can dramatically simplify cell for VoiceOver


}

@Section(title: "The point") {
@ContentAndMedia {
Cell looks simple, but straitforward layout leads to several accessibility issues
@Comment { }

@Image(source: "Chicken BBQ", alt: "Cell of Chicken BBQ with image, title, ingredients and price")
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@Tutorial(time: 10) {
@Intro(title: "Setup adjustable elements") {
Simplifies interactions with a complex element for VoiceOver.
Simplifies interactions with complex elements for VoiceOver.
}

@Section(title: "Basic setup") {
Expand Down

0 comments on commit babac3d

Please sign in to comment.