@@ -111,16 +111,18 @@ English language interface:</p>
111111<p>By including the description, speech-based accessibility services can announce "Add note" when a
112112user moves focus to this button or hovers over it.</p>
113113
114- <p class="note">Note: For {@link android.widget.EditText} fields, provide an
114+ <p class="note"><strong> Note:</strong> For {@link android.widget.EditText} fields, provide an
115115<a href="{@docRoot}reference/android/widget/TextView.html#attr_android:hint">android:hint</a>
116116attribute to help users understand what content is expected.</p>
117117
118118<h2 id="focus-nav">Enabling Focus Navigation</h2>
119119
120120<p>Focus navigation allows users with disabilities to step through user interface controls using a
121121directional controller. Directional controllers can be physical, such as a clickable trackball,
122- directional pad (D-Pad) or arrow keys, tab key navigation with an attached keyboard or a software
123- application that provides an on-screen directional control.</p>
122+ directional pad (D-pad) or arrow keys, tab key navigation with an attached keyboard or a software
123+ application, such as the
124+ <a href="https://play.google.com/store/apps/details?id=com.googlecode.eyesfree.inputmethod.latin">
125+ Eyes-Free Keyboard</a>, that provides an on-screen directional control.</p>
124126
125127<p>A directional controller is a primary means of navigation for many users.
126128Verify that all user interface (UI) controls in your application are accessible
@@ -566,5 +568,7 @@ option is not available.</p>
566568<p>As part of your accessibility testing, you can test navigation of your application using focus,
567569even if your test devices does not have a directional controller. The <a
568570href="{@docRoot}guide/developing/tools/emulator.html">Android Emulator</a> provides a
569- simulated directional controller that you can easily use to test navigation. You can also use the
570- arrow keys and Enter key on your keyboard with the Emulator to simulate use of a D-pad.</p>
571+ simulated directional controller that you can easily use to test navigation. You can also use a
572+ software-based directional controller, such as the one provided by the
573+ <a href="https://play.google.com/store/apps/details?id=com.googlecode.eyesfree.inputmethod.latin">
574+ Eyes-Free Keyboard</a> to simulate use of a D-pad.</p>
0 commit comments