diff --git a/src/views/accessibility/AccessibilityDemo.vue b/src/views/accessibility/AccessibilityDemo.vue index 963b9614d..fdc3fa18c 100644 --- a/src/views/accessibility/AccessibilityDemo.vue +++ b/src/views/accessibility/AccessibilityDemo.vue @@ -10,7 +10,7 @@

Accessibility is a major 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. PrimeReact will be the reference implementation which then will be ported to PrimeFaces, PrimeNG and PrimeVue. + 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.

Introduction