From 3ee9cab635d5448e0579e299efc1c31d36214a5e Mon Sep 17 00:00:00 2001 From: Boryana Todorova Date: Tue, 4 Jul 2023 08:30:26 +0300 Subject: [PATCH 1/2] docs: add vpat document --- docs/accessibility/accessibility-compliance.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/accessibility/accessibility-compliance.md b/docs/accessibility/accessibility-compliance.md index eb338d5..11dd3f5 100644 --- a/docs/accessibility/accessibility-compliance.md +++ b/docs/accessibility/accessibility-compliance.md @@ -14,6 +14,14 @@ When implementing any Kendo UI for Vue component, the Kendo UI for Vue team foll Due to the complexity of some of the components in the Kendo UI for Vue UI library, the team sometimes runs into scenarios not covered by the WAI-ARIA specification. In those cases, they tap into the web development accessibility know-how of the rest of the Progress organization, including feedback from accessibility-minded users, for expertise and feedback based on 10 years of creating web component libraries. This knowledge-sharing across internal teams and clients helps the team ensure that Kendo UI for Vue can reach a certain level of accessibility compliance even with its most advanced components. +## Voluntary Product Accessibility Template (VPAT) + +A [Voluntary Product Accessibility Template (VPATĀ®)](https://www.section508.gov/sell/vpat/) is a document that explains how information and communication technology (ICT) products such as software, hardware, electronic content, and support documentation meet (conform to) the Revised 508 Standards for IT accessibility. + +> You can review and download the latest version of the Kendo UI for Vue VPAT document [here](https://www.telerik.com/kendo-vue-ui-develop/components/VueVPAT2.4RevINT(June2023).pdf). + +## Accessibility Support per Component + The following table lists the accessibility compliance levels and keyboard navigation support provided by the Kendo UI for Vue UI components. |Component |Section 508|WCAG 2.1| Accessibility Example | Accessibility Documentation | From ccb8dfb4d6324822d319face489541566f3dbc8f Mon Sep 17 00:00:00 2001 From: Boryana Todorova Date: Tue, 4 Jul 2023 10:24:57 +0300 Subject: [PATCH 2/2] chore: fix vpat path --- docs/accessibility/accessibility-compliance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/accessibility/accessibility-compliance.md b/docs/accessibility/accessibility-compliance.md index 11dd3f5..39b0c44 100644 --- a/docs/accessibility/accessibility-compliance.md +++ b/docs/accessibility/accessibility-compliance.md @@ -18,7 +18,7 @@ Due to the complexity of some of the components in the Kendo UI for Vue UI libra A [Voluntary Product Accessibility Template (VPATĀ®)](https://www.section508.gov/sell/vpat/) is a document that explains how information and communication technology (ICT) products such as software, hardware, electronic content, and support documentation meet (conform to) the Revised 508 Standards for IT accessibility. -> You can review and download the latest version of the Kendo UI for Vue VPAT document [here](https://www.telerik.com/kendo-vue-ui-develop/components/VueVPAT2.4RevINT(June2023).pdf). +> You can review and download the latest version of the Kendo UI for Vue VPAT document [here](https://www.telerik.com/kendo-vue-ui-develop/VueVPAT2.4RevINT(June2023).pdf). ## Accessibility Support per Component