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 verified there's no existing issue for this bug.
There are no existing issues
Current behavior
Currently we use aria-pressed to toggle between states. aria-pressed is ideal only for two states. For table sorting, we have three states 1. asc 2. desc 3. no sort.
I verified there's no existing issue for this bug.
Current behavior
Currently we use
aria-pressed
to toggle between states. aria-pressed is ideal only for two states. For table sorting, we have three states 1. asc 2. desc 3. no sort.Expected behavior
Use custom logic similar to below example
https://a11ysupport.io/tests/html/aria/aria-sort.html
Skin version
18.4.0
The text was updated successfully, but these errors were encountered: