Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction4 of 46 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 3 image(s) |
| generic | 1 image(s) |
| too long | 1 image(s) |
Images without alt text are invisible to screen readers.
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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure3 landmarksREVIEW
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
BHeading Hierarchy37 headingsREVIEW
- H4 Hot Topics
- H3 DIGIDAY+ MEMBER EXCLUSIVES
- H4 Future of TV Briefing: The ambitious and alarming proposal fix to TV and streaming’s identity crisis
- H4 Digiday+ Research: Marketing workflows benefit from AI, but trust is still a barrier to adoption
- H4 Ad Tech Briefing: The days of bloat are over, as efficiency drives ad tech’s C-suite exodus
- H3 Media
- H4 Bauer Media Group slashes publishing headcount in company-wide restructure
- H4 Media Briefing: The ‘SaaS-pocalypse’ is spreading to publishers
- H4 How college athlete Carson Roney went from TikTok dances to Gatorade commercials
- H3 Marketing
- H4 Puma’s AI head says the brand is still giving ‘the keys to the consumer’ as it invests in digital concierge
- H4 The Rundown: Q1 dealmaking cools across ad tech and martech as AI remains the hottest ticket
- H4 ‘Everything is coming down’: ChatGPT ads are getting cheaper
- H3 Future of TV
- H4 Future of TV Briefing: Netflix’s VOID peeks at the future of virtual product placement
- H4 Future of TV Briefing: A TV advertising staple is missing from YouTube show sponsorships
- H4 Future of TV Briefing: What publishers have to offer creators
- H3 Media Buying
- H4 As upfront negotiations near, buyers chart path through complex sports market
- H4 Media Buying Briefing: As Q1 results from a few holdcos show, the market’s not panicking, yet
- H4 U.K. brands increase media spend despite economic storm clouds
- H3 Annual research reports
- H4 Digiday+ Research: Publishers favor generative AI over predictive AI
- H4 Digiday+ Research: Publishers apply AI to streamline tasks and improve audience experience
- H4 Digiday+ Research: Retailers take a more complex approach to loyalty
- H3 Podcasts
- H4 Inside The Trade Desk’s programmatic power struggle
- H4 Mondelez overhauls its $3.5 billion digital commerce strategy in era of AI search
- H4 Why The Guardian’s first reader-facing AI product isn’t a chatbot
- H3 Research
- H4 Digiday+ Research: How Dow Jones, Forbes, The Guardian and other publisher revenue streams are shifting in 2026
- H4 Digiday+ Research: Brand marketing will be the priority in 2026, after revenues fell short of expectations
- H4 Digiday+ Research: Dow Jones, Business Insider and other publishers on AI-driven search
- H3 DIGIDAY+
- H3 My Account
- H3 Newsletter
- H3 Connect
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| s | search | (Search …) | placeholder only |
| s | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="s">; <input type="text" name="s">
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
CLink & Button QualityAction2 issue(s) across 201 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://digiday.com/marketing/openai-tur… | OpenAI turns on cost-per-click… | img no alt | Add alt attribute to the image |
| https://digiday.com/marketing/marketing-… | Marketing strategists search f… | img no alt | Add alt attribute to the image |
| https://digiday.com/media/vibes-over-met… | Vibes over metrics: Why more c… | img no alt | Add alt attribute to the image |
| https://digiday.com/future-of-tv/future-… | Future of TV Briefing: The amb… | img no alt | Add alt attribute to the image |
| https://digiday.com/media/how-the-financ… | How The Financial Times is bet… | img no alt | Add alt attribute to the image |
| https://digiday.com/podcasts/why-openai-… | Why OpenAI is ‘running at li… | img no alt | Add alt attribute to the image |
| https://digiday.com/sponsored/how-native… | How native CTV is solving the … | img no alt | Add alt attribute to the image |
| https://digiday.com/form/agencies-are-st… | Agencies are standing out with… | img no alt | Add alt attribute to the image |
| https://digiday.com/marketing/digiday-re… | Digiday+ Research: Marketing w… | img no alt | Add alt attribute to the image |
Links without text are announced as raw URLs by screen readers.
#; #
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[href="https://digiday.com/marketing/openai-turns-on-cost-per-click-ads-inside-chatgpt/"]; a[href="https://digiday.com/marketing/marketing-strategists-search-for-a-solution-to-…"]; a[href="https://digiday.com/media/vibes-over-metrics-why-more-creators-are-holding-ir…"]; a[href="https://digiday.com/future-of-tv/future-of-tv-briefing-the-ambitious-and-alar…"]; a[href="https://digiday.com/media/how-the-financial-times-is-betting-on-personality-l…"]; a[href="https://digiday.com/podcasts/why-openai-is-running-at-lightning-speed-to-buil…"]; a[href="https://digiday.com/sponsored/how-native-ctv-is-solving-the-channels-attentio…"]; a[href="https://digiday.com/form/agencies-are-standing-out-with-human-led-service-as-…"]; a[href="https://digiday.com/marketing/digiday-research-marketing-workflows-benefit-fr…"]
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
BFavicon & Branding33 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h3 DIGIDAY+ | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 My Account | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Newsletter | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Connect | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Digiday — The home… | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a Subscribe | 1.16:1 | 4.5:1 | #000000 | #1E0D30 | Fail |
| a Login | 4.23:1 | 4.5:1 | #000000 | #766C81 | Fail |
| span Reader | 1.16:1 | 4.5:1 | #000000 | #1E0D30 | Fail |
| span Digiday+ Member | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Subscribe Now | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Digiday+ homepage | 8.59:1 | 4.5:1 | #000000 | #A3A6AA | Pass |
| a FAQ | 1.32:1 | 4.5:1 | #000000 | #1A232E | Fail |
| a Account Overview | 1.32:1 | 4.5:1 | #000000 | #1A232E | Fail |
| a Logout | 1.32:1 | 4.5:1 | #000000 | #1A232E | Fail |
| a News | 1.32:1 | 4.5:1 | #000000 | #1A232E | Fail |
| a Digiday + | 1.32:1 | 4.5:1 | #000000 | #1A232E | Fail |
| a Podcasts | 8.67:1 | 4.5:1 | #000000 | #A3A7AB | Pass |
| a Events | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Awards | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a News | 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.
BLighthouse Accessibility AuditsScore 89/100 — 3 failing, 24 passedREVIEW
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 |
|---|
SUBSCRIBE div.right > div.tinypass-menu > div.logged-out > a.subscribe |
SECURE YOUR SEAT div.cta-promo-section > div.cta-promo-section-wrapper > div.content-part > a.action-button |
DIGIDAY+ MEMBER EXCLUSIVES div.container > div.section-title-contain > h3.home-section-title > span.exclusives-label |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
Subscribe to Digiday+ div#tp-member-exclusives-text > div.subscribe-contain > div.piano-logged-out > a |
MEMBER EXCLUSIVE li.plus > div.flex-holder > div.eyebrow > a |
SPONSORED li.sponsored > div.flex-holder > div.eyebrow > a |
MEMBER EXCLUSIVE li.plus > div.flex-holder > div.eyebrow > a |
SPONSORED li.sponsored > div.flex-holder > div.eyebrow > a |
MEMBER EXCLUSIVE li.plus > div.flex-holder > div.eyebrow > a |
SPONSORED li.sponsored > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE li.plus > div.news-content > div.eyebrow > a |
SPONSORED li.sponsored > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
MEMBER EXCLUSIVE div.block-text > div.news-content > div.eyebrow > a |
BEAUTY div.col > div.featured-post-wrapper > div.data > div.upper-title |
BEAUTY ul.media-posts > li > div.posts-content > div.upper-title |
MEMBER EXCLUSIVE ul.media-posts > li > div.posts-content > div.upper-title |
AWARDS ul.media-posts > li > div.posts-content > div.upper-title |
BEAUTY ul.media-posts > li > div.posts-content > div.upper-title |
FASHION ul.media-posts > li > div.posts-content > div.upper-title |
MEMBER EXCLUSIVE div.col > div.featured-post-wrapper > div.data > div.upper-title |
MARKETING ul.media-posts > li > div.posts-content > div.upper-title |
OPERATIONS ul.media-posts > li > div.posts-content > div.upper-title |
AWARDS ul.media-posts > li > div.posts-content > div.upper-title |
MEMBER EXCLUSIVE ul.media-posts > li > div.posts-content > div.upper-title |
MEMBER EXCLUSIVE ul.media-posts > li > div.posts-content > div.upper-title |
These are opportunities to improve the legibility of your content.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.nav-wrapper > div.top_row > div.left > a.icon div.nav-wrapper > div.top_row > div.left > a.icon |
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.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Modal Overlay Box Frame div.newsletter > div#lightbox-inline-form-2df6713e-a3c1-45fa-aa28-db3c835d5eaa > div#lightbox-2df6713e-a3c1-45fa-aa28-db3c835d5eaa-1776888795788 > iframe#lightbox-iframe-2df6713e-a3c1-45fa-aa28-db3c835d5eaa |
These are opportunities to improve keyboard navigation in your application.