Remove tabindex from skip to content jump link

This commit is contained in:
Eric Lippmann 2016-01-18 12:00:12 +01:00
parent 1b744fe335
commit 4251e758a7
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ if (! $this->auth()->isAuthenticated()) {
?>
<div class="skip-links">
<h1 class="sr-only"><?= t('Accessibility Skip Links'); ?></h1>
<h1 class="sr-only"><?= t('Accessibility Skip Links') ?></h1>
<ul>
<li>
<a tabindex="0" href="#main"><?= t('Skip to Content'); ?></a>
<a href="#main"><?= t('Skip to Content') ?></a>
</li>
<li>
<?= $this->layout()->autoRefreshForm ?>