On Tue, Jul 9, 2019 at 12:19 PM John Cowan <xxxxxx@ccil.org> wrote:
 
Just a small UI tweak would be nice if you get a chance:  Put the keyboard focus in the search bar.  99% when i come to the home page it's so I can search several SRFIs.

I wanted to do that, but couldn't because it would cause many browsers to scroll the search box up to the top of the page.  This is especially a problem on mobile browsers.  However, I have specified <tabindex> attributes for all of the search controls, and the search box is number 1, so hitting TAB will jump you straight there.  I want to find a clean way to indicate that in the UI so that it will be easily discoverable.