This topic explains the accessibility features of the igSplitter
™ control and provides advice on how to achieve accessibility compliance for pages containing this control.
The following topics are prerequisites to understanding this topic:
igSplitter Overview: This topic provides conceptual information about the igSplitter
control including its features and user functionality.
Adding igSplitter: This topic demonstrates, with code examples, how to add the igSplitter
control to an HTML page in either JavaScript and ASP.NET MVC.
All Infragistics® Ignite UI for jQuery® controls and components comply with Section 508, Subpart 1194.22 of the Rehabilitation Act of 1973. The igSplitter accessibility compliance summary chart contains the specific rules of Subpart 1194.22 that pertain to the control. Also, detailed is how the grid control complies with each rule.
In some cases, to meet the requirements of each accessibility rule, you may need to interact with the control by setting a specific property, but in other cases, the control performs these tasks for you.
Note: As jQuery controls are client-only, consequently some of the rules are unsupported and are marked as limitations.
The following table summarizes the accessibility compliance features of the igSplitter
control.
Rules | Rule text | How we comply |
---|---|---|
(c) | Web pages shall be designed so that all information conveyed with color is also available without color, for example from context or markup. |
You can control the coloring and provide suitable colors for maps using the styling and theming capabilities of igSplitter .
|
(d) | Documents shall be organized so they are readable without requiring an associated style sheet. | The control's markup is readable without the associated style sheet because it is a client-side control and depends on the CSS rules. |
(n) | When electronic forms are designed to be completed on-line, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues. |
When splitter bar is on focus, users can perform the following actions using the keyboard:
|
The following topics provide additional information related to this topic.
View on GitHub