Each ARIA role attribute supports a specific subset of aria-* attributes. Mismatching these invalidates the aria-* attributes.
When I use the Chrome Lighthouse (based on the axe accessibility testing tool) to assess the accessibility of the TelerikEditor I am getting several issues. As an attached file, I have added a screenshot of the generated report.
Yes, I was referring to the additional issue in the separate post, sorry for not being clear enough.
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Scott
Posted on:10 May 2021 21:28
I assume you are referring to the additional issue, and yes you are correct, the problem is in the content. Please disregard that addition.
ADMIN
Marin Bratanov
Posted on:10 May 2021 18:14
Hello Scott,
This particular issue is not in the Editor rendering but in the content - it seems that the word "amet" is copied from somewhere that contains a <span> HTML tag with invalid attributes. Sanitizing the content of the editor is something that the application need to do and the editor cannot validate and alter in place of the application code.