readthedocs/sphinx_rtd_theme

Duplicated access key of the prev and next buttons when prev_next_buttons_location == 'both'

Open

#1057 aperta il 23 feb 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)CSS (1413 fork)batch import
AcceptedBugGood First Issue

Metriche repository

Star
 (3473 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor