From d0bdb13570cb08a52069cdb7feff696590aca55a 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: Fri, 8 Jul 2022 13:05:20 +0300 Subject: [PATCH] Accessibility for Editor --- src/views/editor/EditorDoc.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/editor/EditorDoc.vue b/src/views/editor/EditorDoc.vue index 3ec72fc97..4bae37508 100755 --- a/src/views/editor/EditorDoc.vue +++ b/src/views/editor/EditorDoc.vue @@ -157,6 +157,12 @@ import Editor from 'primevue/editor'; +
Accessibility
+ +

Quill performs generally well in terms of accessibility. The elements in the toolbar can be tabbed and have the necessary ARIA roles/attributes for screen readers. One known limitation is the lack of arrow key support + for dropdowns in the toolbar that may be overcome with a custom toolbar.

+
+
Dependencies

Quill Editor 1.3+.

Resources of quill needs to be added to your application.