Skip to content
Snippets Groups Projects

fix accessability issues

Merged Ghost User requested to merge 1-barrierefreiheit into preview
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
    Loading