fix accessability issues
1 unresolved thread
1 unresolved thread
adresses #1 (closed)
-
keyboard navigation does not work for items with nested subsections -
optional navigation with arrow up and down
-
-
no empty table column headers -
no "click here" or "read more" links, more descriptive link text -
fix low contrasts -
better "alt" for logos -
remove unnecessary aria labels
Edited by Jan Frenzel
Merge request reports
Activity
- A deleted user
changed milestone to %Meeting 2022-01-12
requested review from @mflehmig--tu-dresden.de
31 aria-label="{{ config.site_name }}" 32 aria-label="link to {{ config.extra.tud_name }}" 32 33 data-md-component="logo" 33 34 > 34 {% include "partials/logo.html" %} 35 <img src="{{ config.theme.logo | url }}" alt="tu dresden logo" /> 35 36 </a> 36 37 <!-- ZIH Logo --> 37 38 <a 38 39 href="{{ config.extra.zih_homepage | url }}" 39 title="{{ config.zih_name | e }}" 40 title="{{ config.extra.zih_name | e }}" 40 41 class="md-header__button zih-logo" 41 aria-label="{{ config.zih_name }}" 42 aria-label="link to{{ config.extra.zih_name }}" mentioned in commit 91fe37c4
Please register or sign in to reply