wpf-404817-controls-and-libraries-layout-management-accessibility-support.md
Many DevExpress WPF controls comply with WCAG 2.2 (Level AA), Section 508, and EN 301 549 standards. To learn more about how WPF controls satisfy these requirements, refer to the DevExpress Accessibility Conformance Report (ACR).
Download: DevExpress WPF ACR v24.1(based on VPAT®)
The following table lists known Dock and Layout Manager control limitations according to the WCAG 2.x standard:
|
WCAG 2.x Criterion
|
Exception Description
| | --- | --- | |
1.3.1
Info and Relationships
(Level A)
|
Control does not provide assistive technologies with accessible information about its group hierarchy.
| |
2.1.1
Keyboard
(Level A)
|
Users cannot navigate to a panel’s header buttons from keyboard.
| |
2.1.2
No Keyboard Trap
(Level A)
|
Users need to press Ctrl+Tab to move focus away from the Dock and Layout Manager control.
|
Note
Accessibility features of your application depend on implementation (your use of Dock and Layout Manager API). Your application may not require or enable user actions listed above. The limitation list may also be incomplete. Test all required user functionality to ensure accessibility compliance.
Refer to the following topic for more information on the accessibility support in DevExpress WPF Controls: Accessibility Support.
See Also