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 looked into this again, and verified it works properly when using the tab key to move between the items. However when moving moving between the items with a screenreader, the reader will make an extra stop at a pseudo-element added to the footer using CSS:
I think if we switch to something like flexbox for the footer and its buttons rather than floats and the workaround above then screen readers will handle it properly.
Problem
The next and previous controls
sphinx_rtd_theme/sphinx_rtd_theme/layout.html
Line 98 in a13a7b4
are offering multiple keyboard control targets each. This is confusing and inefficient for people who need to use keyboard navigation.
Reproducible Project
https://pg-auto-failover.readthedocs.io/en/latest/
Error Logs/Results
Here is a video demonstrating the problem: https://www.youtube.com/watch?v=0pYfzz6Q2PE
Environment Info
The text was updated successfully, but these errors were encountered: