vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.13k stars 1.39k forks source link

fix(#2755) : set the aria-expanded attribute on the link element #2756

Closed ThainBBdL closed 1 week ago

ThainBBdL commented 10 months ago

Maybe there is the same problem on line 2575 but I couldn't reproduce it.

vakata commented 1 week ago

There has been a lot of back and forth regarding the aria-attributes - unfortunately the spec is not clearly defined, and differs widely from various browser / reader implementations. This also means that different automated checkers report different errors and it is impossible to please them all. Let me know if you have an actual accessibility issue and I will reopen.