-1

I'm trying to implement the Quill editor in my Angular project, but I'm running into some accessibility issues. issue description Some of the toolbar buttons (elements with role="button") don't have accessible names, which causes violations in accessibility audits for example : 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.

I tried manually adding aria-label attributes to these buttons after Quill initializes, but I'm not sure if this is the best approach or if Quill has a built-in solution. Thank you in advance.

New contributor
Iheb is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
1
  • 1
    That image-of-text in a post about accessibility is quite ironic
    – Chris
    Commented 3 hours ago

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.