]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: specify tabindex
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 26 Aug 2022 21:38:52 +0000 (14:38 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 26 Aug 2022 21:38:52 +0000 (14:38 -0700)
basis/help/html/html.factor

index 474b3dbee1bf64ded05bc9848683f39485e4e75d..d179b3ef3ac402be630b87d165cf67a007c65a43 100644 (file)
@@ -96,8 +96,8 @@ M: pathname url-of
     [XML
         <nav>
             <form method="get" action="/search" style="float: right;">
     [XML
         <nav>
             <form method="get" action="/search" style="float: right;">
-                <input placeholder="Search" name="search" type="text"/>
-                <input type="submit" value="Go"/>
+                <input placeholder="Search" name="search" type="text" tabindex="1" />
+                <input type="submit" value="Go" tabindex="1" />
             </form>
             <a href="https://factorcode.org">
             <img src="favicon.ico" width="24" height="24" />
             </form>
             <a href="https://factorcode.org">
             <img src="favicon.ico" width="24" height="24" />