Accessibility features
Pega Platform uses the WAI-ARIA technical specification to improve the accessibility and interoperability of web content. This extends the semantic information necessary to make content accessible to people with disabilities - for example, those who rely on screen readers or who cannot use a pointing device, such as a mouse.
Among the accessibility features that have been added or improved by enabling assistive technologies (ATs) in Pega Platform are the following:
Control/feature | Description | Added in |
AutoComplete | Autocomplete controls support accessibility. | 7.1 |
Buttons | A unique ID for buttons has been added to support getting the focus. | 7.1 |
Collapsed text | The collapsed text area is non-editable. | 7.1 |
DynamicSelect and PromptSelect | Loss of context upon selecting DynamicSelect and PromptSelect controls is avoided with the use of a Go button. | 7.1 |
Error messages | Page error messages are readable by ATs. | 6.x |
Field-level error messages | Field-level error messages are readable by ATs when there is a change that displays the error, such as for a failed validation. | 6.x |
Grid categorization | AT support added for the new grid categorization capability. | 7.1 |
Grid edit modes | Made the click action for all edit modes accessible. | 6.x |
Grid expand/embed | Grid expand/embed and pane/show capabilities available to AT users. | 6.x |
Grid filter and sort | AT support added for grid filter and sort capability. | 6.2 |
Grid pagination | Grid pagination features are available to ATs. | 6.2 |
Grid row presentation | Grid row numbering and freeze header features are accessible. | 7.1 |
Grid table content | Grid table content is accessible to AT users. | 6.x |
Icons | The icon control is accessible based on assigned actions. | 7.1 |
Modal windows | Modal dialogs are clearly identified and work with ATs like JAWS. | 7.1 |
Multi-Select lists | Users can select more than one item from a list. | 7.3.1 |
New layouts |
Dynamic layouts and layout groups use the WAI-ARIA specification for full AT support.
Users can focus on the expand/collapse icon in a layout using the Tab key. Expanded/collapsed state is announced for those users that use screen readers. | 7.1 |
Overlays |
Identification of overlays and working within them without needing a pointing device has been enabled.
Overlays are announced by assistive technologies and can be dismissed by hitting the Esc key. This applies to all overlays, and modal dialogs launched as local actions, and popovers that are part of the auto-generated UI, such as the grid filter panel. | 7.1 |
Portal structural elements | The screen layout (that is, the structural arrangement of any page or section) can be read and comprehended. | 7.1 |
Radio buttons | All radio button options can be read by the screen reader. | 7.1 |
Read-write controls | Read-write controls provide proper labels or text alternatives. | 7.1 |
"Registry" of keyboard shortcuts | Tabs, arrows, and all modifier keys that are programmatically handled are stored in a single file location. | 7.1 |
Rich Text Editor | Rich text editor controls can be exited using the keyboard alone. | 6.x |
Skip to content area | Keyboard-only and audio-assisted users can reach the main content area (that is, the work area/dynamic container) without having to repeat portal navigation each time. | 7.1 |
Smart info | Header and content text is readable; keyboard tabbing works with actionable and editable items; the ESC key returns the focus to the element that invoked the smart info. | 7.1 |
Smart tips | Smart tip text is read by a screen reader; the focus remains on the invoking control. | 7.1 |
Wait indicator | The Page load status announces "Loading content" through an assistive technology as soon as the wait indicator is displayed, and announces "Loading completed" when it disappears. |
- Page load status
The throbber, which indicates the status of a page loading, communicates the page load status to an assistive technology, such as JAWS. By default the content announced is "Loading content". This text is editable in the pyThrobberLoadingText property. The assistive technology is also notified when the loading process is complete. By default, the a
- Understanding accessibility
Pega Platform extends support for accessibility to enable potential compliance with the Web Content Accessibility Guidelines (WCAG) 2.0 A and AA. WCAG is a product of the W3C Web Accessibility Initiative (WAI), an effort to improve web and browser accessibility for people with disabilities. This enhances the existing support for guidelines establi
- Accessibility and Pega Platform
Pega Platform uses the Accessible Rich Internet Application (ARIA) roles to support accessibility. WAI-ARIA roles are a World Wide Web Consortium (W3C) ontology that specifies roles, states, or properties for each element. WAI-ARIA roles provide semantic information about features, structures, and behaviors allowing assistive technologies to conve
- WAI-ARIA Roles
Pega Platform supports accessibility through the use of Accessible Rich Internet Application (WAI-ARIA) roles. The WAI-ARIA role indicates the type of content or functionality within the dynamic layout. Roles may be added to a dynamic layout specify the role of the dynamic layout. By default, WAI-ARIA roles are assigned to screen layouts and dynam
Previous topic Understanding accessibility Next topic Page load status