Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction5 issue(s) across 68 links and 41 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.diehl.com/career/en/jobs-app… | Jobs | new tab | Add '(opens in new tab)' to text |
| /group/en/company/about-us | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: About Us | |||
| /group/en/company | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Company | |||
| /group/en/corporate-divisions/diehl-cont… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Innovations At Diehl | |||
| /defence/en/press-media/news/successful-… | Successful SPIKE LR firings fr… | img no alt | Add alt attribute to the image |
| /defence/en/press-media/news/diehl-defen… | Diehl Defence and Hellenic Def… | img no alt | Add alt attribute to the image |
| /career/en/events-of-the-diehl-ausbildun… | Events of the Diehl … | img no alt | Add alt attribute to the image |
| https://www.diehl.com/diehl-informatik/d… | Diehl Informatik … | new tab | Add '(opens in new tab)' to text |
| https://www.diehl.com/ventures/en/ | Diehl Ventures … | new tab | Add '(opens in new tab)' to text |
| https://www.diehl.com/career/en/ | Your career at Diehl | new tab | Add '(opens in new tab)' to text |
| https://de.linkedin.com/company/diehl-gr… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@diehl | youtube | new tab | Add '(opens in new tab)' to text |
| https://www.diehl.com/career/en/jobs-app… | Jobs | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/group/en/company/about-us ("Learn More"); /group/en/company ("Learn more"); /group/en/corporate-divisions/diehl-controls/innovations-at-diehl ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.diehl.com/career/en/jobs-application/job-offers/?c=all; https://www.diehl.com/diehl-informatik/de/; https://www.diehl.com/ventures/en/; https://www.diehl.com/career/en/; https://de.linkedin.com/company/diehl-group; https://www.youtube.com/@diehl; https://www.diehl.com/career/en/jobs-application/job-offers/?c=all
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.button (#563 on page); button.button (#589 on page)
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
F404 Error PageActionHTTP 401, bare pageFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure7 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
BTabindex Anti-Patterns0 positive, 4 -1-on-focusableREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
A+Heading Hierarchy19 headingsPASS
- H1 Many solutions - one group.
- H2 Diehl Group
- H3 Tradition goes Future!
- H2 Energy Transition thanks to Advanced Technologies
- H2 Worldwide networked
- H3 With around 100 locations
- H2 News
- H3 Successful SPIKE LR firings from Diehl Defence's UGV Ziesel
- H3 Diehl Defence and Hellenic Defence Systems renew partnership on IRIS-T
- H3 Reducing Water Loss: How GAIA locates leaks, remote meter reading
- H3 Meet Diehl Metering’s smart metering experts on IFAT 2026!
- H2 Annual Report 2024
- H2 Spotlights
- H3 Events of the Diehl
- H3 Diehl Informatik
- H3 Diehl Ventures
- H2 One group. Five corporate divisions. Countless opportunities to make a difference worldwide.
- H2 Not found what you’re looking for yet?
- H2 Many solutions – one Group
A+Heading Text QualityAll 19 heading(s) have substantive, well-formed textPASS
AAlt Text Quality3 of 13 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 3 image(s) |
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #footer-search | search | Browse Diehl | for/id |
| #search-df60c37699 | search | Browse Diehl | for/id |
A+Form Input Types2 form control(s) checked, no type mismatchesPASS
A+Form Input Quality2 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en-US"PASS
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 150 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA Depth1 PWA signal(s) surfacedPASS
A+Mobile UX Depth1 mobile-depth signal(s) 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 |
|---|---|---|---|---|---|
| h1 Many solutions - one… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Diehl Group | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Energy Transition th… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Worldwide networked | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 News | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Annual Report 2024 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Spotlights | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 One group. Five corp… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Not found what you… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Many solutions – o… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Tradition goes Futur… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 With around 100 loca… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Successful SPIKE LR … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Diehl Defence and He… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Reducing Water Loss:… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Meet Diehl Metering… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Events of the Diehl | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Diehl Informatik | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Diehl Ventures | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Diehl Group | Diehl … | 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.
ALighthouse Accessibility AuditsScore 92/100 — 2 failing, 25 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Diehl Defence li.news-teaser > a.link-card > div.news-meta > span |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Diehl Metall offers a broad spectrum of innovative products and technologies in… div.division-teaser > div.module-wrapper-inner > div.swiper > ul#swiper-wrapper-1058f6173594106c7b |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.