Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
FHeading HierarchyAction59 headings, 8 skip(s)FIX
- H1 You turn to us for voices you won't hear anywhere else.
- H5 Menu skipped
- H5 Menu
- H5 Editions
- H5 Follow
- H5 Democracy Now!
- H4 Daily Show
- H5 Tuesday, April 21, 2026
- H4 Daily Show
- H5 Tuesday, April 21, 2026
- H5 Media Options
- H5 Headlines
- H5 Speaking Events
- H5 The Daily News Digest
- H5 30th Anniversary Event
- H3 Watch: Celebrating 30 Years of Independent Global News with Democracy Now!
- H5 Featured Coverage skipped
- H3 Yanar Mohammed, Iraqi Feminist Leader Assassinated in Baghdad
- H5 Gift Catalog skipped
- H3 Official Democracy Now! Gift Catalog
- H4 Top News
- H3 Deaths in ICE Custody Skyrocket: 2026 Toll Reaches 17, on Average One a Week
- H3 Caught in the Crackdown: Cases Against Arrested Anti-ICE Protesters Keep Falling Apart
- H3 Animal Rights Activists Target Wisconsin Facility Accused of Breeding Dogs for Medical Experiments
- H3 “Gulf of Trust” Between Iran & U.S. as End of Ceasefire Nears, Peace Talks Uncertain
- H3 Who Is Breaking International Law in the Strait of Hormuz? It’s Not Iran, Says Scholar
- H3 Shepard Fairey on Art, Activism & Resisting Fascism: “It Can Happen Here, and It Is”
- H3 Forest Firings: Trump Admin Aims to “Break the Forest Service,” Nearly 200 Million Acres at Stake
- H3 As Iran Reopens Strait of Hormuz, Are U.S. & Iran Near Deal or Renewed Fighting?
- H3 Report from Beirut: Israel-Lebanon Ceasefire Met with “Cautious Optimism”
- H3 Rami Khouri: U.S. & Israel Were “Forced into Two Ceasefires” as Regional Balance of Power Shifts
- H3 Aliya Rahman v. DHS: Disabled Woman Dragged from Car Files Claim over Violent Arrest in Minneapolis
- H3 Hormuz Crisis “Only Going to Get More Horrific Before It Gets Any Better”: Prof. Laleh Khalili
- H3 “Depths of Hell”: Sudan Enters Fourth Year of Devastating Civil War Amid Growing Energy Crisis
- H5 Headlines skipped
- H5 Most popular
- H5 Speaking Events
- H5 The Daily News Digest
- H5 30th Anniversary Event
- H3 Watch: Celebrating 30 Years of Independent Global News with Democracy Now!
- H5 Featured Coverage skipped
- H3 Yanar Mohammed, Iraqi Feminist Leader Assassinated in Baghdad
- H5 Gift Catalog skipped
- H3 Official Democracy Now! Gift Catalog
- H5 Most popular skipped
- H5 More news
- H3 “Into the Wood Chipper”: Whistleblower’s Inside Story of DOGE Shredding USAID, 14 Million May Die
- H3 Israel’s War & Demands “Could Throw Lebanon Back into a Civil War”: Ex-Israeli Negotiator Daniel Levy
- H3 “Scorched-Earth Campaign”: Israel Uses “Gaza Playbook” to Turn Southern Lebanon into Rubble
- H3 Reps. Swalwell & Gonzales Resign over Alleged Sexual Misconduct; Will Congress Take More Action?
- H3 “The Future Is Peace”: Maoz Inon & Aziz Abu Sarah on Israelis and Palestinians Working Together
- H3 Exclusive: Former U.S. Envoy & Iranian Nuclear Negotiator Discuss Ceasefire Talks, How War Could End
- H2 Non-commercial news needs your support
- H5 independent global news skipped
- H5 News
- H5 Democracy Now!
- H5 Editions
- H5 Follow
- H5 Get Email Updates
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
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
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
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
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
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
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
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
FAlt Text QualityAction115 of 115 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 115 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
FForm AccessibilityAction14 of 16 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #query | text | none | |
| #mobile_query | text | none | |
| subscriber[email] | (Email) | placeholder only | |
| subscriber[email] | (Email) | placeholder only | |
| subscriber[email] | (Email) | placeholder only | |
| subscriber[email] | (Email) | placeholder only | |
| textarea | textarea | (none) | none |
| hobby | text | (none) | none |
| hobby | text | (none) | none |
| commit | submit | (none) | none |
| #daily_digest_modal_submit | submit | (none) | none |
| hobby | text | (none) | none |
| commit | submit | (none) | none |
| textarea | textarea | (none) | none |
| hobby | text | (none) | none |
| commit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="hobby">; <input type="submit" name="commit" id="daily_digest_modal_submit">; <textarea>; <textarea>; <input type="text" name="hobby">; <input type="submit" name="commit">; <input type="text" name="hobby">; <input type="submit" name="commit">; <input type="text" name="hobby">; <input type="submit" name="commit">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="subscriber[email]">; <input type="email" name="subscriber[email]">; <input type="email" name="subscriber[email]">; <input type="email" name="subscriber[email]">
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
DLink & Button QualityAction61 issue(s) across 263 links and 85 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| javascript:void(0) | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| /2026/4/21/ice_custody_deaths_ghandehari… | (empty) | empty | Add link text or aria-label |
| /2026/4/21/caught_crackdown_thompson_pro… | (empty) | empty | Add link text or aria-label |
| /2026/4/21/ridglan_farms_animal_rescue_r… | (empty) | empty | Add link text or aria-label |
| /2026/4/20/strait_of_hormuz | (empty) | empty | Add link text or aria-label |
| /2026/4/3/freed_from_ice_jail_leqaa_kord… | (empty) | empty | Add link text or aria-label |
| /2026/3/30/ali_kadivar_iran_war_part_2 | (empty) | empty | Add link text or aria-label |
| /2026/3/10/from_iraq_to_iran_to_venezuel… | (empty) | empty | Add link text or aria-label |
| /2026/3/9/amnesty_head_agnes_callamard_o… | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| http://www.facebook.com/democracynow | (empty) | empty | Add link text or aria-label |
| http://www.twitter.com/democracynow | (empty) | empty | Add link text or aria-label |
| http://www.youtube.com/user/democracynow | (empty) | empty | Add link text or aria-label |
| http://www.instagram.com/democracynow | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@democracynow.org | (empty) | empty | Add link text or aria-label |
| https://bsky.app/profile/democracynow.or… | (empty) | empty | Add link text or aria-label |
| https://www.democracynow.org/30 | (empty) | empty | Add link text or aria-label |
| https://www.democracynow.org/topics/yana… | (empty) | empty | Add link text or aria-label |
| https://www.democracynow.org/gifts?campa… | (empty) | empty | Add link text or aria-label |
| /2026/4/21/ice_custody_deaths_ghandehari… | (empty) | empty | Add link text or aria-label |
| /2026/4/21/caught_crackdown_thompson_pro… | (empty) | empty | Add link text or aria-label |
| /2026/4/21/ridglan_farms_animal_rescue_r… | (empty) | empty | Add link text or aria-label |
| /2026/4/20/strait_of_hormuz | (empty) | empty | Add link text or aria-label |
| /2026/4/20/international_law_iran | (empty) | empty | Add link text or aria-label |
| /2026/4/20/shepard_fairey | (empty) | empty | Add link text or aria-label |
| /2026/4/20/forest_service | (empty) | empty | Add link text or aria-label |
| /2026/4/17/iran_trump_talks | (empty) | empty | Add link text or aria-label |
| /2026/4/17/lebanon_ceasefire | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/sharer/sharer.p… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/share?url=https://ww… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/sharer/sharer.p… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/share?url=https://ww… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/sharer/sharer.p… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/share?url=https://ww… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/sharer/sharer.p… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/share?url=https://ww… | (empty) | empty | Add link text or aria-label |
| https://www.democracynow.org/30 | (empty) | empty | Add link text or aria-label |
| https://www.democracynow.org/topics/yana… | (empty) | empty | Add link text or aria-label |
| https://www.democracynow.org/gifts?campa… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/sharer/sharer.p… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/share?url=https://ww… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/sharer/sharer.p… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/share?url=https://ww… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/sharer/sharer.p… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/share?url=https://ww… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/sharer/sharer.p… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/share?url=https://ww… | (empty) | empty | Add link text or aria-label |
| /2026/4/16/usaid_whistleblower | (empty) | empty | Add link text or aria-label |
| /2026/4/15/israel_lebanon_talks | (empty) | empty | Add link text or aria-label |
| /2026/4/15/lebanon_scorched_earth | (empty) | empty | Add link text or aria-label |
| /2026/4/15/swalwell_gonzales | (empty) | empty | Add link text or aria-label |
| /2026/4/15/the_future_is_peace | (empty) | empty | Add link text or aria-label |
| /2026/4/14/iran_blockade | (empty) | empty | Add link text or aria-label |
| # | Top | img no alt | Add alt attribute to the image |
| http://www.facebook.com/democracynow | (empty) | empty | Add link text or aria-label |
| http://www.twitter.com/democracynow | (empty) | empty | Add link text or aria-label |
| http://www.youtube.com/user/democracynow | (empty) | empty | Add link text or aria-label |
| http://www.instagram.com/democracynow | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@democracynow.org | (empty) | empty | Add link text or aria-label |
| https://bsky.app/profile/democracynow.or… | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
javascript:void(0); /; /2026/4/21/ice_custody_deaths_ghandehari_detention_watch; /2026/4/21/caught_crackdown_thompson_propublica_frontline_ice; /2026/4/21/ridglan_farms_animal_rescue_robinson_dane4dogs; /2026/4/20/strait_of_hormuz; /2026/4/3/freed_from_ice_jail_leqaa_kordia; /2026/3/30/ali_kadivar_iran_war_part_2; /2026/3/10/from_iraq_to_iran_to_venezuela; /2026/3/9/amnesty_head_agnes_callamard_on_assassination (+50 more)
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="#"]
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
Icon-only buttons need an aria-label so screen readers can announce them.
button#hamburger_button
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
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 67/100 — 6 failing, 12 passedFIX
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.visible-xs > ul > li > button#hamburger_button div.visible-xs > ul > li > button#hamburger_button |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.daily_digest_modal_wrapper > div.daily_digest_modal_content > a#continue_to_site > img div.daily_digest_modal_wrapper > div.daily_digest_modal_content > a#continue_to_site > img |
div.hidden-lg > div.container-fluid > a.logo > img div.hidden-lg > div.container-fluid > a.logo > img |
ul > li > button#hamburger_button > img ul > li > button#hamburger_button > img |
div.latest_show > div.cover_container > div.player_button > img div.latest_show > div.cover_container > div.player_button > img |
div.news_item > a.media > picture > img.modern div.news_item > a.media > picture > img.modern |
div.news_item > div.content > div.news_label > img.play div.news_item > div.content > div.news_label > img.play |
div.news_item > a.media > picture > img.modern div.news_item > a.media > picture > img.modern |
div.news_item > div.content > div.news_label > img.play div.news_item > div.content > div.news_label > img.play |
div.news_item > a.media > picture > img.modern div.news_item > a.media > picture > img.modern |
div.news_item > div.content > div.news_label > img.play div.news_item > div.content > div.news_label > img.play |
div.news_item > a.media > picture > img.modern div.news_item > a.media > picture > img.modern |
div.news_item > div.content > div.news_label > img.play div.news_item > div.content > div.news_label > img.play |
div#highlighted_stories > div.news_item > div.news_label > img.play div#highlighted_stories > div.news_item > div.news_label > img.play |
div#highlighted_stories > div.news_item > div.news_label > img.play div#highlighted_stories > div.news_item > div.news_label > img.play |
div#highlighted_stories > div.news_item > div.news_label > img.play div#highlighted_stories > div.news_item > div.news_label > img.play |
div#highlighted_stories > div.news_item > div.news_label > img.play div#highlighted_stories > div.news_item > div.news_label > img.play |
div#highlighted_stories > div.news_item > div.news_label > img.play div#highlighted_stories > div.news_item > div.news_label > img.play |
div.news_item > div.content > div.news_label > img.play div.news_item > div.content > div.news_label > img.play |
div.news_item > div.content > div.news_label > img.play div.news_item > div.content > div.news_label > img.play |
div.news_item > div.content > div.news_label > img.play div.news_item > div.content > div.news_label > img.play |
div.news_item > div.content > div.news_label > img.play div.news_item > div.content > div.news_label > img.play |
div.col-xs-12 > div.widget > div.digest_container > img div.col-xs-12 > div.widget > div.digest_container > img |
div.col-xs-12 > div.widget > a > img div.col-xs-12 > div.widget > a > img |
div.col-xs-12 > div.widget > a > img div.col-xs-12 > div.widget > a > img |
div.col-xs-12 > div.widget > a > img div.col-xs-12 > div.widget > a > img |
div.col-sm-6 > div.news_item > div.news_label > img.play div.col-sm-6 > div.news_item > div.news_label > img.play |
div.col-sm-6 > div.news_item > div.news_label > img.play div.col-sm-6 > div.news_item > div.news_label > img.play |
div.col-sm-6 > div.news_item > div.news_label > img.play div.col-sm-6 > div.news_item > div.news_label > img.play |
div.col-sm-6 > div.news_item > div.news_label > img.play div.col-sm-6 > div.news_item > div.news_label > img.play |
div.col-sm-6 > div.news_item > div.news_label > img.play div.col-sm-6 > div.news_item > div.news_label > img.play |
div.col-sm-6 > div.news_item > div.news_label > img.play div.col-sm-6 > div.news_item > div.news_label > img.play |
ul > li > a > img ul > li > a > img |
ul > li > a > img ul > li > a > img |
ul > li > a > img ul > li > a > img |
ul > li > a > img ul > li > a > img |
ul > li > a > img ul > li > a > img |
ul > li > a > img ul > li > a > img |
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#daily_digest_modal > div.daily_digest_modal_wrapper > div.daily_digest_modal_content > a#continue_to_site div#daily_digest_modal > div.daily_digest_modal_wrapper > div.daily_digest_modal_content > a#continue_to_site |
header > div.hidden-lg > div.container-fluid > a.logo header > div.hidden-lg > div.container-fluid > a.logo |
div.row > div.col-lg-6 > div.news_item > a.media div.row > div.col-lg-6 > div.news_item > a.media |
div.row > div.col-lg-6 > div.news_item > a.media div.row > div.col-lg-6 > div.news_item > a.media |
div.row > div.col-lg-6 > div.news_item > a.media div.row > div.col-lg-6 > div.news_item > a.media |
div.row > div.col-lg-6 > div.news_item > a.media div.row > div.col-lg-6 > div.news_item > a.media |
div.row > div.col-xs-12 > div.widget > a div.row > div.col-xs-12 > div.widget > a |
div.row > div.col-xs-12 > div.widget > a div.row > div.col-xs-12 > div.widget > a |
div.row > div.col-xs-12 > div.widget > a div.row > div.col-xs-12 > div.widget > a |
div.col-lg-6 > ul > li > a div.col-lg-6 > ul > li > a |
div.col-lg-6 > ul > li > a div.col-lg-6 > ul > li > a |
div.col-lg-6 > ul > li > a div.col-lg-6 > ul > li > a |
div.col-lg-6 > ul > li > a div.col-lg-6 > ul > li > a |
div.col-lg-6 > ul > li > a div.col-lg-6 > ul > li > a |
div.col-lg-6 > ul > li > a div.col-lg-6 > ul > li > a |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
You turn to us for voices you won't hear anywhere else. div.daily_digest_modal_wrapper > div.daily_digest_modal_content > div > h1 |
DONATE div.nav_container > div.container-fluid > nav.secondary_nav > a.donate_mobile |
Listen div.visible-xs > div.audio_cover > div.controls > div.listen |
Media Options div.audio_cover > div.controls > div.show_modal > span.hidden-sm |
APR 21, 2026 div.news_item > div.content > div.news_label > span.date |
APR 21, 2026 div.news_item > div.content > div.news_label > span.date |
APR 21, 2026 div.news_item > div.content > div.news_label > span.date |
APR 20, 2026 div.news_item > div.content > div.news_label > span.date |
APR 20, 2026 div#highlighted_stories > div.news_item > div.news_label > span.date |
APR 20, 2026 div#highlighted_stories > div.news_item > div.news_label > span.date |
APR 20, 2026 div#highlighted_stories > div.news_item > div.news_label > span.date |
APR 17, 2026 div#highlighted_stories > div.news_item > div.news_label > span.date |
APR 17, 2026 div#highlighted_stories > div.news_item > div.news_label > span.date |
DONATE div.row > div#highlighted_stories > div.donate_banner > a.donate |
APR 17, 2026 div.news_item > div.content > div.news_label > span.date |
APR 17, 2026 div.news_item > div.content > div.news_label > span.date |
APR 16, 2026 div.news_item > div.content > div.news_label > span.date |
APR 16, 2026 div.news_item > div.content > div.news_label > span.date |
APR ul > li > div.calendar > div.month |
21 ul > li > div.calendar > div.day |
APR ul > li > div.calendar > div.month |
21 ul > li > div.calendar > div.day |
APR ul > li > div.calendar > div.month |
23 ul > li > div.calendar > div.day |
THE DAILY NEWS DIGEST div.col-xs-12 > div.widget > div.digest_container > h5 |
APR 16, 2026 div.col-sm-6 > div.news_item > div.news_label > span.date |
APR 15, 2026 div.col-sm-6 > div.news_item > div.news_label > span.date |
APR 15, 2026 div.col-sm-6 > div.news_item > div.news_label > span.date |
APR 15, 2026 div.col-sm-6 > div.news_item > div.news_label > span.date |
APR 15, 2026 div.col-sm-6 > div.news_item > div.news_label > span.date |
APR 14, 2026 div.col-sm-6 > div.news_item > div.news_label > span.date |
NON-COMMERCIAL NEWS NEEDS YOUR SUPPORT div.body_wrapper > div#appeal > div.container-fluid > h2 |
We rely on contributions from our viewers and listeners to do our work.
Please … div.body_wrapper > div#appeal > div.container-fluid > div.text |
div.row > div.col-lg-5 > form#footer_subscribe > input.button_blue div.row > div.col-lg-5 > form#footer_subscribe > input.button_blue |
Democracy Now! is a 501(c)3 non-profit news organization. We do not accept fund… div.container-fluid > div.row > div.col-xs-12 > div.about |
MAKE A DONATION div.container-fluid > div.row > div.col-xs-12 > a.donate |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Daily Show div.visible-xs > div.latest_show > div.cover_container > h4 |
MOST POPULAR div.most_popular > div.container-fluid > div.row > h5 |
Featured Coverage div.row > div.col-xs-12 > div.widget > h5 |
Gift Catalog div.row > div.col-xs-12 > div.widget > h5 |
NEWS div.row > div.col-sm-6 > div.news > h5 |
These are opportunities to improve keyboard navigation in your application.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
C404 Error PageActionHTTP 404, custom pageREVIEW
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 |
|---|---|---|---|---|---|
| h1 You turn to us for v… | 2.71:1 | 3.0:1 | #000000 | #0F5975 | Fail |
| h2 Non-commercial news … | 8.38:1 | 3.0:1 | #000000 | #01AFEF | Pass |
| title Democracy Now! | Dem… | 8.38:1 | 4.5:1 | #000000 | #01AFEF | Pass |
| span Sign up for Democrac… | 1.26:1 | 4.5:1 | #000000 | #191F24 | Fail |
| p to get our latest he… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Independent Global N… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a About | 1.50:1 | 4.5:1 | #000000 | #561318 | Fail |
| a Daily Digest | 1.27:1 | 4.5:1 | #000000 | #2E1822 | Fail |
| a Events | 1.29:1 | 4.5:1 | #000000 | #2C1B23 | Fail |
| a Stations | 1.27:1 | 4.5:1 | #000000 | #281B26 | Fail |
| a Español | 1.26:1 | 4.5:1 | #000000 | #231C25 | Fail |
| a Donate | 1.24:1 | 4.5:1 | #000000 | #1E1B24 | Fail |
| a Daily Shows | 4.66:1 | 4.5:1 | #000000 | #77767A | Pass |
| a Tuesday, | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a April 21, 2026 | 14.48:1 | 4.5:1 | #000000 | #9EE0F9 | Pass |
| a Monday, | 8.38:1 | 4.5:1 | #000000 | #01AFEF | Pass |
| a April 20, 2026 | 8.38:1 | 4.5:1 | #000000 | #01AFEF | Pass |
| a Friday, | 8.38:1 | 4.5:1 | #000000 | #01AFEF | Pass |
| a April 17, 2026 | 8.38:1 | 4.5:1 | #000000 | #01AFEF | Pass |
| a Thursday, | 8.38:1 | 4.5:1 | #000000 | #01AFEF | 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.