Enabling accessibility features
-
- UpdatedFeb 1, 2024
- 6 minutes to read
- Washington DC
- Navigation and UI
You can configure accessibility features globally or for specific users. Users can also individually enable user preferences for themselves to meet their specific accessibility needs.
The platform includes features that support Web Content Accessibility Guidelines (WCAG) 2.0 AA and WCAG 2.1 AA (for some products) to make the interface more accessible to all users. These features improve the user experience when accessing the instance with screen readers and keyboard navigation.
Accessibility features are not enabled by default because some features are user specific. Administrators have the flexibility to enable features globally or for individual users.
- Enable the accessibility option.
- Enable the high contrast theme.
- Use skip links.
- Disable first field focus
Enable accessibility mode
Enable accessibility mode on your instance.
Before you begin
Role required: none
About this task
Administrators can enable accessibility mode for specific users by navigating to User preferences.
and searching for the glide.ui.accessibility user preference. For more information on configuring user preferences, seeProcedure
What to do next

Enable the high contrast theme
In Core UI, administrators can enable the Contrast UI theme for users who need a greater contrast in color.
Before you begin
Role required: admin
About this task
Individual users can enable the contrast theme for themselves by navigating to the Theme tab of the system settings menu. From the Theme tab, select the Contrast UI theme.
Procedure
Disable first field focus
When a form loads, the system automatically sends focus to the first field on the form. For accessibility reasons, you can disable this option so that focus starts on the first element on the top of the page.
Before you begin
Role required: admin
About this task
Sending focus to the first field on a form is useful to most users however, it presents challenges for users with certain disabilities. For example, a user using the system with a screen reader may not realize there is additional content above the field that receives focus.
Procedure
Enable the accessible form tooltips feature
The accessible tooltips user preference adds a tooltip icon that users can tab to, to view a tooltip for a field.
Before you begin
Role required: admin
About this task
Administrators can enable accessible form tooltips for specific users by navigating to User preferences.
and searching for the glide.ui.accessibility.accessible.tooltips user preference. For more information on configuring user preferences, seeAccessibility must be enabled for the accessible form tooltips user preference to work.
Procedure
Configure a Windows 64-bit host to use 32-bit NVDA with Java applications
The NVDA Assistive Technology screen reader is a 32-bit application that, when the Java Access bridge has been enabled, reads aloud Java applications built to support accessibility. If you encounter a problem using NVDA to access Java applications on a 64-bit Windows host, you must configure the Java Access bridge.
Before you begin
Role required: local or domain administrator on the host Windows machine
About this task
- The 32-bit and 64-bit Oracle Java jdk versions 8u171 are being installed in the default location.
- A Windows command prompt with administrative privileges is used to execute command line utilities.
- Executable statements are prefixed with the
PROMPT>
string.
- This configuration was used on a Windows 7 VM host to test the NVDA and JAWS screen readers.
- This example refers to Java version 8u171. If you are using a later version of Java, substitute that version.
Procedure