MathJax icon indicating copy to clipboard operation
MathJax copied to clipboard

links should probably not be focusable (outside the walker)

Open pkra opened this issue 2 years ago • 3 comments

Currently, MathJax hides children of its output root via aria-hidden but links remain in the tab order, i.e., users can then tab to an element that's not in the accessibility tree. While UAs apply conflict resolutions rules, it's not great to get errors for this kind of thing.

I realize that in v3, this may be necessary as the links become inaccessible by keyboard otherwise. But perhaps with v4 links can be removed from the tab order since the walker will become the default.

pkra avatar Feb 20 '24 11:02 pkra

Thanks for the suggestion. Volker and I will discuss it and see what we can come up with.

dpvc avatar Feb 23 '24 13:02 dpvc

Thanks, Davide. Happy to chat about this some time.

pkra avatar Feb 23 '24 13:02 pkra