]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/html/html.factor
help.html: specify tabindex
[factor.git] / basis / help / html / html.factor
index c0d0677ddeb51946d2a5fe771b99f9be2a42c56f..d179b3ef3ac402be630b87d165cf67a007c65a43 100644 (file)
@@ -95,15 +95,15 @@ M: pathname url-of
     "conventions" >link topic>filename
     [XML
         <nav>
+            <form method="get" action="/search" style="float: right;">
+                <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" />
             </a>
             <a href="/">Handbook</a>
             <a href=<->>Glossary</a>
-            <form method="get" action="/search" style="float: right;">
-                <input placeholder="Search" name="search" type="text"/>
-                <input type="submit" value="Go"/>
-            </form>
         </nav>
      XML] ;