From 84f2c596ded13cc2296b04ae946df65eb431897d Mon Sep 17 00:00:00 2001 From: flora edwards <floraedwards.student@wegc.school.nz> Date: Thu, 15 Jan 2015 12:30:34 +1300 Subject: [PATCH] making an accessible skip to content button for users who are using the tab button to go through the page --- plugins/CoreHome/templates/_topScreen.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CoreHome/templates/_topScreen.twig b/plugins/CoreHome/templates/_topScreen.twig index b83b2b49bd..61476325ef 100644 --- a/plugins/CoreHome/templates/_topScreen.twig +++ b/plugins/CoreHome/templates/_topScreen.twig @@ -1,5 +1,5 @@ <div id="header"> + <a href='#main' tabindex="0" class="accessibility-skip-to-content">{{'SkipToContent'|translate}}</a> {% include "@CoreHome/_logo.twig" %} -<a href='#main' tabindex="0" class="accessibility-skip-to-content">Skip to content</a> {% include "@CoreHome/_topBar.twig" %} </div> -- GitLab