Skip to content

Commit

Permalink
contents
Browse files Browse the repository at this point in the history
  • Loading branch information
crescentheaded committed Feb 24, 2024
1 parent 5a74e3b commit eb20f7f
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 28 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AssistiveAccess
# Assistive Access

@Metadata {
@PageColor(blue)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ Reading the book you may sometimes notice screenshots of iOS applications with *
- <doc:VoiceControl>
- <doc:SwitchControl>
- <doc:DynamicType>
- <doc:GuidedAccess>
- <doc:aGuidedAccess>
- <doc:AssistiveTouch>
- <doc:AssistiveAccess>
- <doc:AAC>

### Accessibility In Code
- <doc:AccessibilityAdaption>
Expand All @@ -77,26 +78,62 @@ Reading the book you may sometimes notice screenshots of iOS applications with *
### Adapting Strategy
- <doc:AdaptionStrategy>

### Essential Implementations
- <doc:DescribeElements>
### Must-Have Functionality
- <doc:DescribeInterface>
- <doc:AdaptCells>
- <doc:Containers>
- <doc:Navigation>
- <doc:FocusOrder>
- <doc:ControlHierarchy>
- <doc:OnScreen-Navigation>
- <doc:Between-ScreensNavigation>
- <doc:Charts>
- <doc:ControlHierarchy>

### Greater Accessible Experience
- <doc:AdvancedTechniques>

### Advanced Techniques
### Accessible Graphics
- <doc:ColorsAndShapes>
- <doc:DynamicType>

### Adapt Content
- <doc:DescribeContent>
- <doc:AlternativeDescription>
- <doc:AccessibleReading>
- <doc:AccessibleListening>
- <doc:AccessibleCharts>


### Controls
- <doc:aAdjustableElements>
- <doc:SpecificProperties>
- <doc:CustomActions>
- <doc:Rotor>
- <doc:Navigation>
- <doc:aControlHierarchy>
- <doc:CustomRotor>
- <doc:aVerticalSwipes>

### Input
- <doc:TextInput>

### Miscellaneous
- <doc:AdaptedPrivacy>

### What's Next?
- <doc:WhatsNext>
- <doc:Processes>

### Design
- <doc:AccessibleDesign>
- <doc:AccessibilityTree>
- <doc:VoiceOverDesigner>
- <doc:ErrorPrevention>

### Testing
- <doc:AccessibilityQualityAssurance>
- <doc:UITesting>
- <doc:UnitTesting>
- <doc:AccessibilityInspector>

### Maintenance
- <doc:Maintenance>

### Activism
- <doc:AccessibilityActivism>

0 comments on commit eb20f7f

Please sign in to comment.