Difference between revisions of "PEC-AD/ADAccessibility"
(Published) |
|||
Line 3: | Line 3: | ||
|DisplayName=Managing Accessibility for Agent Desktop | |DisplayName=Managing Accessibility for Agent Desktop | ||
|TocName=Accessibility for Agent Desktop | |TocName=Accessibility for Agent Desktop | ||
− | |Context=Information about setting up and using accessibility features in Workspace | + | |Context=Information about setting up and using accessibility features in Agent Workspace. |
|ComingSoon=No | |ComingSoon=No | ||
|Platform=GenesysEngage-onpremises | |Platform=GenesysEngage-onpremises | ||
Line 18: | Line 18: | ||
|anchor=Navigation | |anchor=Navigation | ||
|alignment=Vertical | |alignment=Vertical | ||
− | |structuredtext=Workspace | + | |structuredtext=Agent Workspace provides agents with {{Link-AnywhereElse|product=PEC-AD|version=Current|manual=Agent|topic=ADNav|anchor=accessibility|display text=keyboard navigation features}} that enable both manual keyboard navigation and accessibility devices to use the application. |
|Status=No | |Status=No | ||
}}{{Section | }}{{Section | ||
Line 24: | Line 24: | ||
|anchor=Spacing | |anchor=Spacing | ||
|alignment=Vertical | |alignment=Vertical | ||
− | |structuredtext=Workspace | + | |structuredtext=Agent Workspace supports [https://www.w3.org/TR/WCAG21/#text-spacing WCAG 2.1 Success Criterion 1.4.12] for text spacing overrides. Overrides are commonly applied by a user style sheet, bookmarklet, browser extension, or application. Agent Desktop supports the following overrides without loss of legibility due to truncation or superimposition: |
*The line height is adjustable to 1.5 times the font size. | *The line height is adjustable to 1.5 times the font size. |
Revision as of 18:48, July 28, 2022
Contents
Information about setting up and using accessibility features in Agent Workspace.
Accessibility compliance
Genesys provides a Voluntary Product Accessibility Template® - VPAT® report from ITI, to document conformance of Genesys Workspace Web Edition Agent Desktop to WCAG 2.1 Level AA specification. The VPAT® report is a standardized template for documenting conformance to various accessibility specifications. VPAT® report provided by Genesys follows the W3C/WAI’s WCAG 2.1 specification, as this is an international standard adopted and recognized by our customers worldwide. The Genesys VPAT® can be downloaded here: Genesys Accessibility Conformance Report WCAG Edition.
Agent Desktop navigation support
Agent Workspace provides agents with keyboard navigation features that enable both manual keyboard navigation and accessibility devices to use the application.
Text spacing override in Agent Desktop
Agent Workspace supports WCAG 2.1 Success Criterion 1.4.12 for text spacing overrides. Overrides are commonly applied by a user style sheet, bookmarklet, browser extension, or application. Agent Desktop supports the following overrides without loss of legibility due to truncation or superimposition:
- The line height is adjustable to 1.5 times the font size.
- The space between two paragraphs is adjustable to 2 times the font size.
- The letter spacing is adjustable to 0.12 times the font size.
- The word spacing between words is adjustable to 0.16 times the font size.
If you choose to apply a style sheet to override the default text spacing, the following CSS provides the maximum values that can be applied to the text:
* {
line-height: 1.5!important;
letter-spacing:.12em!important;
word-spacing: .16em !important;
}
p {
margin-bottom: 2em!important;
}
You can apply the CSS by using a browser plugin/extension such as Stylish, Stylus, or Custom Style Script. You can also use a bookmarklet, such as the CodePen text spacing bookmarklet.