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
The Chrome Lighthouse auditor report some accessibility problems;
_ Color contrast problems in the lateral nav bar
_ Missing aria-label in the input search box
_ Duplicated access key of the previous and next buttons when variable theme_prev_next_buttons_location == 'both'
The text was updated successfully, but these errors were encountered:
SuperPat45
changed the title
Fix accessibilittt problem reported by the Chrome Lighthouse audit
Fix accessibility problem reported by the Chrome Lighthouse audit
Feb 23, 2021
SuperPat45
changed the title
Fix accessibility problem reported by the Chrome Lighthouse audit
Fix accessibility problems reported by the Chrome Lighthouse audit
Feb 23, 2021
The third one I don't think it has been reported before.
stsewd
changed the title
Fix accessibility problems reported by the Chrome Lighthouse audit
Duplicated access key of the prev and next buttons when prev_next_buttons_location == 'both'
Feb 24, 2021
Problem
The Chrome Lighthouse auditor report some accessibility problems;
_ Color contrast problems in the lateral nav bar
_ Missing aria-label in the input search box
_ Duplicated access key of the previous and next buttons when variable theme_prev_next_buttons_location == 'both'
Reproducible Project
The first two are available in all rtd doc like: https://sphinx-rtd-theme.readthedocs.io/en/latest/
The third one need variable theme_prev_next_buttons_location == 'both'
Expected Results
Improve Chrome Lighthouse audit score
The text was updated successfully, but these errors were encountered: