Skip to content

Commit

Permalink
titles
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentheaded committed May 31, 2024
1 parent 6928362 commit 318029d
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
@Article(time: 15) {

@Comment {
https://w3c.github.io/Mobile-A11y-TF-Note/
https://www.w3.org/TR/wcag2ict-22/
@Intro(title: "Complying with Accessibility Standards") {
Здесь зачин.

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

@Intro(title: "Accessibility Conformance Tools") {
<#text#>
@ContentAndMedia {
## Standards
## Checklists
## Tools
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Article(time: 30) {
@Intro(title: "Accessibility Quality Assurance") {
@Intro(title: "Accessibility Testing of iOS Applications") {
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.


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Tutorial(time: 15) {
@Intro(title: "Manual Testing of iOS Applications") {
@Intro(title: "Manual Accessibility Testing") {
Здесь зачин.

@Image(source: placeholder-image, alt: "")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Article(time: 20) {
@Intro(title: "Accessibility of Audio Content") {
@Intro(title: "Accessible Audio Content") {
Здесь зачин.

@Image(source: placeholder-image, alt: "")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
@Tutorial(time: 20) {
@Article(time: 30) {
@Intro(title: "Rotor") {
Здесь зачин.

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

@Section(title: "Title") {
@ContentAndMedia {
Text.

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

@Steps {
@Step {
An instructional message.
}
}
@ContentAndMedia {
## Rotor
## Index Focus
## Indices
## Custom Rotor
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@Tutorial(time: 30) {
@Intro(title: "Multiple Traits at Once") {
<#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#>)
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@Tutorial(time: 30) {
@Intro(title: "Vertical Swipes") {
@Intro(title: "Context Actions") {
<#text#>

@Image(source: <#file#>, alt: "<#accessible description#>")
Expand Down

0 comments on commit 318029d

Please sign in to comment.