some buttons on the rustdoc search results page aren't properly marked up #79859
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
on the rustdoc search results page, it's not possible to focus the tabs with tab or activate them with vimium:
in addition, the "help" button beside the search field is just a plain
<span>
, so you can't focus it with tab. (the "settings" button is an<a>
, so that one is focusable.)see also #65212
The text was updated successfully, but these errors were encountered: