edwardtufte/tufte-css

sidenote toggle input is not operable or focusable by keyboards

Open

#195 创建于 2026年1月20日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)HTML (446 fork)batch import
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.

贡献者指南