Accessibility Enabled Toggle Button - What exactly does it do in ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 05:16 PM
Hello,
Other than enabling the screen reader function by activating the "Accessibility Enabled" toggle button. Without activating the other toggle buttons, are there any other features that are also activated that are easily detectable and easy to demonstrate? I have read the compliance documentation and the accessibility features by release (i.e. San Diego, Tokyo... etc), but is there a document that clarifies exactly what happens in ServiceNow when only the "Accessibility Enabled" toggle button is activated?
Any feedback is appreciated.
Cheers,
Charlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 11:53 AM
“Accessibility enabled” generates a user preference record for “glide.ui.accessibility” which unlocks the 3 settings listed below the line as per the description.
- Although, these can each be toggled individually if required.
Show tooltips on forms
(glide.ui.accessibility.accessible.tooltips):
- Displays a help icon next to each field that has a hint. Note that disabling accessibility mode turns this feature off.
UI16:
^ note the ? within the circle on the “Configuration item” field, vs the “Risk” field which does not have a hint associated to it.
Pre-Seismic Workspace:
^ note the small “i” within a circle. This is a clickable interaction. Compare this with the same “Risk” field on the right which does not have a hint associated to it.
Seismic Workspace:
^ This preference does not appear to be honoured.
Service Portals - form:
Show Date & Time format in field label
(glide.ui.accessibility.accessible.dateFormat):
- Displays the correct format next to the date and time field labels. Note that disabling accessibility mode turns this feature off.
- Side note – this is driven by the format from the sys_user’s profile value, in UI16 is present in the label, in other UI’s shows in the field when empty.
Pre-Seismic Workspace:
Seismic Workspace:
Data visualization patterns enabled
(glide.ui.report.accessibility.patterns)
- Replaces solid colors with patterns to improve accessibility in data visualizations
High Contrast theme:
Important notes:
- This theme does not apply to UI aspects within the frame, e.g. forms, lists, reports etc
Underline for Links
- When user navigates using keyboard to any link on Service Portal, underlines appear for links
Focus on the First Interactable control
- When user navigates to any UI16 list, focus lands on the “list controls-hamburger menu”
Accessibility Disabled
Accessibility Enabled
keyboard Accessibility on Forms
- When user navigates to any UI16 Forms, buttons such as “show related incidents” “preview record” are part of focus order and accessible via keyboard
Keyboard Shortcut for HTML editor
- When user navigates to Knowledge HTML editor in Service Portal and UI16, keyboard short cut tooltip is visible only when accessibility is enabled.