Accessibility for Editor
parent
ce89db66f3
commit
d0bdb13570
|
@ -157,6 +157,12 @@ import Editor from 'primevue/editor';
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h5>Accessibility</h5>
|
||||||
|
<DevelopmentSection>
|
||||||
|
<p>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 <a href="https://github.com/quilljs/quill/issues/1031">dropdowns</a> in the toolbar that may be overcome with a custom toolbar.</p>
|
||||||
|
</DevelopmentSection>
|
||||||
|
|
||||||
<h5>Dependencies</h5>
|
<h5>Dependencies</h5>
|
||||||
<p><a href="http://quilljs.com">Quill</a> Editor 1.3+.</p>
|
<p><a href="http://quilljs.com">Quill</a> Editor 1.3+.</p>
|
||||||
<p>Resources of quill needs to be added to your application.</p>
|
<p>Resources of quill needs to be added to your application.</p>
|
||||||
|
|
Loading…
Reference in New Issue