mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 09:30:17 +00:00
Make search jumplink's target the search input instead of the container
The exact search input element as target focus the searchbox. It saves AT users a user action, while still remaining read out due to connected label in screen readers. Change-Id: I83003fbbb5b6903038d1ca8b323302cb8f52e841
This commit is contained in:
parent
bee2dff1a6
commit
0e5cd53163
|
@ -56,7 +56,7 @@
|
|||
}}
|
||||
<div id="jump-to-nav"></div>
|
||||
<a class="mw-jump-link" href="#mw-head">{{msg-vector-jumptonavigation}}</a>
|
||||
<a class="mw-jump-link" href="#p-search">{{msg-vector-jumptosearch}}</a>
|
||||
<a class="mw-jump-link" href="#searchInput">{{msg-vector-jumptosearch}}</a>
|
||||
{{{html-bodycontent}}}
|
||||
{{#html-printfooter}}
|
||||
<div class="printfooter">{{{html-printfooter}}}</div>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}}
|
||||
<div id="jump-to-nav"></div>
|
||||
<a class="mw-jump-link" href="#mw-head">{{msg-vector-jumptonavigation}}</a>
|
||||
<a class="mw-jump-link" href="#p-search">{{msg-vector-jumptosearch}}</a>
|
||||
<a class="mw-jump-link" href="#searchInput">{{msg-vector-jumptosearch}}</a>
|
||||
{{{html-bodycontent}}}
|
||||
{{#html-printfooter}}
|
||||
<div class="printfooter">{{{html-printfooter}}}</div>
|
||||
|
|
Loading…
Reference in a new issue