void-docs icon indicating copy to clipboard operation
void-docs copied to clipboard

Accessibility improvements

Open Duncaen opened this issue 6 years ago • 2 comments

  • [x] Skip to content https://github.com/void-linux/void-docs/pull/61
  • [ ] unbind mdbooks arrow key bindings? I think this could interference with users who use the keyboard/arrow keys to navigate web pages.
  • [ ] sitemap? not supported by mdbook.

Duncaen avatar Feb 08 '19 11:02 Duncaen

When browsing using qutebrowser, which uses insert-mode for typing, typing into the search bar causes it to exit insert-mode after each character typed

pltrz avatar Feb 08 '19 20:02 pltrz

The search functionality comes from mdbook without any modifications, I don't really want to divert from it. https://github.com/rust-lang-nursery/mdBook/blob/master/src/theme/searcher/searcher.js#L270-L277 https://github.com/rust-lang-nursery/mdBook/blob/master/src/theme/searcher/searcher.js#L333-L334 They do unfocus the input and refocus it after every key event for some reason.

Duncaen avatar Feb 12 '19 18:02 Duncaen