Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: docs/ios/voiceover.md

Issue 2731293003: Move ios documentation from //docs to //docs/ios. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/ios/infra.md ('k') | docs/ios_build_instructions.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # VoiceOver 1 # VoiceOver
2 2
3 VoiceOver is an Accessibility feature available on Apple platforms. It provides 3 VoiceOver is an Accessibility feature available on Apple platforms. It provides
4 an interface between your app and your blind or low-vision users. In short, it's 4 an interface between your app and your blind or low-vision users. In short, it's
5 a screen reader. 5 a screen reader.
6 6
7 ## Overview 7 ## Overview
8 8
9 [Activating VoiceOver](#Activate-VoiceOver) fundamentally changes the touch 9 [Activating VoiceOver](#Activate-VoiceOver) fundamentally changes the touch
10 interface of an iOS device, so when you activate it, you need to know these 10 interface of an iOS device, so when you activate it, you need to know these
(...skipping 28 matching lines...) Expand all
39 39
40 ## Additional Resources 40 ## Additional Resources
41 41
42 - [Apple presentation of VoiceOver] 42 - [Apple presentation of VoiceOver]
43 - [AppleVis intro to VoiceOver] 43 - [AppleVis intro to VoiceOver]
44 44
45 [Apple presentation of VoiceOver]: http://www.apple.com/accessibility/osx/voiceo ver/ 45 [Apple presentation of VoiceOver]: http://www.apple.com/accessibility/osx/voiceo ver/
46 [AppleVis intro to VoiceOver]: http://www.applevis.com/guides/ios-miscellaneous- voiceover/intro-ios-accessibility-blind-and-low-vision-users 46 [AppleVis intro to VoiceOver]: http://www.applevis.com/guides/ios-miscellaneous- voiceover/intro-ios-accessibility-blind-and-low-vision-users
47 [Video screenshot]: https://img.youtube.com/vi/WxQ2qKShvmc/0.jpg 47 [Video screenshot]: https://img.youtube.com/vi/WxQ2qKShvmc/0.jpg
48 [Video link]: https://www.youtube.com/watch?v=WxQ2qKShvmc "iPhone VoiceOver Func tion For People With Disabilities" 48 [Video link]: https://www.youtube.com/watch?v=WxQ2qKShvmc "iPhone VoiceOver Func tion For People With Disabilities"
OLDNEW
« no previous file with comments | « docs/ios/infra.md ('k') | docs/ios_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698