Declaring your app as accessible in the Windows Store (Windows Store apps using JavaScript and HTML)

Language: JavaScript and HTML | VB/C#/C++ and XAML
5 out of 6 rated this helpful - Rate this topic

While onboarding your app to the Windows Store, you can declare your app as accessible. Declaring your app as accessible makes it easier to discover for users who are interested in accessible apps, such as users who have visual impairments. Users discover accessible apps by using the Accessible filter while searching the Windows Store. Declaring your app as accessible also adds the Accessible tag to your app’s description.

By declaring your app as accessible, you state that it meets the basic accessibility requirements that users need for key scenarios using one or more of the following:

  • The keyboard.
  • A high contrast theme.
  • A high dots per inch (dpi) setting.
  • Assistive technology such as the Windows accessibility features, including Narrator, Magnifier, and the Touch Keyboard.

You should declare your app as accessible if you built and tested it for accessibility. This means that you did the following:

  • Set all the relevant accessibility information for UI elements, including name, role, value, status, and so on.
  • Implemented full keyboard accessibility, enabling the user to:
    • Accomplish all app scenarios by using only the keyboard.
    • Tab among UI elements in a logical order.
    • Navigate among UI elements by using the arrow keys.
    • Use keyboard shortcuts to reach key app functionality.
  • Ensured that your app UI is visually accessible; that is, it has a minimum text contrast ratio of 4.5:1, it does not rely on color alone to convey information, and so on.
  • Used accessibility testing tools such as Inspect and UI Accessibility Checker (AccChecker) to verify your accessibility implementation, and resolved all priority 1 errors.
  • Verified your app’s key scenarios from end to end by using Narrator, Magnifier, Touch Keyboard, a high contrast theme, and a high dpi setting (that is, Make everything on your screen bigger is selected).

Related topics

Building an accessible Windows Store app with JavaScript

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.