Skip to main content

Web Accessibility Scoreboard

by A11y Pulse

How accessible is the web you use every day? We scan hundreds of popular websites and rate each one with an accessibility score out of 100.

Get an instant accessibility score for your site.

Back to scoreboard

Fox Newsfoxnews.com

Screenshot of Fox News

Accessibility Score

30Poor

Issues Found

71Critical2Serious4Moderate

Issues Found

Images must have alternative text

Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.

Learn more

Failing Elements

img:nth-child(13)
<img src="https://pix.pub/t.png?l=foxnews-pix-fox-news-reach-and-frequency-062d298b-c587-4c31-a1b7-81d0d182403b&amp;t=783669.9411326916">

Fix any of the following:

  • Element does not have an alt attribute
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
  • Element's default semantics were not overridden with role="none" or role="presentation"
img[width="1"]
<img src="https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&amp;mi=10&amp;secure=1&amp;dpi=undefined&amp;iiqidtype=2&amp;iiqpcid=9d1956a6-53a6-4bc9-914b-c84c9b55b828&amp;iiqpciddate=1777262696943&amp;tsrnd=798_1777262696943&amp;vrref=&amp;jsver=5.082" width="1" height="1">

Fix any of the following:

  • Element does not have an alt attribute
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
  • Element's default semantics were not overridden with role="none" or role="presentation"
Elements must meet minimum color contrast ratio thresholds

People with low vision or color blindness cannot read text that lacks sufficient contrast with its background. With nearly three times more people having low vision than total blindness, and 8% of men and 0.4% of women having color deficiencies, adequate contrast is essential for making text readable to millions of users.

Learn more

Failing Elements

a[data-omtr-intcmp="fnhp_trending2"]
<a href="https://www.foxnews.com/category/politics/defense/wars/war-with-iran" data-omtr-intcmp="fnhp_trending2">WAR WITH IRAN</a>

Fix any of the following:

  • Element has insufficient color contrast of 3.99 (foreground color: #ff0000, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1
a[data-omtr-intcmp="fnhp_trending4"]
<a href="https://www.foxnews.com/category/person/king-charles-iii" data-omtr-intcmp="fnhp_trending4">ROYALS VISIT</a>

Fix any of the following:

  • Element has insufficient color contrast of 3.99 (foreground color: #ff0000, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1
Links must be distinguishable without relying on color

People with low vision or color blindness cannot visually distinguish links from surrounding text without sufficient color contrast (3:1 ratio minimum). When link colors are too similar to regular text, users with visual impairments cannot identify which text is clickable.

Learn more

Failing Elements

a[data-omtr-intcmp="footer_factset_legal"]
<a href="https://go.factset.com/legal" data-omtr-intcmp="footer_factset_legal">Factset</a>

Fix any of the following:

  • The link has insufficient color contrast of 1.62:1 with the surrounding text. (Minimum contrast is 3:1, link text: #edf6ff, surrounding text: #a7c6e5)
  • The link has no styling (such as underline) to distinguish it from the surrounding text
.copyright > a:nth-child(2)
<a href="https://www.factset.com/solutions/digital-solutions" data-omtr-intcmp="footer_factset_digital_solutions">FactSet Digital
          Solutions</a>

Fix any of the following:

  • The link has insufficient color contrast of 1.62:1 with the surrounding text. (Minimum contrast is 3:1, link text: #edf6ff, surrounding text: #a7c6e5)
  • The link has no styling (such as underline) to distinguish it from the surrounding text
a[data-omtr-intcmp="footer_factset_privacy"]
<a href="https://www.factset.com/privacy" data-omtr-intcmp="footer_factset_privacy">Legal Statement</a>

Fix any of the following:

  • The link has insufficient color contrast of 1.62:1 with the surrounding text. (Minimum contrast is 3:1, link text: #edf6ff, surrounding text: #a7c6e5)
  • The link has no styling (such as underline) to distinguish it from the surrounding text
a[data-omtr-intcmp="footer_refinitive_info"]
<a href="https://lipperalpha.refinitiv.com/" data-omtr-intcmp="footer_refinitive_info">LSEG</a>

Fix any of the following:

  • The link has insufficient color contrast of 1.62:1 with the surrounding text. (Minimum contrast is 3:1, link text: #edf6ff, surrounding text: #a7c6e5)
  • The link has no styling (such as underline) to distinguish it from the surrounding text
Heading levels should only increase by one

Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.

Learn more

Failing Elements

.content > .story-1.article > .info > .info-header > .title-color-red
<h3 class="title title-color-red">

Fix any of the following:

  • Heading order invalid
nav:nth-child(1) > h5
<h5 class="nav-title">
            <a aria-label="U.S." href="//www.foxnews.com/us" data-omtr-intcmp="footer_us_1" data-adv="hp1ms">U.S.</a>
          </h5>

Fix any of the following:

  • Heading order invalid
Document should not have more than one main landmark

Multiple main landmarks confuse screen reader users about where the primary content is located. Each page should have only one main landmark so users can quickly and predictably navigate to the primary content area.

Learn more

Failing Elements

.main-content-primary
<main class="main-content main-content-primary">

Fix any of the following:

  • Document has more than one main landmark
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

Each landmark on a page must have either a unique role or a unique accessible name. Duplicate landmarks confuse screen reader users about which section they're navigating to, making it difficult to efficiently move through the page structure.

Learn more

Failing Elements

.network-nav
<nav class="network-nav">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
.main-content-primary
<main class="main-content main-content-primary">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
.sidebar-primary
<aside class="sidebar desktop desktop-sm-min sidebar-primary">

Fix any of the following:

  • The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
All page content should be contained by landmarks

Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.

Learn more

Failing Elements

.outkick.collection-section[data-intcmp=""]
<section class="collection collection-section outkick" data-intcmp="">

Fix any of the following:

  • Some page content is not contained by landmarks
.digital-originals
<section class="collection collection-section digital-originals" data-intcmp="">

Fix any of the following:

  • Some page content is not contained by landmarks
.economy
<section class="collection collection-section economy" data-intcmp="">

Fix any of the following:

  • Some page content is not contained by landmarks
.fox-news-flash
<section class="collection collection-section fox-news-flash" data-intcmp="">

Fix any of the following:

  • Some page content is not contained by landmarks
.elections
<section class="collection collection-section elections" data-intcmp="">

Fix any of the following:

  • Some page content is not contained by landmarks
.personal-freedoms
<section class="collection collection-section personal-freedoms" data-intcmp="">

Fix any of the following:

  • Some page content is not contained by landmarks
.world
<section class="collection collection-section world" data-intcmp="">

Fix any of the following:

  • Some page content is not contained by landmarks
.opinion
<section class="collection collection-section opinion" data-intcmp="">

Fix any of the following:

  • Some page content is not contained by landmarks
.health
<section class="collection collection-section health" data-intcmp="">

Fix any of the following:

  • Some page content is not contained by landmarks
.crime
<section class="collection collection-section crime" data-intcmp="">

Fix any of the following:

  • Some page content is not contained by landmarks

Showing first 10 of 34 failing elements.

Passed Audits

<html> element must have a lang attribute

Screen readers need language information to switch between pronunciation libraries. Without a specified language, screen readers default to the user's preferred language, resulting in incorrect pronunciation that sounds like a strange accent and makes content difficult or impossible to understand.

Learn more

Audit Elements

html
<html lang="en" class=" cookies geolocation history hashchange no-touchevents fullscreen cssanimations csstransitions">
<html> element must have a valid value for the lang attribute

Screen readers use language-specific sound libraries for proper pronunciation. Invalid language attributes cause screen readers to use the wrong library, making text sound like a confusing accent or completely unintelligible, especially for multilingual users who access content in multiple languages.

Learn more

Audit Elements

html
<html lang="en" class=" cookies geolocation history hashchange no-touchevents fullscreen cssanimations csstransitions">
<li> elements must be contained in a <ul> or <ol>

Lists require proper semantic hierarchy with ul or ol parent elements and li child elements. This structure allows screen readers to announce when users enter a list, how many items it contains, and which item they're currently on, providing essential context for understanding the content.

Learn more

Audit Elements

.fn-media
<li class="network-item fn-media"><span class="logo"><span>Fox News Media</span></span></li>
.fn.active.network-item
<li class="network-item fn active"><a href="https://www.foxnews.com/" data-omtr-intcmp="fnhp_netnav_foxnews"><span class="logo"><span>Fox News</span></span></a></li>
.fb.network-item
<li class="network-item fb"><a href="https://www.foxbusiness.com/" data-omtr-intcmp="fnhp_netnav_foxbusiness" target="_blank"><span class="logo"><span>Fox Business</span></span></a></li>
.fnation
<li class="network-item fnation"><a href="https://nation.foxnews.com/?cmpid=org=nat::ag=owned::mc=fnc_display::src=fnc_web::cmp=brand::add=toprail" data-omtr-intcmp="fnhp_netnav_foxnation" target="_blank"><span class="logo"><span>Fox Nation</span></span></a></li>
.fn-audio
<li class="network-item fn-audio"><a href="https://radio.foxnews.com/" data-omtr-intcmp="fnhp_netnav_foxnewsaudio" target="_blank"><span class="logo"><span>Fox News Audio</span></span></a></li>
.fw
<li class="network-item fw"><a href="https://www.foxweather.com/" data-omtr-intcmp="fnhp_netnav_foxweather" target="_blank"><span class="logo"><span>Fox Weather</span></span></a></li>
.outkick.network-item
<li class="network-item outkick"><a href="https://www.outkick.com/" data-omtr-intcmp="fnhp_netnav_outkick" target="_blank"><span class="logo"><span>Outkick</span></span></a></li>
.noticias
<li class="network-item noticias"><a href="https://noticias.foxnews.com/" data-omtr-intcmp="fnhp_netnav_noticias" target="_blank"><span class="logo"><span>Fox Noticias</span></span></a></li>
.books
<li class="network-item books"><a href="https://www.foxnews.com/books" data-omtr-intcmp="fnhp_netnav_books" target="_blank"><span class="logo"><span>Books</span></span></a></li>
.has-dropdown.menu-item:nth-child(1)
<li class="menu-item has-dropdown">

Showing first 10 of 162 audited elements.

<ul> and <ol> must only directly contain <li>, <script> or <template> elements

Lists must contain only li elements as direct children (besides non-content elements like script or style). When other content elements appear within ul or ol tags, screen readers cannot properly inform users they're listening to list items, breaking the expected list navigation experience.

Learn more

Audit Elements

.network-nav > ul
<ul>
.primary-nav > nav > ul
<ul>
.trending-item
<ul class="trending-item">
.rotate-items
<ul class="rotate-items">
.story-1.article > .related > ul
<ul>
.story-1.article > .info > .content > .related > ul
<ul>
.story-2.article > .info > .content > .related > ul
<ul>
.story-3.article > .info > .content > .related > ul
<ul>
.story-4.article > .info > .content > .related > ul
<ul>
.schedule-list > ul
<ul>

Showing first 10 of 29 audited elements.

All page content should be contained by landmarks

Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.

Learn more

Audit Elements

div[data-show="0"]:nth-child(1)
<div id="welcome-ovr" data-show="0"></div>
div[data-show="0"]:nth-child(2)
<div id="welcome-ovr" data-show="0"></div>
#wrapper
<div id="wrapper" class="wrapper">
.network-wrapper
<div class="network-wrapper">
.network-nav
<nav class="network-nav">
.network-nav > ul
<ul>
.fn-media
<li class="network-item fn-media"><span class="logo"><span>Fox News Media</span></span></li>
.fn-media > .logo
<span class="logo"><span>Fox News Media</span></span>
.fn-media > .logo > span
<span>Fox News Media</span>
.fn.active.network-item
<li class="network-item fn active"><a href="https://www.foxnews.com/" data-omtr-intcmp="fnhp_netnav_foxnews"><span class="logo"><span>Fox News</span></span></a></li>

Showing first 10 of 3645 audited elements.

Alternative text of images should not be repeated as text

Duplicating alternative text adjacent to an image or link forces screen readers to announce the same information twice. This redundancy is unnecessary and confusing, especially when image buttons repeat their labels in nearby text.

Learn more

Audit Elements

img[width="720"]
<img src="//a57.foxnews.com/st..." width="720" height="405" alt="Obama says WHCD shoo..." pinger-seen="true">
a[data-omtr-intcmp="fnhpbt2"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/prod-hp.foxnews.com/images/2026/04/343/193/52c5b12b8b311d40f4925c4aff4870ab.png?tl=1&amp;ve=1" width="343" height="193" alt="Trump blasts Norah O'Donnell to her face during '60 Minutes' interview: 'You're a disgrace' - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt3"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/st..." width="343" height="193" alt="Former WHCA presiden..." pinger-seen="true">
a[data-omtr-intcmp="fnhpbt4"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/KIMMEL-HOSTS-MOCK-WHCD.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Late-night host's vile jabs at the First Lady preceded dinner shooting chaos - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt5"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/prod-hp.foxnews.com/images/2026/04/343/193/80783f3f9ec7c3953609b7c05c91f409.png?tl=1&amp;ve=1" width="343" height="193" alt="Iran gives new deal to US to reopen the Strait of Hormuz, bring an end to the war: report - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt6"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/01/343/193/vanderbilt-diego-pavia-012726-2.jpg?tl=1&amp;ve=1" width="343" height="193" alt="Diego Pavia finally finds home in NFL after unfortunate draft history: reports - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt7"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/three-missing-scientists-split.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Retired FBI insider hints at who could be behind scientist disappearances - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt8"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2024/09/343/193/jennifer-lopez.jpg?tl=1&amp;ve=1" width="343" height="193" alt="Jennifer Lopez shows off sculpted physique in crop top and leggings in mirror pictures - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt9"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/trevor-bauer-ducks-central-islip-fox-news-001.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Trevor Bauer tosses no-hitter in just his second US start since 2021 - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt10"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/popular-getaway-cracks-down-tourists.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Popular destination cracks down hard on tourists as new limits threaten summer getaways - Fox News" pinger-seen="true">

Showing first 10 of 209 audited elements.

ARIA attributes must be used as specified for the element's role

Using ARIA attributes where they're not expected causes unpredictable behavior in assistive technologies. Following the ARIA specification ensures that screen readers and other tools can properly interpret and communicate your content's meaning to people with disabilities.

Learn more

Audit Elements

a[data-omtr-intcmp="fnhpbt2"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/trump-calls-60-minutes-host-disgraceful-reading-whcd-suspects-alleged-manifesto-air" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt2" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt3"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/ms-now-hosts-call-out-disturbing-left-wing-theories-whcd-shooting-false-flag" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt3" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt4"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/kimmel-calls-melania-trump-expectant-widow-days-before-white-house-correspondents-dinner-shooting" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt4" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt5"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/live-news/trump-pakistan-iran-blockade-hormuz-israel-april-26" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt5" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt6"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/sports/diego-pavia-accepts-ravens-rookie-minicamp-invite-making-unfortunate-nfl-draft-history-reports" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt6" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt7"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/us/work-scientists-suspicious-disappearances-prime-target-hostile-foes-retired-fbi-agent" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt7" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt8"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/entertainment/jennifer-lopez-sends-fans-frenzy-she-shows-off-chiseled-abs-gym-selfies" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt8" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt9"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/sports/trevor-bauer-throws-no-hitter-long-island-ducks-second-us-start-since-2021" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt9" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt10"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/travel/popular-destination-cracks-down-hard-tourists-limits-threaten-summer-getaways" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt10" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpriver_1"][data-media-type="image"][aria-label="Watch Fox News Live"]
<a href="https://www.foxnews.com/opinion/bible-verse-leads-trial-europe-growing-crackdown-threatens-our-us-uk-values" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpriver_1">

Showing first 10 of 196 audited elements.

ARIA attributes must conform to valid names

Misspelled or non-existent ARIA attributes cannot perform their intended accessibility function. Assistive technologies rely on correctly spelled, current ARIA attributes to convey proper user interface behaviors and structural information to people with disabilities.

Learn more

Audit Elements

a[data-omtr-intcmp="fnhpbt2"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/trump-calls-60-minutes-host-disgraceful-reading-whcd-suspects-alleged-manifesto-air" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt2" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt3"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/ms-now-hosts-call-out-disturbing-left-wing-theories-whcd-shooting-false-flag" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt3" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt4"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/kimmel-calls-melania-trump-expectant-widow-days-before-white-house-correspondents-dinner-shooting" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt4" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt5"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/live-news/trump-pakistan-iran-blockade-hormuz-israel-april-26" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt5" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt6"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/sports/diego-pavia-accepts-ravens-rookie-minicamp-invite-making-unfortunate-nfl-draft-history-reports" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt6" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt7"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/us/work-scientists-suspicious-disappearances-prime-target-hostile-foes-retired-fbi-agent" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt7" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt8"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/entertainment/jennifer-lopez-sends-fans-frenzy-she-shows-off-chiseled-abs-gym-selfies" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt8" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt9"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/sports/trevor-bauer-throws-no-hitter-long-island-ducks-second-us-start-since-2021" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt9" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt10"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/travel/popular-destination-cracks-down-hard-tourists-limits-threaten-summer-getaways" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt10" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpriver_1"][data-media-type="image"][aria-label="Watch Fox News Live"]
<a href="https://www.foxnews.com/opinion/bible-verse-leads-trial-europe-growing-crackdown-threatens-our-us-uk-values" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpriver_1">

Showing first 10 of 196 audited elements.

ARIA attributes must conform to valid values

ARIA attributes must contain correctly spelled values that match the attribute's expected options. Invalid values prevent the accessibility feature from working, making content inaccessible to assistive technology users who depend on these attributes for navigation and interaction.

Learn more

Audit Elements

a[data-omtr-intcmp="fnhpbt2"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/trump-calls-60-minutes-host-disgraceful-reading-whcd-suspects-alleged-manifesto-air" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt2" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt3"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/ms-now-hosts-call-out-disturbing-left-wing-theories-whcd-shooting-false-flag" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt3" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt4"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/kimmel-calls-melania-trump-expectant-widow-days-before-white-house-correspondents-dinner-shooting" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt4" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt5"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/live-news/trump-pakistan-iran-blockade-hormuz-israel-april-26" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt5" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt6"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/sports/diego-pavia-accepts-ravens-rookie-minicamp-invite-making-unfortunate-nfl-draft-history-reports" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt6" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt7"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/us/work-scientists-suspicious-disappearances-prime-target-hostile-foes-retired-fbi-agent" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt7" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt8"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/entertainment/jennifer-lopez-sends-fans-frenzy-she-shows-off-chiseled-abs-gym-selfies" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt8" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt9"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/sports/trevor-bauer-throws-no-hitter-long-island-ducks-second-us-start-since-2021" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt9" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt10"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/travel/popular-destination-cracks-down-hard-tourists-limits-threaten-summer-getaways" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt10" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpriver_1"][data-media-type="image"][aria-label="Watch Fox News Live"]
<a href="https://www.foxnews.com/opinion/bible-verse-leads-trial-europe-growing-crackdown-threatens-our-us-uk-values" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpriver_1">

Showing first 10 of 196 audited elements.

ARIA hidden element must not be focusable or contain focusable elements

Elements with aria-hidden="true" are removed from the accessibility API but remain keyboard-focusable, creating confusion about their visibility state. When users tab to these hidden elements, screen readers stay silent, leaving users unaware of what they've focused on or why nothing is being announced.

Learn more

Audit Elements

.ob-rec-image
<img class="ob-rec-image" loading="lazy" aria-hidden="true" src="https://images.outbr..." onload="this.className+=' ob..." alt="The DNA secret that ..." title="The DNA secret that ..." onerror="OBR.extern.imageErro...">
:root
<iframe src="https://gum.criteo.c..." id="criteo-syncframe-one..." hidden="" sandbox="allow-scripts allow-..." aria-hidden="true" tabindex="-1" title="Criteo GUM iframe">
aria-hidden="true" must not be present on the document body

Setting <body aria-hidden="true" hides all page content from assistive technologies while leaving it visible on screen. This creates a confusing experience where keyboard users can still tab to elements, but screen readers remain completely silent, providing no information about what's focused.

Learn more

Audit Elements

body
<body class="fn homepage " data-layout-uid="layout__generic__fb04e781a8ecfbec965cb82563ba1250ab57c62983110e8ff4df97d6edb9caf9">
Aside should not be contained in another landmark

Screen reader users can skip over complementary content like <aside> elements when they appear at the top level. Embedding asides within other landmarks may disable this navigation feature, forcing users to wade through ancillary content they want to skip.

Learn more

Audit Elements

.sidebar-primary
<aside class="sidebar desktop desktop-sm-min sidebar-primary">
.sidebar-secondary
<aside class="sidebar desktop sidebar-secondary">
Banner landmark should not be contained in another landmark

Banner landmarks must be top-level to effectively designate the header portion of the page. Nested banner landmarks fail to provide the structural information screen reader users need to navigate efficiently through the page layout.

Learn more

Audit Elements

.site-header
<header class="site-header">
Contentinfo landmark should not be contained in another landmark

The contentinfo landmark must be at the top level to help screen reader users quickly navigate to footer information. When nested inside another landmark, it becomes harder to find, defeating its purpose of providing quick access to content information.

Learn more

Audit Elements

.site-footer
<footer class="site-footer">
Document should have one main landmark

Every page should have exactly one main landmark that identifies the primary content. Without a main landmark, screen reader users must navigate through all content linearly to find what they're looking for, making page navigation difficult and time-consuming.

Learn more

Audit Elements

html
<html lang="en" class=" cookies geolocation history hashchange no-touchevents fullscreen cssanimations csstransitions">
Document should not have more than one banner landmark

Multiple banner landmarks force screen reader users to sort through duplicate options to find header information. Each page should have only one banner landmark to enable quick, predictable navigation to the header without overwhelming users with unnecessary choices.

Learn more

Audit Elements

.site-header
<header class="site-header">
Document should not have more than one contentinfo landmark

Multiple contentinfo landmarks force screen reader users to sort through extra options to find footer information. Each page should have only one content info landmark to enable quick, predictable navigation without overwhelming users with duplicate structural markers.

Learn more

Audit Elements

.site-footer
<footer class="site-footer">
Documents must have <title> element to aid in navigation

The page title is the first thing screen reader users hear when loading a page. Without a descriptive, unique title, users must read through the entire page to understand its contents and purpose, wasting valuable time on every page visit.

Learn more

Audit Elements

html
<html lang="en" class=" cookies geolocation history hashchange no-touchevents fullscreen cssanimations csstransitions">
Elements must meet minimum color contrast ratio thresholds

People with low vision or color blindness cannot read text that lacks sufficient contrast with its background. With nearly three times more people having low vision than total blindness, and 8% of men and 0.4% of women having color deficiencies, adequate contrast is essential for making text readable to millions of users.

Learn more

Audit Elements

a[data-omtr-intcmp="topnav_us_1"]
<a href="https://www.foxnews.com/us" data-omtr-intcmp="topnav_us_1">U.S.</a>
a[data-omtr-intcmp="topnav_politics_2"]
<a href="https://www.foxnews.com/politics" data-omtr-intcmp="topnav_politics_2">Politics</a>
a[data-omtr-intcmp="topnav_world_3"]
<a href="https://www.foxnews.com/world" data-omtr-intcmp="topnav_world_3">World</a>
a[data-omtr-intcmp="topnav_opinion_4"]
<a href="https://www.foxnews.com/opinion" data-omtr-intcmp="topnav_opinion_4">Opinion</a>
a[data-omtr-intcmp="topnav_media_5"]
<a href="https://www.foxnews.com/media" data-omtr-intcmp="topnav_media_5">Media</a>
a[data-omtr-intcmp="topnav_entertainment_6"]
<a href="https://www.foxnews.com/entertainment" data-omtr-intcmp="topnav_entertainment_6">Entertainment</a>
a[data-omtr-intcmp="topnav_sports_7"]
<a href="https://www.foxnews.com/sports" data-omtr-intcmp="topnav_sports_7">Sports</a>
a[data-omtr-intcmp="topnav_outkick_8"]
<a href="https://www.foxnews.com/outkick" data-omtr-intcmp="topnav_outkick_8">OutKick</a>
a[data-omtr-intcmp="topnav_lifestyle_9"]
<a href="https://www.foxnews.com/lifestyle" data-omtr-intcmp="topnav_lifestyle_9">Lifestyle</a>
a[data-omtr-intcmp="topnav_health_10"]
<a href="https://www.foxnews.com/health" data-omtr-intcmp="topnav_health_10">Health</a>

Showing first 10 of 420 audited elements.

Elements must only use permitted ARIA attributes

Using prohibited ARIA attributes prevents important information from reaching assistive technology users. It also causes assistive technologies to behave inconsistently as they attempt to compensate for the error.

Learn more

Audit Elements

a[data-omtr-intcmp="fnhpbt2"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/trump-calls-60-minutes-host-disgraceful-reading-whcd-suspects-alleged-manifesto-air" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt2" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt3"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/ms-now-hosts-call-out-disturbing-left-wing-theories-whcd-shooting-false-flag" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt3" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt4"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/kimmel-calls-melania-trump-expectant-widow-days-before-white-house-correspondents-dinner-shooting" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt4" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt5"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/live-news/trump-pakistan-iran-blockade-hormuz-israel-april-26" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt5" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt6"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/sports/diego-pavia-accepts-ravens-rookie-minicamp-invite-making-unfortunate-nfl-draft-history-reports" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt6" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt7"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/us/work-scientists-suspicious-disappearances-prime-target-hostile-foes-retired-fbi-agent" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt7" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt8"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/entertainment/jennifer-lopez-sends-fans-frenzy-she-shows-off-chiseled-abs-gym-selfies" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt8" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt9"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/sports/trevor-bauer-throws-no-hitter-long-island-ducks-second-us-start-since-2021" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt9" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt10"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/travel/popular-destination-cracks-down-hard-tourists-limits-threaten-summer-getaways" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt10" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpriver_1"][data-media-type="image"][aria-label="Watch Fox News Live"]
<a href="https://www.foxnews.com/opinion/bible-verse-leads-trial-europe-growing-crackdown-threatens-our-us-uk-values" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpriver_1">

Showing first 10 of 196 audited elements.

Elements must only use supported ARIA attributes

Using ARIA attributes in roles where they're not allowed can disable accessibility for entire sections of your application. Invalid attribute-role combinations create conflicts that cause assistive technologies to report incorrect or nonsensical information about your interface.

Learn more

Audit Elements

a[data-omtr-intcmp="fnhpbt2"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/trump-calls-60-minutes-host-disgraceful-reading-whcd-suspects-alleged-manifesto-air" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt2" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt3"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/ms-now-hosts-call-out-disturbing-left-wing-theories-whcd-shooting-false-flag" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt3" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt4"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/media/kimmel-calls-melania-trump-expectant-widow-days-before-white-house-correspondents-dinner-shooting" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt4" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt5"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/live-news/trump-pakistan-iran-blockade-hormuz-israel-april-26" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt5" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt6"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/sports/diego-pavia-accepts-ravens-rookie-minicamp-invite-making-unfortunate-nfl-draft-history-reports" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt6" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt7"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/us/work-scientists-suspicious-disappearances-prime-target-hostile-foes-retired-fbi-agent" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt7" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt8"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/entertainment/jennifer-lopez-sends-fans-frenzy-she-shows-off-chiseled-abs-gym-selfies" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt8" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt9"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/sports/trevor-bauer-throws-no-hitter-long-island-ducks-second-us-start-since-2021" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt9" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpbt10"][data-adv="hp1bt"][data-media-type="image"]
<a href="https://www.foxnews.com/travel/popular-destination-cracks-down-hard-tourists-limits-threaten-summer-getaways" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpbt10" data-adv="hp1bt">
a[data-omtr-intcmp="fnhpriver_1"][data-media-type="image"][aria-label="Watch Fox News Live"]
<a href="https://www.foxnews.com/opinion/bible-verse-leads-trial-europe-growing-crackdown-threatens-our-us-uk-values" data-media-type="image" aria-label="Watch Fox News Live" data-omtr-intcmp="fnhpriver_1">

Showing first 10 of 196 audited elements.

Heading levels should only increase by one

Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.

Learn more

Audit Elements

h1
<h1>
        <a title="Breaking News Today Fox News" class="logo" href="https://www.foxnews.com" alt="Logo - Fox News">Latest Breaking News Today from Fox News</a>
      </h1>
.thumbs-2-7 > .story-1.article > .info > .info-header > .title-color-red
<h3 class="title title-color-red">
.story-2.article > .info > .info-header > .title-color-red
<h3 class="title title-color-red">
.story-3.article > .info > .info-header > .title-color-red
<h3 class="title title-color-red">
.thumbs-2-7 > .story-4.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/live-news/trump-pakistan-iran-blockade-hormuz-israel-april-26" data-omtr-intcmp="fnhpbt5">Iran gives new deal to US to reopen the Strait of Hormuz, bring an end to the war: report</a>
            </h3>
.thumbs-2-7 > .story-5.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/sports/diego-pavia-accepts-ravens-rookie-minicamp-invite-making-unfortunate-nfl-draft-history-reports" data-omtr-intcmp="fnhpbt6">Diego Pavia finally finds home in NFL after unfortunate draft history: reports</a>
            </h3>
.thumbs-2-7 > .story-6.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/us/work-scientists-suspicious-disappearances-prime-target-hostile-foes-retired-fbi-agent" data-omtr-intcmp="fnhpbt7">Retired FBI insider hints at who could be behind scientist disappearances</a>
            </h3>
.thumbs-2-7 > .story-7.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/entertainment/jennifer-lopez-sends-fans-frenzy-she-shows-off-chiseled-abs-gym-selfies" data-omtr-intcmp="fnhpbt8">Jennifer Lopez shows off sculpted physique in crop top and leggings in mirror pictures</a>
            </h3>
.thumbs-2-7 > .story-8.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/sports/trevor-bauer-throws-no-hitter-long-island-ducks-second-us-start-since-2021" data-omtr-intcmp="fnhpbt9">Trevor Bauer tosses no-hitter in just his second US start since 2021</a>
            </h3>
.thumbs-2-7 > .story-9.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/travel/popular-destination-cracks-down-hard-tourists-limits-threaten-summer-getaways" data-omtr-intcmp="fnhpbt10">Popular destination cracks down hard on tourists as new limits threaten summer getaways</a>
            </h3>

Showing first 10 of 250 audited elements.

Headings should not be empty

Screen readers announce headings to help users navigate page structure. Empty headings confuse users and prevent them from understanding the page's organization. Headings should only be used to convey structure, not for visual styling, and must contain accessible text that screen readers can announce.

Learn more

Audit Elements

h1
<h1>
        <a title="Breaking News Today Fox News" class="logo" href="https://www.foxnews.com" alt="Logo - Fox News">Latest Breaking News Today from Fox News</a>
      </h1>
.content > .story-1.article > .info > .info-header > .title-color-red
<h3 class="title title-color-red">
.thumbs-2-7 > .story-1.article > .info > .info-header > .title-color-red
<h3 class="title title-color-red">
.story-2.article > .info > .info-header > .title-color-red
<h3 class="title title-color-red">
.story-3.article > .info > .info-header > .title-color-red
<h3 class="title title-color-red">
.thumbs-2-7 > .story-4.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/live-news/trump-pakistan-iran-blockade-hormuz-israel-april-26" data-omtr-intcmp="fnhpbt5">Iran gives new deal to US to reopen the Strait of Hormuz, bring an end to the war: report</a>
            </h3>
.thumbs-2-7 > .story-5.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/sports/diego-pavia-accepts-ravens-rookie-minicamp-invite-making-unfortunate-nfl-draft-history-reports" data-omtr-intcmp="fnhpbt6">Diego Pavia finally finds home in NFL after unfortunate draft history: reports</a>
            </h3>
.thumbs-2-7 > .story-6.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/us/work-scientists-suspicious-disappearances-prime-target-hostile-foes-retired-fbi-agent" data-omtr-intcmp="fnhpbt7">Retired FBI insider hints at who could be behind scientist disappearances</a>
            </h3>
.thumbs-2-7 > .story-7.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/entertainment/jennifer-lopez-sends-fans-frenzy-she-shows-off-chiseled-abs-gym-selfies" data-omtr-intcmp="fnhpbt8">Jennifer Lopez shows off sculpted physique in crop top and leggings in mirror pictures</a>
            </h3>
.thumbs-2-7 > .story-8.article > .info > .info-header > h3
<h3 class="title ">
              <a href="https://www.foxnews.com/sports/trevor-bauer-throws-no-hitter-long-island-ducks-second-us-start-since-2021" data-omtr-intcmp="fnhpbt9">Trevor Bauer tosses no-hitter in just his second US start since 2021</a>
            </h3>

Showing first 10 of 252 audited elements.

Images must have alternative text

Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.

Learn more

Audit Elements

img[width="720"]
<img src="//a57.foxnews.com/st..." width="720" height="405" alt="Obama says WHCD shoo..." pinger-seen="true">
a[data-omtr-intcmp="fnhpbt2"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/prod-hp.foxnews.com/images/2026/04/343/193/52c5b12b8b311d40f4925c4aff4870ab.png?tl=1&amp;ve=1" width="343" height="193" alt="Trump blasts Norah O'Donnell to her face during '60 Minutes' interview: 'You're a disgrace' - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt3"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/st..." width="343" height="193" alt="Former WHCA presiden..." pinger-seen="true">
a[data-omtr-intcmp="fnhpbt4"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/KIMMEL-HOSTS-MOCK-WHCD.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Late-night host's vile jabs at the First Lady preceded dinner shooting chaos - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt5"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/prod-hp.foxnews.com/images/2026/04/343/193/80783f3f9ec7c3953609b7c05c91f409.png?tl=1&amp;ve=1" width="343" height="193" alt="Iran gives new deal to US to reopen the Strait of Hormuz, bring an end to the war: report - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt6"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/01/343/193/vanderbilt-diego-pavia-012726-2.jpg?tl=1&amp;ve=1" width="343" height="193" alt="Diego Pavia finally finds home in NFL after unfortunate draft history: reports - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt7"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/three-missing-scientists-split.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Retired FBI insider hints at who could be behind scientist disappearances - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt8"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2024/09/343/193/jennifer-lopez.jpg?tl=1&amp;ve=1" width="343" height="193" alt="Jennifer Lopez shows off sculpted physique in crop top and leggings in mirror pictures - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt9"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/trevor-bauer-ducks-central-islip-fox-news-001.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Trevor Bauer tosses no-hitter in just his second US start since 2021 - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt10"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/popular-getaway-cracks-down-tourists.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Popular destination cracks down hard on tourists as new limits threaten summer getaways - Fox News" pinger-seen="true">

Showing first 10 of 207 audited elements.

Inline text spacing must be adjustable with custom stylesheets

Single-spaced text makes it difficult for people with cognitive disabilities to track lines while reading. Providing line spacing between 1.5 to 2 helps these users start a new line more easily after finishing the previous one.

Learn more

Audit Elements

.story-1.small.river > .m > .section-theme.pill
<span class="pill section-theme" style="--section-theme-color: #FFA800">opinion</span>
.story-11 > .m > .section-theme.pill
<span class="pill section-theme" style="--section-theme-color: #FFA800">opinion</span>
.story-21 > .m > .section-theme.pill
<span class="pill section-theme" style="--section-theme-color: #FFA800">opinion</span>
.story-34 > .m > .section-theme.pill
<span class="pill section-theme" style="--section-theme-color: #FFA800">opinion</span>
Interactive controls must not be nested

Nested interactive elements create empty tab stops where screen readers remain silent. When users tab to a focusable element inside another interactive control, they receive no information about its name, role, or state, creating a confusing and broken navigation experience.

Learn more

Audit Elements

img[width="720"]
<img src="//a57.foxnews.com/st..." width="720" height="405" alt="Obama says WHCD shoo..." pinger-seen="true">
a[data-omtr-intcmp="fnhpbt2"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/prod-hp.foxnews.com/images/2026/04/343/193/52c5b12b8b311d40f4925c4aff4870ab.png?tl=1&amp;ve=1" width="343" height="193" alt="Trump blasts Norah O'Donnell to her face during '60 Minutes' interview: 'You're a disgrace' - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt3"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/st..." width="343" height="193" alt="Former WHCA presiden..." pinger-seen="true">
a[data-omtr-intcmp="fnhpbt4"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/KIMMEL-HOSTS-MOCK-WHCD.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Late-night host's vile jabs at the First Lady preceded dinner shooting chaos - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt5"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/prod-hp.foxnews.com/images/2026/04/343/193/80783f3f9ec7c3953609b7c05c91f409.png?tl=1&amp;ve=1" width="343" height="193" alt="Iran gives new deal to US to reopen the Strait of Hormuz, bring an end to the war: report - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt6"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/01/343/193/vanderbilt-diego-pavia-012726-2.jpg?tl=1&amp;ve=1" width="343" height="193" alt="Diego Pavia finally finds home in NFL after unfortunate draft history: reports - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt7"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/three-missing-scientists-split.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Retired FBI insider hints at who could be behind scientist disappearances - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt8"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2024/09/343/193/jennifer-lopez.jpg?tl=1&amp;ve=1" width="343" height="193" alt="Jennifer Lopez shows off sculpted physique in crop top and leggings in mirror pictures - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt9"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/trevor-bauer-ducks-central-islip-fox-news-001.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Trevor Bauer tosses no-hitter in just his second US start since 2021 - Fox News" pinger-seen="true">
a[data-omtr-intcmp="fnhpbt10"][data-adv="hp1bt"][data-media-type="image"] > picture > img[width="343"][height="193"][pinger-seen="true"]
<img src="//a57.foxnews.com/static.foxnews.com/foxnews.com/content/uploads/2026/04/343/193/popular-getaway-cracks-down-tourists.jpeg?tl=1&amp;ve=1" width="343" height="193" alt="Popular destination cracks down hard on tourists as new limits threaten summer getaways - Fox News" pinger-seen="true">

Showing first 10 of 209 audited elements.

Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

Each landmark on a page must have either a unique role or a unique accessible name. Duplicate landmarks confuse screen reader users about which section they're navigating to, making it difficult to efficiently move through the page structure.

Learn more

Audit Elements

.site-header
<header class="site-header">
.site-footer
<footer class="site-footer">
Links must have discernible text

Keyboard users and screen reader users can only interact with links that have accessible names and can receive focus. Without proper names, users don't know where links lead. Without keyboard focus, users who cannot use a mouse cannot activate the links at all.

Learn more

Audit Elements

a[data-omtr-intcmp="fnhp_netnav_foxnews"]
<a href="https://www.foxnews.com/" data-omtr-intcmp="fnhp_netnav_foxnews"><span class="logo"><span>Fox News</span></span></a>
a[data-omtr-intcmp="fnhp_netnav_foxbusiness"]
<a href="https://www.foxbusiness.com/" data-omtr-intcmp="fnhp_netnav_foxbusiness" target="_blank"><span class="logo"><span>Fox Business</span></span></a>
a[data-omtr-intcmp="fnhp_netnav_foxnation"]
<a href="https://nation.foxnews.com/?cmpid=org=nat::ag=owned::mc=fnc_display::src=fnc_web::cmp=brand::add=toprail" data-omtr-intcmp="fnhp_netnav_foxnation" target="_blank"><span class="logo"><span>Fox Nation</span></span></a>
a[data-omtr-intcmp="fnhp_netnav_foxnewsaudio"]
<a href="https://radio.foxnews.com/" data-omtr-intcmp="fnhp_netnav_foxnewsaudio" target="_blank"><span class="logo"><span>Fox News Audio</span></span></a>
a[data-omtr-intcmp="fnhp_netnav_foxweather"]
<a href="https://www.foxweather.com/" data-omtr-intcmp="fnhp_netnav_foxweather" target="_blank"><span class="logo"><span>Fox Weather</span></span></a>
a[href$="outkick.com/"]
<a href="https://www.outkick.com/" data-omtr-intcmp="fnhp_netnav_outkick" target="_blank"><span class="logo"><span>Outkick</span></span></a>
a[href$="noticias.foxnews.com/"]
<a href="https://noticias.foxnews.com/" data-omtr-intcmp="fnhp_netnav_noticias" target="_blank"><span class="logo"><span>Fox Noticias</span></span></a>
a[href$="books"]
<a href="https://www.foxnews.com/books" data-omtr-intcmp="fnhp_netnav_books" target="_blank"><span class="logo"><span>Books</span></span></a>
a[alt="Logo - Fox News"]
<a title="Breaking News Today Fox News" class="logo" href="https://www.foxnews.com" alt="Logo - Fox News">Latest Breaking News Today from Fox News</a>
a[data-omtr-intcmp="topnav_us_1"]
<a href="https://www.foxnews.com/us" data-omtr-intcmp="topnav_us_1">U.S.</a>

Showing first 10 of 619 audited elements.

Main landmark should not be contained in another landmark

The main landmark must be at the top level and not nested inside other landmarks. This ensures screen reader users can quickly navigate to the primary content without searching through complex hierarchy, making page navigation simpler and more predictable.

Learn more

Audit Elements

.main-content-primary
<main class="main-content main-content-primary">
.main-content-full-primary
<main class="main-content-full main-content-full-primary">
.main-content-secondary
<main class="main-content main-content-secondary">
.main-content-full-secondary
<main class="main-content-full main-content-full-secondary">
Page must have means to bypass repeated blocks

Keyboard-only users must tab through all navigation and header content before reaching the main content, which can take several minutes and cause physical pain for users with motor limitations. Bypass mechanisms like skip links allow these users to jump directly to main content, saving time and reducing fatigue.

Learn more

Audit Elements

html
<html lang="en" class=" cookies geolocation history hashchange no-touchevents fullscreen cssanimations csstransitions">
Page should contain a level-one heading

Screen reader users use keyboard shortcuts to jump directly to the first h1, expecting to land at the main content. Without an h1 or with a misplaced one, users must listen to more of the page to understand its structure, wasting valuable time on every page visit.

Learn more

Audit Elements

html
<html lang="en" class=" cookies geolocation history hashchange no-touchevents fullscreen cssanimations csstransitions">
Scrollable region must have keyboard access

Scrollable regions must contain focusable elements or be focusable themselves to enable keyboard navigation. Without keyboard access, users cannot scroll to view content that extends beyond the visible area, making that content completely inaccessible to keyboard-only users.

Learn more

Audit Elements

.trending-item
<ul class="trending-item">
Users should be able to zoom and scale the text up to 500%

The user-scalable="no" and restrictive maximum-scale parameters prevent people with low vision from zooming to read content. Users who rely on browser zoom to enlarge text are blocked from accessing content at a readable size, violating their need to scale pages up to 5x zoom.

Learn more

Audit Elements

meta[name="viewport"]
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1">
Zooming and scaling must not be disabled

Setting user-scalable="no" or maximum-scale less than 2 prevents people with low vision from zooming to read content. Users who enlarge text in their browsers are blocked from making content readable, violating accessibility guidelines that require supporting at least 200% zoom.

Learn more

Audit Elements

meta[name="viewport"]
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1">

Browse results by category