edwardtufte/tufte-css

sidenote toggle input is not operable or focusable by keyboards

Open

#195 ouverte le 20 janv. 2026

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)HTML (446 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (5 821 stars)
Métriques de merge PR
 (Merge moyen 188j 15h) (2 PRs mergées en 30 j)

Description

On the example site https://edwardtufte.github.io/tufte-css/ if you have a narrow window and a slightly increased font size you trigger the mobile layout. Unfortunately this renders some of the content inaccessible to keyboard users.

The issue looks to be caused by a checkbox with display = none. A potential fix would be to stack the label and check box and reduce the visibility.

Guide contributeur