mathjax / MathJax

Beautiful and accessible math in all browsers
http://www.mathjax.org/
Apache License 2.0
10.2k stars 1.16k forks source link

links should probably not be focusable (outside the walker) #3189

Open pkra opened 8 months ago

pkra commented 8 months ago

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.

dpvc commented 8 months ago

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

pkra commented 8 months ago

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