Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 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
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 7 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Kathrin Planke | 6.59:1 | 3.0:1 | #000000 | #6393CD | Pass |
| h3 Onii-chan? | 4.82:1 | 3.0:1 | #000000 | #B25E82 | Pass |
| h3 Gift | 5.30:1 | 3.0:1 | #000000 | #C45F81 | Pass |
| h3 Delicious | 3.74:1 | 3.0:1 | #000000 | #AA4274 | Pass |
| title Kathrin Planke – O… | 1.66:1 | 4.5:1 | #000000 | #1D344F | Fail |
| a Zum Inhalt | 2.65:1 | 4.5:1 | #000000 | #1E5482 | Fail |
| a ArtistiKath | 3.19:1 | 4.5:1 | #000000 | #315BA8 | Fail |
| a Galerie | 7.09:1 | 4.5:1 | #000000 | #369FD6 | Pass |
| a Serien | 7.66:1 | 4.5:1 | #000000 | #7B9BE5 | Pass |
| a Über | 4.68:1 | 4.5:1 | #000000 | #6D6DC9 | Pass |
| a Kontakt | 8.17:1 | 4.5:1 | #000000 | #2AABEF | Pass |
| p Originale Pop-Art au… | 4.05:1 | 4.5:1 | #000000 | #5F67AF | Fail |
| a Zur Galerie | 6.47:1 | 4.5:1 | #000000 | #E56768 | Pass |
| p Aktuelle Werke | 6.24:1 | 4.5:1 | #000000 | #F0594B | Pass |
| a Alle Werke in der Ga… | 4.69:1 | 4.5:1 | #000000 | #717597 | Pass |
| span ArtistiKath | 6.72:1 | 4.5:1 | #000000 | #A98B85 | Pass |
| p Hannover · Original… | 4.86:1 | 4.5:1 | #000000 | #93726B | Pass |
| a Fragen | 3.64:1 | 4.5:1 | #000000 | #79605B | Fail |
| a Impressum | 2.68:1 | 4.5:1 | #000000 | #604E49 | Fail |
| a AGB | 1.85:1 | 4.5:1 | #000000 | #463732 | 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.
AHeading Hierarchy4 headings, 1 skip(s)PASS
- H1 Kathrin Planke
- H3 Onii-chan? skipped
- H3 Gift
- H3 Delicious
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Heading Text QualityAll 4 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 4 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button Quality17 links, 2 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"PASS
A+Tabindex Anti-Patterns1 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 22 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 98/100 — 2 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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Onii-chan? div.grid > article > a.group > h3.title-caption |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Onii-chan? div.mt-8 > div.grid > article > a.group |
Gift div.mt-8 > div.grid > article > a.group |
Delicious div.mt-8 > div.grid > article > a.group |