wesmere: Don't use explicit tabindex (see wesnoth/wesmere#8)

[ci skip]
This commit is contained in:
Ignacio R. Morelle 2017-08-29 21:55:41 -03:00
parent 290cb4c2d2
commit 2bb3e791cc
3 changed files with 6 additions and 6 deletions

View file

@ -68,9 +68,9 @@ def output(path, url, data):
<div id="sitesearch" role="search">
<form method="get" action="https://wiki.wesnoth.org/">
<input id="searchbox" type="search" name="search" placeholder="Search" title="Search the wiki [Alt+Shift+f]" accesskey="f" tabindex="1" />
<input id="searchbox" type="search" name="search" placeholder="Search" title="Search the wiki [Alt+Shift+f]" accesskey="f" />
<span id="searchbox-controls">
<button id="search-go" class="search-button" type="submit" title="Search" tabindex="2">
<button id="search-go" class="search-button" type="submit" title="Search">
<i class="search-icon" aria-hidden="true"></i>
<span class="sr-label">Search the wiki</span>
</button>

View file

@ -85,9 +85,9 @@
<div id="sitesearch" role="search">
<form method="get" action="https://wiki.wesnoth.org/">
<input id="searchbox" type="search" name="search" placeholder="Search" title="Search the wiki [Alt+Shift+f]" accesskey="f" tabindex="1" />
<input id="searchbox" type="search" name="search" placeholder="Search" title="Search the wiki [Alt+Shift+f]" accesskey="f" />
<span id="searchbox-controls">
<button id="search-go" class="search-button" type="submit" title="Search" tabindex="2">
<button id="search-go" class="search-button" type="submit" title="Search">
<i class="search-icon" aria-hidden="true"></i>
<span class="sr-label">Search the wiki</span>
</button>

View file

@ -93,9 +93,9 @@ WESMERE_HEADER = '''\
<div id="sitesearch" role="search">
<form method="get" action="https://wiki.wesnoth.org/">
<input id="searchbox" type="search" name="search" placeholder="Search" title="Search the wiki [Alt+Shift+f]" accesskey="f" tabindex="1" />
<input id="searchbox" type="search" name="search" placeholder="Search" title="Search the wiki [Alt+Shift+f]" accesskey="f" />
<span id="searchbox-controls">
<button id="search-go" class="search-button" type="submit" title="Search" tabindex="2">
<button id="search-go" class="search-button" type="submit" title="Search">
<i class="search-icon" aria-hidden="true"></i>
<span class="sr-label">Search the wiki</span>
</button>