You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an Accessibility issue with the Kendo Sortable Angular component in my project. Specifically, I'm encountering a warning related to ARIA attributes. The warning message is:
I am using the Siteimprove tool to check the accessibility of my application, while I am running the accessibility test in my application, I am facing an issue called "ARIA attribute unsupported or prohibited issue"
Checked Documentation: I've gone through the Kendo UI documentation and siteimprove to see if there's any mention of this issue, but I couldn't find anything specific.
Kendo Version I am using - "^13.5.0"
The text was updated successfully, but these errors were encountered:
I'm facing an Accessibility issue with the Kendo Sortable Angular component in my project. Specifically, I'm encountering a warning related to ARIA attributes. The warning message is:
I am using the Siteimprove tool to check the accessibility of my application, while I am running the accessibility test in my application, I am facing an issue called "ARIA attribute unsupported or prohibited issue"
Below are the error messages
Siteimprove tool test report Screenshot - Siteimprove tool test report
WAI-ARIA authoring practices ARIA attribute unsupported or prohibited
An ARIA attribute has been specified that is either not supported or is prohibited, on this type of element."
aria-disabled on div "
"Use supported states and properties only.and Use non-prohibited states and properties only."
ARIA attribute unsupported or prohibited → WAI-ARIA authoring practices
Code which was using in HTML component
Code that was generated dynamically in Browser inspect window
Kendo dynamically generate code in browser inspect window -
Kendo dynamically generated HTML code in the Inspect window
Checked Documentation: I've gone through the Kendo UI documentation and siteimprove to see if there's any mention of this issue, but I couldn't find anything specific.
Kendo Version I am using - "^13.5.0"
The text was updated successfully, but these errors were encountered: