Skip to content
https://faz.net

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
53
GRADE
F
FIX
6
REVIEW
4
PASS
3
INFO
0
Checks
13
3 PASS 4 REVIEW 6 FIX
D
Alt Text Quality
Action
36 of 133 images have issues
FIX
36 of 133 images have issues
Critical::
36 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Info::
11 image(s) with alt text over 125 characters
Info::
3 decorative image(s) correctly marked
Info::
83 image(s) with good alt text
133 images 83 good alt text 3 decorative 36 missing
IssueCount
missing36 image(s)
too long11 image(s)

Images without alt text are invisible to screen readers.

Why this matters

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

D
Favicon & Branding
Action
5 icon(s) detected
FIX
5 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
Info::
SVG favicon detected — scales perfectly to any size
favicon.ico Present
PNG Icons Present
Apple Touch Missing
SVG Favicon Present
Manifest Icons Missing
Multiple Sizes Missing
D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
1 navigation pattern(s)
FIX
1 navigation pattern(s)
Info::
Search functionality detected
Got: role-search
Info::
1 navigation landmark(s) detected
Breadcrumbs
Search role='search' landmark
Skip Link
Labeled Navigation 1 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
2 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
C
Form Accessibility
Action
102 of 102 controls have issues
REVIEW
102 of 102 controls have issues
Critical::
102 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox"> (+92 more)
102 controls
0 labeled
0 placeholder only
102 unlabeled
ControlTypeLabelMethod
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none
inputcheckbox(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox">; <input type="checkbox"> (+92 more)

Why this matters

Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.

Source: WCAG 2.1 SC 3.3.2

C
404 Error Page
Action
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Aktuelle Nachrichten online - FAZ.NET Custom Styling Navigation Homepage Link Search Form
B
Dark Mode Support
Dark mode detected
REVIEW
Dark mode detected
Info::
prefers-color-scheme CSS detected in inline styles
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark Mode Dark Mode Supported
color-scheme meta Not set Dark theme-color Not set CSS indicators Detected

Detection limited to meta tags and inline styles.

B
Lighthouse Accessibility Audits
Score 80/100 — 6 failing, 28 passed
REVIEW
80

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.dark:bg-grey > div.flex > div.relative > button#headlessui-popover-button-v-1-0 div.dark:bg-grey > div.flex > div.relative > button#headlessui-popover-button-v-1-0
div.grid > article.col-span-full > div.absolute > button#bookmark-label-200652574 div.grid > article.col-span-full > div.absolute > button#bookmark-label-200652574
div.grid > article.group > div.absolute > button#bookmark-label-200721855 div.grid > article.group > div.absolute > button#bookmark-label-200721855
article.cursor-pointer > div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200734602 article.cursor-pointer > div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200734602
div.grid > article.group > div.absolute > button#bookmark-label-200583539 div.grid > article.group > div.absolute > button#bookmark-label-200583539
div.grid > article.group > div.absolute > button#bookmark-label-200733229 div.grid > article.group > div.absolute > button#bookmark-label-200733229
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734190 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734190
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734804 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734804
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-17480648 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-17480648
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733609 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733609
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200729718 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200729718
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719074 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719074
div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734087 div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734087
div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734785 div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734785
div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734018 div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734018
div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200729785 div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200729785
div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734728 div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734728
div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734815 div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734815
div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200733393 div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200733393
div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734320 div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734320
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734588 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734588
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734802 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734802
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200735540 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200735540
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200735565 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200735565
article.cursor-pointer > div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200725933 article.cursor-pointer > div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200725933
div.grid > article.group > div.absolute > button#bookmark-label-200727979 div.grid > article.group > div.absolute > button#bookmark-label-200727979
div.grid > article.group > div.absolute > button#bookmark-label-200725763 div.grid > article.group > div.absolute > button#bookmark-label-200725763
div.lg:flex-[0_0_379px] > div.relative > div.absolute > button#bookmark-label-200726635 div.lg:flex-[0_0_379px] > div.relative > div.absolute > button#bookmark-label-200726635
div.lg:flex-[0_0_379px] > div.relative > div.absolute > button#bookmark-label-200733589 div.lg:flex-[0_0_379px] > div.relative > div.absolute > button#bookmark-label-200733589
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200725544 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200725544
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200683275 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200683275
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200723360 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200723360
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110552893 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110552893
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735089 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735089
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734878 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734878
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734677 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734677
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735103 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735103
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734196 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734196
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200731311 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200731311
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734765 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734765
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734791 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734791
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734767 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734767
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110093143 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110093143
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733837 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733837
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730701 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730701
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734026 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734026
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734583 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734583
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200733152 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200733152
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730860 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730860
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733268 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733268
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734327 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734327
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733205 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733205
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733091 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733091
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733984 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733984
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200730220 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200730220
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730891 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730891
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734711 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734711
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725794 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725794
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200727675 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200727675
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200694809 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200694809
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200711905 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200711905
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200729758 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200729758
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734652 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734652
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734465 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734465
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730386 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730386
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733389 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733389
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734195 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734195
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733630 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733630
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734540 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734540
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200718382 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200718382
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730415 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730415
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200735581 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200735581
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733885 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733885
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200715141 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200715141
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734268 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734268
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-18137164 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-18137164
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200722817 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200722817
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200717628 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200717628
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725088 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725088
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200727662 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200727662
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110218020 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110218020
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200715197 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200715197
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200716081 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200716081
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200715212 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200715212
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200726211 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200726211
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200696391 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200696391
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200633301 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200633301
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200651074 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200651074
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110852829 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110852829
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200732919 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200732919
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719226 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719226
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719228 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719228
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200728598 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200728598
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725356 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725356
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725568 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725568
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200483132 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200483132
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200726215 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200726215
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200712388 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200712388
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200644300 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200644300

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.grid > article.cursor-pointer > div.relative > img.h-auto div.grid > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto div.swiper-slide > article.cursor-pointer > div.relative > img.h-auto
article.cursor-pointer > div.relative > picture > img.h-auto article.cursor-pointer > div.relative > picture > img.h-auto
div.grid > article.cursor-pointer > div.relative > img.h-auto div.grid > article.cursor-pointer > div.relative > img.h-auto
div.grid > article.cursor-pointer > div.relative > img.h-auto div.grid > article.cursor-pointer > div.relative > img.h-auto

Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
article.col-span-full > div.absolute > button#bookmark-label-200652574 > input.absolute article.col-span-full > div.absolute > button#bookmark-label-200652574 > input.absolute
article.group > div.absolute > button#bookmark-label-200721855 > input.absolute article.group > div.absolute > button#bookmark-label-200721855 > input.absolute
div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200734602 > input.absolute div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200734602 > input.absolute
article.group > div.absolute > button#bookmark-label-200583539 > input.absolute article.group > div.absolute > button#bookmark-label-200583539 > input.absolute
article.group > div.absolute > button#bookmark-label-200733229 > input.absolute article.group > div.absolute > button#bookmark-label-200733229 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734190 > input.absolute div.relative > div.absolute > button#bookmark-label-200734190 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734804 > input.absolute div.relative > div.absolute > button#bookmark-label-200734804 > input.absolute
div.relative > div.absolute > button#bookmark-label-17480648 > input.absolute div.relative > div.absolute > button#bookmark-label-17480648 > input.absolute
div.relative > div.absolute > button#bookmark-label-200733609 > input.absolute div.relative > div.absolute > button#bookmark-label-200733609 > input.absolute
div.relative > div.absolute > button#bookmark-label-200729718 > input.absolute div.relative > div.absolute > button#bookmark-label-200729718 > input.absolute
div.relative > div.absolute > button#bookmark-label-200719074 > input.absolute div.relative > div.absolute > button#bookmark-label-200719074 > input.absolute
article.relative > div.absolute > button#bookmark-label-200734087 > input.absolute article.relative > div.absolute > button#bookmark-label-200734087 > input.absolute
article.relative > div.absolute > button#bookmark-label-200734785 > input.absolute article.relative > div.absolute > button#bookmark-label-200734785 > input.absolute
article.relative > div.absolute > button#bookmark-label-200734018 > input.absolute article.relative > div.absolute > button#bookmark-label-200734018 > input.absolute
article.relative > div.absolute > button#bookmark-label-200729785 > input.absolute article.relative > div.absolute > button#bookmark-label-200729785 > input.absolute
article.relative > div.absolute > button#bookmark-label-200734728 > input.absolute article.relative > div.absolute > button#bookmark-label-200734728 > input.absolute
article.relative > div.absolute > button#bookmark-label-200734815 > input.absolute article.relative > div.absolute > button#bookmark-label-200734815 > input.absolute
article.relative > div.absolute > button#bookmark-label-200733393 > input.absolute article.relative > div.absolute > button#bookmark-label-200733393 > input.absolute
article.relative > div.absolute > button#bookmark-label-200734320 > input.absolute article.relative > div.absolute > button#bookmark-label-200734320 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734588 > input.absolute div.relative > div.absolute > button#bookmark-label-200734588 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734802 > input.absolute div.relative > div.absolute > button#bookmark-label-200734802 > input.absolute
div.relative > div.absolute > button#bookmark-label-200735540 > input.absolute div.relative > div.absolute > button#bookmark-label-200735540 > input.absolute
div.relative > div.absolute > button#bookmark-label-200735565 > input.absolute div.relative > div.absolute > button#bookmark-label-200735565 > input.absolute
div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200725933 > input.absolute div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200725933 > input.absolute
article.group > div.absolute > button#bookmark-label-200727979 > input.absolute article.group > div.absolute > button#bookmark-label-200727979 > input.absolute
article.group > div.absolute > button#bookmark-label-200725763 > input.absolute article.group > div.absolute > button#bookmark-label-200725763 > input.absolute
div.relative > div.absolute > button#bookmark-label-200726635 > input.absolute div.relative > div.absolute > button#bookmark-label-200726635 > input.absolute
div.relative > div.absolute > button#bookmark-label-200733589 > input.absolute div.relative > div.absolute > button#bookmark-label-200733589 > input.absolute
div.lg:mx-[79px] > div.absolute > button#bookmark-label-200725544 > input.absolute div.lg:mx-[79px] > div.absolute > button#bookmark-label-200725544 > input.absolute
div.relative > div.absolute > button#bookmark-label-200683275 > input.absolute div.relative > div.absolute > button#bookmark-label-200683275 > input.absolute
div.relative > div.absolute > button#bookmark-label-200723360 > input.absolute div.relative > div.absolute > button#bookmark-label-200723360 > input.absolute
div.relative > div.absolute > button#bookmark-label-110552893 > input.absolute div.relative > div.absolute > button#bookmark-label-110552893 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735089 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735089 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734878 > input.absolute div.relative > div.absolute > button#bookmark-label-200734878 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734677 > input.absolute div.relative > div.absolute > button#bookmark-label-200734677 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735103 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735103 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734196 > input.absolute div.relative > div.absolute > button#bookmark-label-200734196 > input.absolute
div.relative > div.absolute > button#bookmark-label-200731311 > input.absolute div.relative > div.absolute > button#bookmark-label-200731311 > input.absolute
div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734765 > input.absolute div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734765 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734791 > input.absolute div.relative > div.absolute > button#bookmark-label-200734791 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734767 > input.absolute div.relative > div.absolute > button#bookmark-label-200734767 > input.absolute
div.relative > div.absolute > button#bookmark-label-110093143 > input.absolute div.relative > div.absolute > button#bookmark-label-110093143 > input.absolute
div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733837 > input.absolute div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733837 > input.absolute
div.relative > div.absolute > button#bookmark-label-200730701 > input.absolute div.relative > div.absolute > button#bookmark-label-200730701 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734026 > input.absolute div.relative > div.absolute > button#bookmark-label-200734026 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734583 > input.absolute div.relative > div.absolute > button#bookmark-label-200734583 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200733152 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200733152 > input.absolute
div.relative > div.absolute > button#bookmark-label-200730860 > input.absolute div.relative > div.absolute > button#bookmark-label-200730860 > input.absolute
div.relative > div.absolute > button#bookmark-label-200733268 > input.absolute div.relative > div.absolute > button#bookmark-label-200733268 > input.absolute
div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734327 > input.absolute div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734327 > input.absolute
div.relative > div.absolute > button#bookmark-label-200733205 > input.absolute div.relative > div.absolute > button#bookmark-label-200733205 > input.absolute
div.relative > div.absolute > button#bookmark-label-200733091 > input.absolute div.relative > div.absolute > button#bookmark-label-200733091 > input.absolute
div.relative > div.absolute > button#bookmark-label-200733984 > input.absolute div.relative > div.absolute > button#bookmark-label-200733984 > input.absolute
div.lg:mx-[79px] > div.absolute > button#bookmark-label-200730220 > input.absolute div.lg:mx-[79px] > div.absolute > button#bookmark-label-200730220 > input.absolute
div.relative > div.absolute > button#bookmark-label-200730891 > input.absolute div.relative > div.absolute > button#bookmark-label-200730891 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734711 > input.absolute div.relative > div.absolute > button#bookmark-label-200734711 > input.absolute
div.relative > div.absolute > button#bookmark-label-200725794 > input.absolute div.relative > div.absolute > button#bookmark-label-200725794 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200727675 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200727675 > input.absolute
div.relative > div.absolute > button#bookmark-label-200694809 > input.absolute div.relative > div.absolute > button#bookmark-label-200694809 > input.absolute
div.relative > div.absolute > button#bookmark-label-200711905 > input.absolute div.relative > div.absolute > button#bookmark-label-200711905 > input.absolute
div.lg:mx-[79px] > div.absolute > button#bookmark-label-200729758 > input.absolute div.lg:mx-[79px] > div.absolute > button#bookmark-label-200729758 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734652 > input.absolute div.relative > div.absolute > button#bookmark-label-200734652 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734465 > input.absolute div.relative > div.absolute > button#bookmark-label-200734465 > input.absolute
div.relative > div.absolute > button#bookmark-label-200730386 > input.absolute div.relative > div.absolute > button#bookmark-label-200730386 > input.absolute
div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733389 > input.absolute div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733389 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734195 > input.absolute div.relative > div.absolute > button#bookmark-label-200734195 > input.absolute
div.relative > div.absolute > button#bookmark-label-200733630 > input.absolute div.relative > div.absolute > button#bookmark-label-200733630 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734540 > input.absolute div.relative > div.absolute > button#bookmark-label-200734540 > input.absolute
div.relative > div.absolute > button#bookmark-label-200718382 > input.absolute div.relative > div.absolute > button#bookmark-label-200718382 > input.absolute
div.relative > div.absolute > button#bookmark-label-200730415 > input.absolute div.relative > div.absolute > button#bookmark-label-200730415 > input.absolute
div.lg:mx-[79px] > div.absolute > button#bookmark-label-200735581 > input.absolute div.lg:mx-[79px] > div.absolute > button#bookmark-label-200735581 > input.absolute
div.relative > div.absolute > button#bookmark-label-200733885 > input.absolute div.relative > div.absolute > button#bookmark-label-200733885 > input.absolute
div.relative > div.absolute > button#bookmark-label-200715141 > input.absolute div.relative > div.absolute > button#bookmark-label-200715141 > input.absolute
div.relative > div.absolute > button#bookmark-label-200734268 > input.absolute div.relative > div.absolute > button#bookmark-label-200734268 > input.absolute
div.relative > div.absolute > button#bookmark-label-18137164 > input.absolute div.relative > div.absolute > button#bookmark-label-18137164 > input.absolute
div.relative > div.absolute > button#bookmark-label-200722817 > input.absolute div.relative > div.absolute > button#bookmark-label-200722817 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200717628 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200717628 > input.absolute
div.relative > div.absolute > button#bookmark-label-200725088 > input.absolute div.relative > div.absolute > button#bookmark-label-200725088 > input.absolute
div.relative > div.absolute > button#bookmark-label-200727662 > input.absolute div.relative > div.absolute > button#bookmark-label-200727662 > input.absolute
div.relative > div.absolute > button#bookmark-label-110218020 > input.absolute div.relative > div.absolute > button#bookmark-label-110218020 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200715197 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200715197 > input.absolute
div.relative > div.absolute > button#bookmark-label-200716081 > input.absolute div.relative > div.absolute > button#bookmark-label-200716081 > input.absolute
div.relative > div.absolute > button#bookmark-label-200715212 > input.absolute div.relative > div.absolute > button#bookmark-label-200715212 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200726211 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200726211 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200696391 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200696391 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200633301 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200633301 > input.absolute
div.relative > div.absolute > button#bookmark-label-200651074 > input.absolute div.relative > div.absolute > button#bookmark-label-200651074 > input.absolute
div.relative > div.absolute > button#bookmark-label-110852829 > input.absolute div.relative > div.absolute > button#bookmark-label-110852829 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200732919 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200732919 > input.absolute
div.relative > div.absolute > button#bookmark-label-200719226 > input.absolute div.relative > div.absolute > button#bookmark-label-200719226 > input.absolute
div.relative > div.absolute > button#bookmark-label-200719228 > input.absolute div.relative > div.absolute > button#bookmark-label-200719228 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200728598 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200728598 > input.absolute
div.relative > div.absolute > button#bookmark-label-200725356 > input.absolute div.relative > div.absolute > button#bookmark-label-200725356 > input.absolute
div.relative > div.absolute > button#bookmark-label-200725568 > input.absolute div.relative > div.absolute > button#bookmark-label-200725568 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200483132 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200483132 > input.absolute
div.relative > div.absolute > button#bookmark-label-200726215 > input.absolute div.relative > div.absolute > button#bookmark-label-200726215 > input.absolute
div.relative > div.absolute > button#bookmark-label-200712388 > input.absolute div.relative > div.absolute > button#bookmark-label-200712388 > input.absolute
div.sm:mx-[59px] > div.absolute > button#bookmark-label-200644300 > input.absolute div.sm:mx-[59px] > div.absolute > button#bookmark-label-200644300 > input.absolute

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Kostenfrei aktivieren div.OYFBr > figure.eFQpW > div > div.me6VR

These are opportunities to improve the legibility of your content.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
CHAMPIONS-LEAGUE-DRAMA : FC Bayern nach 4:3 gegen Real Madrid im Halbfinale div.grid > article.col-span-full > a.block > h3

These are opportunities to improve keyboard navigation in your application.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.grid > article.group > div.absolute > button#bookmark-label-200721855 div.grid > article.group > div.absolute > button#bookmark-label-200721855
article.cursor-pointer > div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200734602 article.cursor-pointer > div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200734602
div.grid > article.group > div.absolute > button#bookmark-label-200583539 div.grid > article.group > div.absolute > button#bookmark-label-200583539
div.grid > article.group > div.absolute > button#bookmark-label-200733229 div.grid > article.group > div.absolute > button#bookmark-label-200733229
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734190 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734190
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734804 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734804
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-17480648 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-17480648
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733609 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733609
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200729718 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200729718
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719074 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719074
div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734087 div.swiper-slide > article.relative > div.absolute > button#bookmark-label-200734087
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734588 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734588
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734802 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734802
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200735540 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200735540
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200735565 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200735565
DIGITALWIRTSCHAFT section.bg-topic-premium > div.mb-[20px] > div.flex > button.btn
DIGITALWIRTSCHAFT div.mb-[20px] > div.flex > button.btn > a.clickable
WELTWIRTSCHAFT section.bg-topic-premium > div.mb-[20px] > div.flex > button.btn
WELTWIRTSCHAFT div.mb-[20px] > div.flex > button.btn > a.clickable
MEINE FINANZEN section.bg-topic-premium > div.mb-[20px] > div.flex > button.btn
MEINE FINANZEN div.mb-[20px] > div.flex > button.btn > a.clickable
EINSPRUCH section.bg-topic-premium > div.mb-[20px] > div.flex > button.btn
EINSPRUCH div.mb-[20px] > div.flex > button.btn > a.clickable
article.cursor-pointer > div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200725933 article.cursor-pointer > div.sm:max-lg:px-[60px] > div.absolute > button#bookmark-label-200725933
div.grid > article.group > div.absolute > button#bookmark-label-200727979 div.grid > article.group > div.absolute > button#bookmark-label-200727979
div.grid > article.group > div.absolute > button#bookmark-label-200725763 div.grid > article.group > div.absolute > button#bookmark-label-200725763
div.lg:flex-[0_0_379px] > div.relative > div.absolute > button#bookmark-label-200726635 div.lg:flex-[0_0_379px] > div.relative > div.absolute > button#bookmark-label-200726635
div.lg:flex-[0_0_379px] > div.relative > div.absolute > button#bookmark-label-200733589 div.lg:flex-[0_0_379px] > div.relative > div.absolute > button#bookmark-label-200733589
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200725544 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200725544
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200683275 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200683275
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200723360 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200723360
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110552893 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110552893
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735089 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735089
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734878 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734878
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734677 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734677
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735103 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200735103
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734196 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734196
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200731311 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200731311
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734765 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734765
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734791 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734791
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734767 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734767
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110093143 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110093143
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733837 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733837
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730701 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730701
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734026 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734026
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734583 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734583
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200733152 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200733152
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730860 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730860
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733268 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733268
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734327 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200734327
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733205 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733205
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733091 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733091
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733984 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733984
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200730220 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200730220
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730891 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730891
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734711 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734711
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725794 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725794
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200727675 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200727675
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200694809 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200694809
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200711905 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200711905
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200729758 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200729758
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734652 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734652
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734465 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734465
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730386 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730386
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733389 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200733389
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734195 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734195
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733630 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733630
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734540 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734540
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200718382 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200718382
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730415 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200730415
Go to slide 1 section.nw-htmlbar > div.swipersocial > div.swiper-pagination > span.swiper-pagination-bullet
Go to slide 2 section.nw-htmlbar > div.swipersocial > div.swiper-pagination > span.swiper-pagination-bullet
article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200735581 article.cursor-pointer > div.lg:mx-[79px] > div.absolute > button#bookmark-label-200735581
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733885 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200733885
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200715141 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200715141
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734268 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200734268
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-18137164 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-18137164
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200722817 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200722817
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200717628 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200717628
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725088 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725088
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200727662 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200727662
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200715197 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200715197
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200716081 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200716081
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200715212 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200715212
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200726211 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200726211
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200696391 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200696391
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200633301 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200633301
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200651074 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200651074
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110852829 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-110852829
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200732919 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200732919
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719226 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719226
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719228 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200719228
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200728598 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200728598
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725356 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725356
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725568 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200725568
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200483132 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200483132
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200726215 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200726215
article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200712388 article.cursor-pointer > div.relative > div.absolute > button#bookmark-label-200712388
article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200644300 article.cursor-pointer > div.sm:mx-[59px] > div.absolute > button#bookmark-label-200644300

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
`[accesskey]` values are unique
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A
Landmark Structure
114 landmarks
PASS
114 landmarks
Info::
<main> landmark present
Info::
1 <nav> landmark(s) found
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Info::
Search landmark present
Page Structure — as a screen reader sees it
BANNER header NAV "Ressort-Navigation" SEARCH MAIN CONTENTINFO footer

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

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

A
Heading Hierarchy
133 headings, 1 skip(s)
PASS
133 headings, 1 skip(s)
Info::
Single H1 present
Warning::
Heading level skipped: H1 → H3 (missing H2)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
  • H1 Aktuelle Nachrichten aus Politik, Wirtschaft, Sport und Kultur
  • H3 Champions-League-Drama: FC Bayern nach 4:3 gegen Real Madrid im Halbfinale skipped
  • H3 Champions League: Arsenal reicht Nullnummer gegen Sporting Lissabon
  • H2 Krieg in Nahost
  • H3 Trump gegen den Papst: Arrivederci, Mr. President
  • H3 Liveblog Irankrieg: Elf Staaten fordern eine Waffenruhe im Nahen Osten
  • H3 Liveblog Irankrieg: Elf Staaten fordern eine Waffenruhe im Nahen Osten
  • H3 Neue Zwölf-Uhr-Regel: Wann Autofahrer nun am billigsten tanken
  • H3 Neue Zwölf-Uhr-Regel: Wann Autofahrer nun am billigsten tanken
  • H3 Vorwurf der Marktverzerrung: „Realistisch betrachtet: Wer würde in Chinas Lage nicht kaufen?“
  • H3 Auftritt in TV und Radio: Magyar rechnet live im Studio mit Ungarns Staatsrundfunk ab
  • H3 Kipppunkt – F.A.Z.-Klimablog: Neue Indizien für einen Golfstrom-Kollaps
  • H3 Krise im Südwesten: Eine spricht schon vom Ende der Volkspartei SPD
  • H3 Kunden-Apps: Diskriminieren Supermärkte ältere Menschen?
  • H3 FAZ+Verluste in Milliardenhöhe: Die fatalen Fehler der Versorgungswerke
  • H3 Kriminalität: Kameras bekämpfen nur die Symptome
  • H3 Lufthansa-Jubiläum: Kraniche streiken nicht
  • H3 EU-haushalt: Sparen sollen die anderen
  • H3 Großbritannien: Ideologische Klimapolitik
  • H3 Nach Wechsel Sansals: Der Rechtsruck bei Hachette geht weiter
  • H3 1000-Euro-Prämie: Hat die Koalition nicht an Beamte gedacht?
  • H3 was ist zumutbar?: Deutschland verliert sich in Bequemlichkeit
  • H3 DFB-Frauen: Das steckt hinter Wücks Kritik
  • H3 Besoldungsreform: Wie Bundesbeamte künftig bezahlt werden sollen
  • H3 „Masterplan“-Bericht: Gericht zu Correctiv: „Unklar, ungenau und unvollständig“
  • H3 Bundesligaprofi Dinkçi: „Ich weiß nur, dass ich heulend den Trainer angerufen habe“
  • H3 Riesiger Schwarm: Zehntausende Bienen suchen israelische Stadt heim
  • H3 premium Digitale Steuerberatung: Wie KI-Agenten den Beruf des Buchhalters neu definieren
  • H3 premium Anthropics DACH-Chef: „Die Fähigkeiten dieser Modelle sind schneller vorangeschritten als die der Gesellschaft“
  • H3 premium Anthropics DACH-Chef: „Die Fähigkeiten dieser Modelle sind schneller vorangeschritten als die der Gesellschaft“
  • H3 premium Aus der Praxis: Wie KI Schülern hilft und sie schlauer macht
  • H3 premium Aus der Praxis: Wie KI Schülern hilft und sie schlauer macht
  • H3 Schongauer im Louvre: Warum Dürer nach Colmar pilgerte
  • H3 Speedmarathon in Hessen: „Da geht noch die Toleranz ab, oder?“
  • H2 Das Beste vonFAZ+
  • H3 FAZ+Krisenmonat März: Was ETF-Anleger statt des MSCI World jetzt kaufen
  • H3 FAZ+Bidirektionales Laden: Gratisstrom fürs Elektroauto
  • H3 FAZ+Lufthansa-Chef Spohr: „Die Welt hat sich leider zurückentwickelt“
  • H3 FAZ+Neue Beziehungsstudie: Wie fünf Minuten die Beziehung retten
  • H2 Schon gesehen?
  • H2 Video
  • H3 Humanitäre Krise: Internationale Geberkonferenz für Sudan in Berlin
  • H3 Vollständig anonym: EU-App für Alters-Check auf Onlineplattformen fertig
  • H3 Mehrere Tote und verletzte: Wieder Schusswaffenangriff an einer Schule in der Türkei
  • H2 Podcasts
  • H3 Rhein-Main-Feierabendbriefing: Videoüberwachung soll die Zeil in Frankfurt sicherer machen
  • H3 FAZ+F.A.Z. Einspruch Podcast: EuGH zum Sampling: Ein Urteil, das die Musikbranche verändert
  • H3 FAZ+F.A.Z. Podcast für Deutschland: Mission Kubicki: Dann meldete sich Christian Lindner per SMS
  • H2 Politik
  • H3 Ukraine-Treffen in Berlin: Auch ohne die Amerikaner wird Kiew weiter unterstützt
  • H3 Ungarn nach der Wahl: Magyar in den Festungen der alten Macht
  • H3 Dritte Sudan-Konferenz: Gegen das Sterben in Sudan
  • H3 Deutschland-Liveblog: Jan van Aken gibt sein Amt ab
  • H2 Wirtschaft
  • H3 Für drei Millionen Pfund: Rolls-Royces exklusive „Nachtigall“
  • H3 FAZ+Irankrieg sorgt auch für Pistazienkrise: Wird Dubai-Schokolade jetzt unerschwinglich?
  • H3 Italien: Machtkampf bei ältester Bank der Welt entschieden
  • H3 Stützung der Lieferketten: Japan schnürt Energiehilfspaket für Südostasien
  • H2 Leserdebatte
  • H3 Honorare von Therapeuten: „Kürzung trifft gerade Kinder"
  • H3 Paragraph gegen Hassrede: Höhere Strafe, weil der Beleidigte ein Politiker ist
  • H3 Meloni und der Irankrieg: Deswegen hat die „Trump-Flüsterin“ ihren Kurs geändert
  • H2 Finanzen
  • H3 US-Banken mit Quartalsbilanzen: Morgan Stanley und Bofa glänzen
  • H3 ASML treibt Kurse: Chipwerte unbeeindruckt vom Irankrieg
  • H3 Trade Republic: Bereit zu wachsen
  • H3 Engpässe befürchtet: Ölpreise ziehen leicht an
  • H2 Feuilleton
  • H3 Steffen Martus: Was Literatur von der Gesellschaft weiß
  • H3 Lee Miller in Buchenwald: Sie wussten, was vor sich ging
  • H3 Immobilie  Am STarnberger See: Habermas-Haus als Villa Massimo? Was dagegen spricht
  • H3 NIklas Webers „Passagiere“: Die verdrängte Seite der Eisenbahn
  • H2 Karriere & HochSchule
  • H3 Bildungsfinanzierung: Die Kostenkrankheit der Hochschulen
  • H3 FAZ+Modemacher Cucinelli: Der „Kaschmir-König“ und seine Leidenschaft fürs Spirituelle
  • H3 Neutralitätsgebot an Schulen: Wie neutral kann politische Bildung sein?
  • H2 Sport
  • H3 Play-Ins der NBA: Orlando Magic und das Wagnis mit Wagner
  • H3 Nach 5:1 gegen Österreich: Deutsche Fußballfrauen jammern auf hohem Niveau
  • H3 Abstieg in Drittklassigkeit: Der verheerende Geschäftsbericht des deutschen Frauentennis
  • H3 Mikel Arteta unter Druck: Arsenals Angst vor dem nächsten Déjà-vu
  • H2 Gesellschaft
  • H3 Nach GroßRazzia: Anklage im Remscheider Kriegswaffenfund
  • H3 Im SüDosten des Landes: Neun Tote bei Schüssen an Schule in der Türkei
  • H3 Insel Poel: Sie protestieren still dafür, den Wal zu retten – das soll nun passieren
  • H3 Mutmaßliche Vergewaltigung: Harvey Weinstein steht in New York abermals vor Gericht
  • H2 Stil
  • H3 Quiet Luxury von Barena: Die robusten Hosen der Werftarbeiter inspirierten sie
  • H3 FAZ+Wenigstens hat Er's versucht: Spinnen? Bären? Wovor habe ich wirklich Angst?
  • H2 Rhein-Main
  • H3 Landkreis Kassel: Ermittlungen nach Feuer mit Millionenschaden in Fuldatal
  • H3 Prozess um Sturz: 20 Stunden gelähmt auf dem Balkon
  • H3 Nachwuchsförderung: „Handwerk braucht Muskelkraft“
  • H3 100 Jahre Lufthansa: Während der Kanzler gratuliert, wird draußen gestreikt
  • H2 empfehlungen des verlags
  • H2 Technik & Motor
  • H3 Der F.A.Z.-Autoticker: Fahrtenschreiber
  • H3 Kombi von Dacia: Sogleich der nächste Streich
  • H2 Stellenmarkt Anzeigen
  • H2 Wissen
  • H3 FAZ+Leben mit REchenschwäche: Wann hat man eine Dyskalkulie – und was hilft betroffenen Kindern?
  • H3 Kolumne „Kopfsachen“: Die Angst vor Alzheimer
  • H3 Bilder vom Mond: Sie sahen die Erde untergehen
  • H2 Bunte Seiten
  • H3 Greser & Lenz: Immer im Bilde
  • H2 Immobilien & Wohnen
  • H3 Das Versprechen leerer Büros: Schreibtische raus
  • H3 FAZ+Bauen mit Laubholz: „Baubuche hat fast Stahlträgerqualität“
  • H3 Anlegen in Immobilien: Offene Fonds geraten unter Druck
  • H2 Reise
  • H3 Urlaub als Familie: Chillen heißt: „Lasst mich bloß in Ruhe!“
  • H2 Reisemarkt Anzeigen
  • H2 Essen & Trinken
  • H3 „HeimWerk“ in Düsseldorf: Hier steht Paniertes im Mittelpunkt
  • H2 Eltern & Familie
  • H3 FAZ+Familie mit zwei Vätern: „Niemand sollte so etwas lesen müssen, nur weil er liebt“
  • H3 FAZ+Abi-Stress für Eltern: Meine Tochter macht Abitur – und ich verliere (fast) den Verstand
  • H3 FAZ+Wie Essen prägt: „Nuss-Nougat-Creme zum Frühstück ist nicht zu empfehlen“
  • H2 Kunstmarkt
  • H3 Verlosung in Paris: Pariser gewinnt echten Picasso für 100 Euro
  • H3 Malerin Miriam Cahn: Die Dinge, an denen wir uns festhalten
  • H3 Auktionsvorschau aus Paris: Kunst zum Anbeißen
  • H2 Klima & Nachhaltigkeit
  • H3 F.A.Z. Exklusiv: Europäischer Alleingang im Klimaschutz? Von wegen!
  • H3 Entlastungen: Der Tankrabatt kommt zurück – und noch mehr
  • H3 Bundesregierung schärft Position: So verteidigt Berlin den Verbrenner
  • H2 ImmobilienMarkt Anzeigen
  • H2 Daten & Visualisierung
  • H3 FAZ+Umfragen im Überblick: So stehen die Chancen für die Parteien im Superwahljahr
  • H3 FAZ+Hangar One: Mit im Cockpit statt nur dabei
  • H3 FAZ+Bungalow als Architektur-Ikone: „Ich lebe hier meinen Traum“
  • H2 Fotografie
  • H3 Leben in der Straße von Hormus: Vom Sprechen mit dem Wind

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

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+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Aktuelle Nachrichten…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Krieg in Nahost21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Schon gesehen?21.00:13.0:1
#000000
#FFFFFF
Pass
h2 empfehlungen des ver…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Stellenmarkt Anzeige…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Bunte Seiten21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Reisemarkt Anzeigen21.00:13.0:1
#000000
#FFFFFF
Pass
h2 ImmobilienMarkt Anze…21.00:13.0:1
#000000
#FFFFFF
Pass
title Aktuelle Nachrichten…12.94:14.5:1
#000000
#CBCBCB
Pass
span Suche12.56:14.5:1
#000000
#C8C8C9
Pass
span Startseite21.00:14.5:1
#000000
#FFFFFF
Pass
span Das Beste von FAZ+21.00:14.5:1
#000000
#FFFFFF
Pass
a Politik21.00:14.5:1
#000000
#FFFFFF
Pass
a USA unter Trump21.00:14.5:1
#000000
#FFFFFF
Pass
a Ukraine21.00:14.5:1
#000000
#FFFFFF
Pass
a Inland21.00:14.5:1
#000000
#FFFFFF
Pass
a Ausland21.00:14.5:1
#000000
#FFFFFF
Pass
a Politische Bücher21.00:14.5:1
#000000
#FFFFFF
Pass
a Einspruch21.00:14.5:1
#000000
#FFFFFF
Pass
a Geschichte21.00:14.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.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback