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.

貢獻者指南