TreeTable: aria-level attribute not allowed #15006
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Describe the bug
Aria-level attribute is supported with treegrid rows, but not table. Add missing roles to the treeTable html.
• The treegrid container has role treegrid.
• Each row container has role row and is either a DOM descendant of or owned by the treegrid element or an element with role rowgroup.
https://www.w3.org/WAI/ARIA/apg/patterns/treegrid/
Environment
https://primeng.org/treetable
Reproducer
No response
Angular version
17.0.0
PrimeNG version
17.10.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.0
Browser(s)
No response
Steps to reproduce the behavior
https://primeng.org/treetable
Expected behavior
https://www.w3.org/WAI/ARIA/apg/patterns/treegrid/
The text was updated successfully, but these errors were encountered: