edwardtufte/tufte-css
在 GitHub 查看sidenote toggle input is not operable or focusable by keyboards
Open
#195 创建于 2026年1月20日
enhancementhelp wanted
仓库指标
- Star
- (5,821 star)
- PR 合并指标
- (平均合并 188天 15小时) (30 天内合并 2 个 PR)
描述
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.