Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DTabindex Anti-PatternsAction0 positive, 82 -1-on-focusableFIX
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
CLink & Button QualityAction7 issue(s) across 143 links and 58 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.linkedin.com/company/accentu… | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/accenture | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/accenture/ | new tab | Add '(opens in new tab)' to text | |
| https://accenture.wd103.myworkdayjobs.co… | Deine Bewerbung öffnen | new tab | Add '(opens in new tab)' to text |
| https://accenture.wd103.myworkdayjobs.co… | Deine Bewerbung öffnen | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.rad-job-search__alert-signup-link (#828 on page)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.linkedin.com/company/accenture; https://www.facebook.com/accenture; https://www.instagram.com/accenture/; https://accenture.wd103.myworkdayjobs.com/AccentureCareers/userHome; https://accenture.wd103.myworkdayjobs.com/AccentureCareers/userHome
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.rad-search-bar__mobile-input-back-button (#557 on page); button.rad-tags__toggle-button (#654 on page); button.rad-accordion-atom__toggle (#657 on page); button.rad-accordion-atom__toggle (#661 on page); button.rad-accordion-atom__toggle (#665 on page); button.rad-accordion-atom__toggle (#669 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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Search jobs at Accen… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Let there be change | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Gefilterte Ergebniss… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Suche nach Jobs | Ac… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to main content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Skip to footer | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Menu | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Close Menu | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Unsere Kompetenzen | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Back | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Unsere Kompetenzen | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| button Kompetenzen | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Kompetenzen | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Künstliche Intellig… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Cloud | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Kundenservice | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Cybersicherheit | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Digital Engineering … | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Ökosystem-Partner | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a Zukunftstechnologie | 1.00:1 | 4.5:1 | #000000 | #000000 | 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.
ALandmark Structure7 landmarksPASS
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
AHeading Hierarchy5 headings, 1 skip(s)PASS
- H1 Search jobs at Accenture
- H6 Tipps skipped
- H6 Du hast die maximale Zeichenanzahl erreicht.
- H3 Gefilterte Ergebnisse
- H2 Let there be change
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 5 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityNo imagesPASS
AForm Accessibility1 of 5 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #location-text-field | text | Standorte suchen | for/id |
| #mobile-sorting-relevancy | radio | Relevanz | for/id |
| #mobile-sorting-newest | radio | Neueste Jobs | for/id |
| select | select | Mobile Pages Select | aria-label |
| #rad-search-bar__input | search | (Bist du bereit, mehr zu entdecken?) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" id="rad-search-bar__input">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
A+Form Input Types5 form control(s) checked, no type mismatchesPASS
A+Form Input Quality5 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "de-DE"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 20 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 99/100 — 2 failing, 28 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 |
|---|
Du hast die maximale Zeichenanzahl erreicht. div.rad-search-bar > div.rad-search-bar__inner > div.rad-search-bar__max-char-message > h6.max-char__headline |
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 |
|---|
Impressum. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a#pc-policy-text-link-3 |