Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction30 issue(s) across 179 links and 20 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| #uibk-copyright-0 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-1 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-2 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-3 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-4 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-5 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-6 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-7 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-8 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-9 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-10 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-11 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-12 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-13 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-14 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-15 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-16 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-17 | (empty) | empty | Add link text or aria-label |
| #uibk-copyright-18 | (empty) | empty | Add link text or aria-label |
| /de/social-wall/ | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/uniinnsbruck | (empty) | empty | Add link text or aria-label |
| https://social.uibk.ac.at/@uniinnsbruck | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/uniinnsbruck | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/school/universi… | (empty) | empty | Add link text or aria-label |
| /public-relations/presse/rss-feeds.html | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/uniinnsbruck | (empty) | empty | Add link text or aria-label |
| https://soundcloud.com/uniinnsbruck | (empty) | empty | Add link text or aria-label |
| /uni-app/ | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#uibk-copyright-0; #uibk-copyright-1; #uibk-copyright-2; #uibk-copyright-3; #uibk-copyright-4; #uibk-copyright-5; #uibk-copyright-6; #uibk-copyright-7; #uibk-copyright-8; #uibk-copyright-9 (+18 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Icon-only buttons need an aria-label so screen readers can announce them.
button.btn (#336 on page); button#uibk-toggle-crd-list
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
BLandmark Structure25 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
CAlt Text QualityAction14 of 17 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 13 image(s) |
| generic | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
B404 Error PageHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 83/100 — 5 failing, 25 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-12 > div#cascadeelement_id-18595595 > form.position-relative > button.btn div.col-12 > div#cascadeelement_id-18595595 > form.position-relative > button.btn |
div#uibk-credits > div.row > div.col-12 > button#uibk-toggle-crd-list div#uibk-credits > div.row > div.col-12 > button#uibk-toggle-crd-list |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col > div.card > picture > img.w-100 div.col > div.card > picture > img.w-100 |
div.col > div.card > picture > img.w-100 div.col > div.card > picture > img.w-100 |
div.col > div.card > picture > img.w-100 div.col > div.card > picture > img.w-100 |
div.col > div.card > picture > img.w-100 div.col > div.card > picture > img.w-100 |
div.col > div.card > picture > img.w-100 div.col > div.card > picture > img.w-100 |
div.col > div.card > picture > img.w-100 div.col > div.card > picture > img.w-100 |
div.col > div.card > picture > img.w-100 div.col > div.card > picture > img.w-100 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-12 > div.uibk-main-content > div#cascadeelement_id-18595587 > a.uibk-copyright div.col-12 > div.uibk-main-content > div#cascadeelement_id-18595587 > a.uibk-copyright |
div#studieren > div.col-12 > div#cascadeelement_id-18595595 > a.uibk-copyright div#studieren > div.col-12 > div#cascadeelement_id-18595595 > a.uibk-copyright |
div#uibk-feed-18595618 > div.col > div.card > a.uibk-copyright div#uibk-feed-18595618 > div.col > div.card > a.uibk-copyright |
div.row > div.col-12 > figure#uibk-figure-18595626 > a.uibk-copyright div.row > div.col-12 > figure#uibk-figure-18595626 > a.uibk-copyright |
div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright |
div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright |
div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright |
div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright |
div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright |
div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright div#uibk-feed-18595676 > div.col > div.card > a.uibk-copyright |
div.row > div.col-12 > div#cascadeelement_id-18595701 > a.uibk-copyright div.row > div.col-12 > div#cascadeelement_id-18595701 > a.uibk-copyright |
div.row > div.col-12 > div#cascadeelement_id-18595709 > a.uibk-copyright div.row > div.col-12 > div#cascadeelement_id-18595709 > a.uibk-copyright |
div.row > div.col-12 > div#cascadeelement_id-18595713 > a.uibk-copyright div.row > div.col-12 > div#cascadeelement_id-18595713 > a.uibk-copyright |
div.col-12 > ul.socialmedia > li > a div.col-12 > ul.socialmedia > li > a |
div.col-12 > ul.socialmedia > li > a div.col-12 > ul.socialmedia > li > a |
div.col-12 > ul.socialmedia > li > a div.col-12 > ul.socialmedia > li > a |
div.col-12 > ul.socialmedia > li > a div.col-12 > ul.socialmedia > li > a |
div.col-12 > ul.socialmedia > li > a div.col-12 > ul.socialmedia > li > a |
div.col-12 > ul.socialmedia > li > a div.col-12 > ul.socialmedia > li > a |
div.col-12 > ul.socialmedia > li > a div.col-12 > ul.socialmedia > li > a |
div.col-12 > ul.socialmedia > li > a div.col-12 > ul.socialmedia > li > a |
div.col-12 > ul.socialmedia > li > a div.col-12 > ul.socialmedia > li > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-12 > div.uibk-main-content > div#cascadeelement_id-18595587 > a.uibk-copyright div.col-12 > div.uibk-main-content > div#cascadeelement_id-18595587 > a.uibk-copyright |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Bildinfo div.col-12 > div.uibk-main-content > div#uibk-mainimage-description > button.uibk-nav-btn-open |
A+Heading Hierarchy40 headingsPASS
- H1 Universität Innsbruck entdecken
- H2 Webseitensuche
- H2 Personensuche
- H2 Quicklinks
- H2 Wir bauen Brücken in die Zukunft ...
- H2 Studieren
- H3 Suchergebnisse
- H2 Entdecken
- H2 „Wir forschen für die Menschen“
- H2 Mehrfachkrise gefährdet Lebensgrundlagen
- H2 Neuberufenenfestakt und Habilitationsfeier
- H3 Lange Nacht der Forschung 2026
- H2 Forschen
- H3 Alpiner Raum
- H3 Biowissenschaften
- H3 Digital Science
- H3 Material- und Nanowissenschaften
- H3 Kulturen
- H3 Physik
- H3 Scientific Computing
- H3 Wirtschaft, Politik & Gesellschaft
- H3 Geschlechterforschung
- H2 Mitgestalten
- H3 Lernen Sie Ihre künftigen Kolleg:innen kennen
- H2 Ursula Scholl-Grissemann
- H2 Stefanie Mössler
- H2 Gerhard Moser
- H2 Dirk H. Rupnow
- H2 Daniela Kircher
- H2 Marcel Seidel
- H2 Martin Ringbauer
- H2 Ecaterina Sava-Huss
- H2 Lisa-Maria Pfleiderer
- H2 Andreas Steinmayr
- H2 Anne Hecksteden
- H2 Alexandra Brunner-Schwaiger
- H2 Universität
- H3 Informationen für
- H3 Newsletter
- H3 Im Fokus
AForm Accessibility1 of 4 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #uibk-website-search | search | Suchbegriff | for/id |
| lname | search | Nachname | aria-label |
| fname | search | Vorname | aria-label |
| input | text | (Suchbegriff) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
A+Print StylesheetPrint styles detectedPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Webseitensuche | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Personensuche | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Quicklinks | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Wir bauen Brücken i… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Studieren | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Entdecken | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Forschen | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Mitgestalten | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Universität | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Suchergebnisse | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Lernen Sie Ihre kün… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Informationen für | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Newsletter | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Im Fokus | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Universität Innsbru… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Suche | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Quicklinks | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Navigation | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Universität Innsbru… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| label Suchbegriff | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.