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
Currently we always add an `aria-level` to the tree nodes, however the attribute is only [valid when the node has a role of `treeitem`](https://www.w3.org/TR/wai-aria-1.1/#aria-level). This was being caught by aXe as well. With the following changes the `aria-level` will only be added if the node is a `treeitem`.
0 commit comments