Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure4 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
CTap Target AdequacyAction4 tap target(s) too small or too close togetherREVIEW
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CColor Contrast (Screenshot)Action18 text elements analyzed, 18 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (18)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Willkommen bei DER S… | 2.60:1 | 3.0:1 | #000000 | #505050 | Fail |
| h2 © STANDARD Verlagsg… | 2.52:1 | 3.0:1 | #000000 | #4E4E4E | Fail |
| title derStandard.at | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| strong Sie entscheiden dar… | 2.60:1 | 3.0:1 | #000000 | #505050 | Fail |
| strong Bitte deaktivieren | 2.60:1 | 3.0:1 | #000000 | #505050 | Fail |
| p Sie sämtliche Hard-… | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| p Sie haben ein PUR-Ab… | 2.56:1 | 4.5:1 | #000000 | #4F4F4F | Fail |
| button Hier anmelden. | 2.56:1 | 4.5:1 | #000000 | #4F4F4F | Fail |
| p Alle Rechte vorbehal… | 2.52:1 | 4.5:1 | #000000 | #4E4E4E | Fail |
| p Eine Weiterverwendun… | 2.52:1 | 4.5:1 | #000000 | #4E4E4E | Fail |
| p Weitere Angebote | 2.56:1 | 4.5:1 | #000000 | #4F4F4F | Fail |
| a derStandard.de | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| a derStandard.at | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| p Rechtliches | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| a Impressum & Offenleg… | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| a Datenschutz | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| a AGB | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
| a Unternehmen | 2.60:1 | 4.5:1 | #000000 | #505050 | Fail |
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.
A+Heading Hierarchy2 headingsPASS
- H1 Willkommen bei DER STANDARD
- H2 © STANDARD Verlagsgesellschaft m.b.H. 2026
A+Heading Text QualityAll 2 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 1 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button Quality6 links, 1 buttons — all OKPASS
A+Form Input TypesNo form controls on this pagePASS
A+Form Input QualityNo form controls on this pagePASS
A+Mobile Keyboard & AutofillNo form controls -- mobile keyboard check is N/APASS
A+Document LanguageLang attribute set to "de-AT"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
AIframe Accessibility1/2 iframe(s) missing title; 0 placeholder(s)PASS
A+Mobile-Readable Font SizesAll 11 visible text node(s) render at >= 12 CSS pixelsPASS
AWeb ManifestPWA-readyPASS
APWA Depth2 PWA signal(s) surfacedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 22 passedPASS
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.
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 |
|---|
derStandard.de nav.site-footer-network-nav > ul > li > a |
derStandard.at nav.site-footer-network-nav > ul > li > a |
Impressum & Offenlegung nav.site-footer-legal-nav > ul > li > a |
Unternehmen nav.site-footer-legal-nav > ul > li > a |
These items highlight common accessibility best practices.