QTree does not set aria attributes #16404
Labels
area/a11y
Accessibility
area/components
bug/0-needs-info
Need more info to reproduce
flavour/vite-plugin
Bugs related to Vite usage with Quasar
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
When using the Tree component with nested nodes screen readers are not advised about the expandability and expand state of the child notes, because corresponding aria attributes are missing, therefore making it more difficult to understand.
I will shortly send a PR addressing this issue.
What did you expect to happen?
Tree nodes should have the attribute
aria-expanded="true|false"
if they have children.Reproduction URL
https://codepen.io/pen?&editors=101&prefill_data_id=ba378ef4-67d3-4f17-ad86-1d3b002bce5a
How to reproduce?
Flavour
Vite Plugin (@quasar/vite-plugin)
Areas
Components (quasar), Accessibility [a11y] (quasar)
Platforms/Browsers
No response
Quasar info output
No response
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: