Hello! I’m creating some WYSIWYG widgets to add multiple buttons to a single background. However, we flagged that these elements do not automatically add a focus indicator as required by accessibility guidelines. This references WCAG criterion 2.4.7 Focus Visible (Level AA). When I try to add the tabindex=”0” to the HTML and include the focus, Docebo’s editor strips it out. This is definitely an accessibility problem, and affects those not using a mouse to navigate the page. Has anyone come across a solution, or workaround, for this problem? I’m currently unable to make changes through the main platform CSS, so need to get the tab focus directly in the HTML elements on the WYSIWYG pages.
Thank you!