Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction5 issue(s) across 402 links and 40 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /us/en/what-we-do/capabilities/blockchai… | Blockchain & Digital Assets | img no alt | Add alt attribute to the image |
| /us/en/what-we-do/capabilities/blockchai… | Blockchain & Digital Assets | img no alt | Add alt attribute to the image |
| https://www.deloittedigital.com/us/en.ht… | Customer | new tab | Add '(opens in new tab)' to text |
| /us/en/what-we-do/capabilities/blockchai… | Blockchain & Digital Assets | img no alt | Add alt attribute to the image |
| /us/en/what-we-do/capabilities/blockchai… | Blockchain & Digital Assets | img no alt | Add alt attribute to the image |
| /us/en/what-we-do/capabilities/blockchai… | Blockchain & Digital Assets | img no alt | Add alt attribute to the image |
| https://apply.deloitte.com | Job search | new tab | Add '(opens in new tab)' to text |
| # | Customer | new tab | Add '(opens in new tab)' to text |
| https://www.deloittedigital.com/us/en/wo… | Overview | new tab | Add '(opens in new tab)' to text |
| https://www.deloittedigital.com/us/en/ca… | Customer Strategy & Design | new tab | Add '(opens in new tab)' to text |
| https://www.deloittedigital.com/us/en/wh… | Customer as a Service / Operat… | new tab | Add '(opens in new tab)' to text |
| https://www.deloittedigital.com/us/en/wh… | Marketing, Commerce & Product | new tab | Add '(opens in new tab)' to text |
| https://www.deloittedigital.com/us/en/wh… | Sales & Service | new tab | Add '(opens in new tab)' to text |
| https://apply.deloitte.com | Job search | new tab | Add '(opens in new tab)' to text |
| https://my.deloitte.com/index.html#/dash… | (empty) | empty | Add link text or aria-label |
| https://my.deloitte.com/index.html#/dash… | Dashboard | new tab | Add '(opens in new tab)' to text |
| https://my.deloitte.com/index.html#/feed… | Content feed | new tab | Add '(opens in new tab)' to text |
| https://my.deloitte.com/index.html#/subs… | Subscriptions | new tab | Add '(opens in new tab)' to text |
| https://my.deloitte.com/index.html#/prof… | Profile/Interests | new tab | Add '(opens in new tab)' to text |
| https://my.deloitte.com/index.html#/acco… | Account settings | new tab | Add '(opens in new tab)' to text |
| /us/en/programs/center-for-board-effecti… | Board Practices Quarterly: Cri… | img no alt | Add alt attribute to the image |
| /us/en/services/consulting/about/resilie… | Life & legal leadership: Build… | img no alt | Add alt attribute to the image |
| /us/en/insights/topics/talent/human-capi… | AI and the future of human dec… | img no alt | Add alt attribute to the image |
| /us/en/insights/topics/talent/human-capi… | Dealing with AI’s cultural d… | img no alt | Add alt attribute to the image |
| https://x.com/deloitteus | follow deloitte us on x Open i… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/deloitt… | connect with deloitte on linke… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/DeloitteLLP | view deloitte us on youtube Op… | new tab | Add '(opens in new tab)' to text |
| http://www.glassdoor.com/Overview/Workin… | check deloitte us out on glass… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/lifeatdeloitte… | follow life at deloitte us on … | new tab | Add '(opens in new tab)' to text |
| https://cookienotice.deloitte.com | Deloitte’s cookie notice, op… | new tab | Add '(opens in new tab)' to text |
| https://cookienotice.deloitte.com | Deloitte’s cookie notice, op… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | 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 |
| <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.
https://my.deloitte.com/index.html#/dashboard
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a#promo-v3-16ffad98; a#promo-v3-94755c56; a#promo-v3-f25c40a3; a#promo-v3-a1429a9b; a#promo-v3-f2584c64; a#promo-v3-46a0322d; a#promo-v3-737371fb; a#promo-v3-77cd8ac3; a#promo-v3-3ce159c0
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.deloittedigital.com/us/en.html; https://apply.deloitte.com; #; https://www.deloittedigital.com/us/en/work.html?icid=top_https://www.deloitte…; https://www.deloittedigital.com/us/en/capabilities/customer-commercial-strate…; https://www.deloittedigital.com/us/en/what-we-do/service.html?icid=top_https:…; https://www.deloittedigital.com/us/en/what-we-do/marketing.html?icid=top_http…; https://www.deloittedigital.com/us/en/what-we-do/sales.html?icid=top_https://…; https://apply.deloitte.com; https://my.deloitte.com/index.html#/dashboard?requestedBy=dcom&pullDown=true&… (+12 more)
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 (#1975 on page); button (#1987 on page); button (#2004 on page); button (#2021 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
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
BLandmark Structure9 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
CForm AccessibilityAction3 of 18 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| Search location | input | search_location | aria-label |
| #vjs_select_98 | select | Color | for/id |
| #vjs_select_103 | select | Opacity | for/id |
| #vjs_select_113 | select | Color | for/id |
| #vjs_select_118 | select | Opacity | for/id |
| #vjs_select_128 | select | Color | for/id |
| #vjs_select_133 | select | Opacity | for/id |
| #ot-group-id-2 | checkbox | Analytics and performance cookies | for/id |
| #ot-group-id-3 | checkbox | Functional cookies | for/id |
| #ot-group-id-4 | checkbox | Advertising and targeting cookies | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #vjs_select_182 | select | (none) | none |
| #vjs_select_148 | select | (none) | none |
| #vjs_select_167 | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select id="vjs_select_148">; <select id="vjs_select_167">; <select id="vjs_select_182">
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 11 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 The SheBelieves Summ… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Advancing the game, … | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Connecting the dots.… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Here’s how we use … | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Privacy preference c… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Join us | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Let's connect | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Manage consent prefe… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Cookie List | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| title Deloitte US | Togeth… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Link opens in a new … | 1.01:1 | 4.5:1 | #000000 | #030100 | Fail |
| span opens in new window | 1.04:1 | 4.5:1 | #000000 | #130301 | Fail |
| a Skip to main content | 1.06:1 | 4.5:1 | #000000 | #1B0206 | Fail |
| a Who we are | 1.18:1 | 4.5:1 | #000000 | #141A04 | Fail |
| a Overview | 1.18:1 | 4.5:1 | #000000 | #141A06 | Fail |
| a Governance | 1.19:1 | 4.5:1 | #000000 | #141B03 | Fail |
| a Recognition | 1.12:1 | 4.5:1 | #000000 | #0E1403 | Fail |
| a Newsroom | 1.03:1 | 4.5:1 | #000000 | #050601 | Fail |
| a Contact Us | 1.01:1 | 4.5:1 | #000000 | #010200 | Fail |
| a About Deloitte | 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.
A+Heading Hierarchy33 headingsPASS
- H3 Blockchain & Digital Assets
- H3 Blockchain & Digital Assets
- H3 Blockchain & Digital Assets
- H3 Blockchain & Digital Assets
- H3 Blockchain & Digital Assets
- H1 The SheBelieves Summit: Where leadership meets sport
- H2 Advancing the game, together
- H2 Connecting the dots. That’s how progress happens.
- H3 Our thinking
- H3 The latest from Deloitte
- H3 Board Practices Quarterly: Crisis management and the board
- H3 Life & legal leadership: Build resilience through community
- H3 AI and the future of human decision-making
- H3 Dealing with AI’s cultural debt
- H3 Our work
- H4 Engineering a consolidated media supply chain for global reach
- H4 Harnessing economic power and fueling a cleaner-energy future
- H4 AI and analytics help a quick-service restaurant get even quicker
- H3 Careers
- H3 Join us
- H3 Let's connect
- H4 What we do
- H4 Our thinking
- H4 Careers
- H5 Follow us
- H2 Here’s how we use cookies
- H2 Privacy preference center
- H3 Manage consent preferences
- H4 Strictly necessary cookies
- H4 Analytics and performance cookies
- H4 Functional cookies
- H4 Advertising and targeting cookies
- H3 Cookie List
A+Alt Text QualityAll 23 images OKPASS
A+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 96/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.
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 |
|---|
Engineering a consolidated media supply chain for global reach
Deloitte’s adva… div.dual-animation-slider > div#11db56a9 > div.cmp-dual-slider-v2__slide > ul.swiper-wrapper |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Board Practices Quarterly: Crisis management and the board
How do boards govern… div#-target-1-1 > div.aem-Grid > div.promo > a#promo-v3-46a0322d |
Life & legal leadership: Build resilience through community
In this episode, AD… div#-target-1-2 > div.aem-Grid > div.promo > a#promo-v3-737371fb |
AI and the future of human decision-making
As AI transforms decision-making, ho… div#-target-1-3 > div.aem-Grid > div.promo > a#promo-v3-77cd8ac3 |
Dealing with AI’s cultural debt
AI may be creating an unnoticed, steady accumul… div#-target-1-4 > div.aem-Grid > div.promo > a#promo-v3-3ce159c0 |
10 reasons to join Deloitte div.button > div.cmp-button__modal > div#button-97f59b8f > a |