From 6316b1c8d675a5f29623df06519341d3ab8e051c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 26 Apr 2022 09:11:20 +0300 Subject: [PATCH] Update AccessibilityDemo.vue --- src/views/accessibility/AccessibilityDemo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/accessibility/AccessibilityDemo.vue b/src/views/accessibility/AccessibilityDemo.vue index 65da07a83..f6d70c6e7 100644 --- a/src/views/accessibility/AccessibilityDemo.vue +++ b/src/views/accessibility/AccessibilityDemo.vue @@ -10,7 +10,7 @@

Accessibility is a majorn concern of the Prime UI libraries and PrimeVue is no exception. PrimeTek teams have initiated a significant process to review and enhance the accessibility features of the components. This guide documents the foundation of the general guidelines that PrimeVue will follow and each component documentation will have a separate Accessibility section that states the keyboard support, screen reader compatibility, the implementation details along - with tips to achieve WCAG compliancy. This work has been initiated in Q2 2022 and planned to be completed by early Q3. PrimeVue will be the reference implementation which then will be ported to PrimeFaces, PrimeNG and PrimeReact. + with tips to achieve WCAG compliancy. This work has been initiated in Q2 2022 and planned to be completed by early Q3. PrimeReact will be the reference implementation which then will be ported to PrimeFaces, PrimeNG and PrimeVue.

Introduction