edwardtufte/tufte-css
Vedi su GitHubsidenote toggle input is not operable or focusable by keyboards
Open
#195 aperta il 20 gen 2026
enhancementhelp wanted
Metriche repository
- Star
- (5821 star)
- Metriche merge PR
- (Merge medio 188g 15h) (2 PR mergiate in 30 g)
Descrizione
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.