Skip to content

Commit 99abb39

Browse files
committed
Sync with Kendo UI Professional
1 parent 5aae16b commit 99abb39

File tree

196 files changed

+6805
-1709
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+6805
-1709
lines changed

docs-aspnet/accessibility/accessibility-compliance-table.html

Lines changed: 286 additions & 196 deletions
Large diffs are not rendered by default.

docs-aspnet/accessibility/accessibility-compliance.md

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,45 @@
11
---
2-
title: Accessibility Compliance
3-
page_title: Accessibility Support
4-
description: "A list of the {{ site.product }} components in terms of the accessibility and keyboard navigation support they provide."
2+
title: Compliance
3+
page_title: Accessibility Compliance
4+
description: "Compliance with the accessibility standards and requirements in the {{ site.product }} suite."
55
slug: compliance_accessibility
6-
position: 90
6+
position: 2
77
---
88

9-
# {{ site.product }} Accessibility {% if site.core %}Compliance{% else %}Support{% endif %}
9+
# Accessibility Standards Compliance
1010

11-
<a href="assets/KendoUI-VPAT2.4RevINT.doc" download>Here</a> you can download the latest version of the VPAT Template, describing the {{ site.product }} accessibility compliance state.
11+
This article lists the accessibility compliance of the {{ site.product }} components.
1212

13-
The following table lists the {{ site.product }} components which support accessibility and keyboard navigation options.
13+
## Accessibility Conformance Report
14+
15+
The <a href="https://www.section508.gov/sell/acr/" target="_blank">Accessibility Conformance Report (ACR)</a> is a document that explains how information and communication technology products such as software, hardware, electronic content, and support documentation conform to leading global accessibility standards. {{ site.product }} provides an ACR through the <a href="https://www.itic.org/policy/accessibility/vpat" target="_blank">Voluntary Product Accessibility Template (VPAT®)</a>.
16+
17+
>tip Download the latest version of the <a href="assets/kendo-ui-vpat2.4.doc" download>{{ site.product }} Accessibility Conformance Report</a>.
18+
19+
## Compliance Table
20+
21+
The table below specifies the level of WCAG 2.2 compliance of each {{ site.product }} component.
22+
23+
* The *Accessibility Example* column links to component-specific accessibility demo. For general information on how the keyboard support works, see the [Keyboard Navigation]({%slug overview_accessibility%}#keyboard-navigation) section.
24+
* The *Accessibility Documentation* column links to component-specific details and information about WAI-ARIA attributes.
25+
* For information about **Section 508** of the US Rehabilitation Act, the **European Accessibility Act** in the EU, or any other national accessibility legislation, see section [Legal and Technical Compliance]({%slug overview_accessibility%}#legal-and-technical-compliance).
26+
27+
Also check the [notes below the table](#accessibility-compliance-notes).
1428

1529
{% include_relative accessibility-compliance-table.html %}
1630

17-
> The DropDownTree widget will be identified as not compliant to the WAI-ARIA spec when tested with static HTML analyzer if there is no selection in the widget and the `placeholder` configuration is not used. That is because the DropDownTree wrapper element, which has `role="listbox"` will not contain any `option` elements. That should be considered a known limitation in the widget. Detailed information on the scenario could be found in [this GitHub issue](https://github.com/telerik/kendo-ui-core/issues/6558#issuecomment-938449528).
31+
## Accessibility Compliance Notes
32+
33+
The information in the compliance table above is subject to the following considerations:
34+
35+
* All components implement the required WAI-ARIA attributes without the need for any extra configuration. Some components may provide parameters that render additional optional WAI-ARIA attributes, for example, `aria-label` or `aria-describedby`.
36+
* The compliance levels are achievable with the [*Default Ocean Blue A11y* theme swatch]({%slug overview_accessibility%}#color-contrast) or any other [custom theme swatch]({%slug sassbasedthemes_customization_telerikui%}) that provides the minimum required color contrast.
37+
* The accessibility and compliance of some components may depend on the enabled features. In such cases, the compliance table information is based on the default component configuration.
38+
* Component templates introduce custom markup that may not be accessible. Test any modifications to ensure the web content still meets the desired level of accessibility compliance. Be mindful of components that work with user input such as images, text, or HTML content.
39+
* Due to the complexity of some components, there are scenarios that are not covered by the WAI-ARIA specification.
40+
41+
## See Also
1842

19-
## Suggested Links
43+
* [Accessibility Overview]({%slug overview_accessibility%})
44+
* [Globalization Overview]({%slug overview_globalization_core%})
2045

21-
* [Overview of Accessibility]({% slug overview_accessibility %})

docs-aspnet/accessibility/five-tips-for-accessible-charts-with-dataviz.md

Lines changed: 0 additions & 262 deletions
This file was deleted.

0 commit comments

Comments
 (0)