[ACCESSIBILITY][BASE] Accessibility menu was unreachable.

This commit is contained in:
Eliseu Amaro 2021-09-06 23:54:14 +01:00 committed by Hugo Sales
parent 1614b8c8fe
commit 0e50f0692e
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@
<body class="bg" aria-live="polite">
<a id="anchor-menu" class="anchor-hidden"></a>
<aside class="accessibility-menu" accesskey="z" tabindex="0" aria-roledescription="{{ 'Learn keybindings to select each of the main areas.' | trans }}">
<aside class="accessibility-menu" tabindex="0" aria-roledescription="{{ 'Learn keybindings to select each of the main page areas.' | trans }}">
<h2>{{ 'Select page section:' | trans }}</h2>
<br>
@ -43,11 +43,11 @@
</p>
<ul>
<li><a href="#anchor-menu" accesskey="z">{{ 'This menu (press \'z\' to access).' | trans }}</a></li>
<li><a href="#anchor-left-panel" accesskey="g">{{ 'Left panel (press \'g\' to access).' | trans }}</a></li>
<li><a href="#anchor-main-content" accesskey="n">{{ 'Main content (press \'n\' to access).' | trans }}</a></li>
<li><a href="#anchor-main-page" accesskey="y">{{ 'Main page (press \'y\' to access).' | trans }}</a></li>
<li><a href="#anchor-right-panel" accesskey="j">{{ 'Right panel (press \'j\' to access).' | trans }}</a></li>
<li><a href="#anchor-menu" accesskey="m">{{ 'This menu (press \'m\' to access).' | trans }}</a></li>
<li><a href="#anchor-left-panel" accesskey="h">{{ 'Left panel (press \'h\' to access).' | trans }}</a></li>
<li><a href="#anchor-main-content" accesskey="k">{{ 'Main content (press \'k\' to access).' | trans }}</a></li>
<li><a href="#anchor-main-page" accesskey="j">{{ 'Main page (press \'j\' to access).' | trans }}</a></li>
<li><a href="#anchor-right-panel" accesskey="l">{{ 'Right panel (press \'l\' to access).' | trans }}</a></li>
</ul>
</aside>