We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From version 13.2.1, the Grid adds invalid aria-owns id's that target non-existing element id's which are meant to target locked or spanned columns.
aria-owns
Open our online example and run the Axe accessibility tool or inspect the footer of the Grid.
https://demos.telerik.com/kendo-angular-ui/demos/grid/configuration/footer-template?theme=default-ocean-blue-a11y https://www.telerik.com/kendo-angular-ui/components/grid/columns/templates#footer-template
aria-owns should be added only when needed, such as in the TreeList component.
Chrome
latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
From version 13.2.1, the Grid adds invalid
aria-owns
id's that target non-existing element id's which are meant to target locked or spanned columns.Steps To Reproduce
Open our online example and run the Axe accessibility tool or inspect the footer of the Grid.
https://demos.telerik.com/kendo-angular-ui/demos/grid/configuration/footer-template?theme=default-ocean-blue-a11y
https://www.telerik.com/kendo-angular-ui/components/grid/columns/templates#footer-template
Screenshots or video
Expected Behavior
aria-owns
should be added only when needed, such as in the TreeList component.Browser
Chrome
Browser version
latest
The text was updated successfully, but these errors were encountered: