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.