From e0b3f2a788e63a10b0fa21bdd700fbcf7e1add34 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 24 Mar 2011 12:15:35 -0700 Subject: [PATCH] docs: fix a few things in a11y doc Change-Id: I142b0b4498cf6d19655ad1ccc2066e59c39e75a6 --- .../guide/practices/design/accessibility.jd | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/html/guide/practices/design/accessibility.jd b/docs/html/guide/practices/design/accessibility.jd index dec815fcbf2cd..45906821354ea 100644 --- a/docs/html/guide/practices/design/accessibility.jd +++ b/docs/html/guide/practices/design/accessibility.jd @@ -45,17 +45,16 @@ href="{@docRoot}resources/samples/AccessibilityService/index.html">Accessibility

Many Android users have disabilities that require them to interact with their Android devices in -different ways. These include users who have visual, physical or aging-related disabilities that +different ways. These include users who have visual, physical or age-related disabilities that prevent them from fully using or seeing a touchscreen.

Android provides an accessibility layer that helps these users navigate their Android-powered devices more easily. Android's accessibility services provide things like text-to-speech, haptic -feedback and trackball/D-pad navigation that augment the user experience.

+feedback, and trackball/d-pad navigation that augment the user experience.

Your application should follow the guidelines in this document to ensure that it provides a -good experience for users with disabilities.

- -

Following these two basic rules will solve most access-related problems:

+good experience for users with disabilities. Following these two basic rules will solve most +access-related problems: