Accessibility issue #4649
IhebChemkhi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm trying to implement the Quill editor in my Angular project, but I'm running into some accessibility issues.

Some of the toolbar buttons (elements with role="button") don't have accessible names, which causes violations in accessibility audits for example :
<span class="ql-picker-label" tabindex="0" role="button" aria-expanded="true" aria-controls="ql-picker-options-17">
These elements don't have aria-label, aria-labelledby, or visible text content.
Is there a recommended way to handle this within Quill?
Or should I manually patch these buttons after Quill initializes.
I'm using ngx-quill v27.0.2 with Quill v2.0.3.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions