Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure9 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
CLink & Button QualityAction7 issue(s) across 59 links and 25 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| /search | (empty) | empty | Add link text or aria-label |
| https://secure.web.plus.espn.com/commerc… | Activate ESPN bundle subscript… | new tab | Add '(opens in new tab)' to text |
| https://www.fox.com | FOX.com | new tab | Add '(opens in new tab)' to text |
| https://fox.com/ | fox.com | new tab | Add '(opens in new tab)' to text |
| https://nation.foxnews.com/ | foxnation.com | new tab | Add '(opens in new tab)' to text |
| https://www.fox.com/ | fox.com | new tab | Add '(opens in new tab)' to text |
| https://www.fox.com/ | fox.com | new tab | Add '(opens in new tab)' to text |
| https://foxone.onelink.me/MHYO/DownloadA… | (empty) | empty | Add link text or aria-label |
| https://foxone.onelink.me/MHYO/DownloadA… | (empty) | empty | Add link text or aria-label |
| https://help.fox.com/s/article/Purchase-… | (empty) | empty | Add link text or aria-label |
| https://help.fox.com/s/article/Purchase-… | (empty) | empty | Add link text or aria-label |
| /privacy-policy/#ad-choices | About Ads | new tab | Add '(opens in new tab)' to text |
| /privacy-policy | New Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://privacy.fox.com/main/web/main | Your Privacy Choices | new tab | Add '(opens in new tab)' to text |
| /terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
| http://www.tvguidelines.org/ | TV Parental Guidelines | new tab | Add '(opens in new tab)' to text |
| /accessibility | Accessibility | new tab | Add '(opens in new tab)' to text |
| https://help.fox.com/ | Help | new tab | Add '(opens in new tab)' to text |
| https://foxapps.my.salesforce-sites.com/… | Viewer Feedback | new tab | Add '(opens in new tab)' to text |
| https://www.foxnews.com/ | Fox News | new tab | Add '(opens in new tab)' to text |
| https://nation.foxnews.com/ | Fox Nation | new tab | Add '(opens in new tab)' to text |
| https://www.foxweather.com/ | Fox Weather | new tab | Add '(opens in new tab)' to text |
| https://www.foxlocal.com/ | Fox Local | new tab | Add '(opens in new tab)' to text |
| https://www.foxbusiness.com/ | Fox Business | new tab | Add '(opens in new tab)' to text |
| https://www.foxsports.com/ | Fox Sports | new tab | Add '(opens in new tab)' to text |
| https://tubitv.com/ | Tubi | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/; /; /search; https://foxone.onelink.me/MHYO/DownloadApp; https://foxone.onelink.me/MHYO/DownloadApp; https://help.fox.com/s/article/Purchase-Switch-Plans-and-supported-devices; https://help.fox.com/s/article/Purchase-Switch-Plans-and-supported-devices
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://secure.web.plus.espn.com/commerce/account; https://www.fox.com; https://fox.com/; https://nation.foxnews.com/; https://www.fox.com/; https://www.fox.com/; /privacy-policy/#ad-choices; /privacy-policy; https://privacy.fox.com/main/web/main; /terms-of-use (+11 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 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 If it’s on FOX, … | 1.01:1 | 3.0:1 | #000000 | #010101 | Fail |
| h2 Pick your plan | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 The Latest News | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Your Favorite Sports | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 The Good Stuff | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 One subscription. | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Multiple streams | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 One subscription. | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Multiple streams | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Frequently Asked Que… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Using FOX One with y… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 FOX Links | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 FOX Networks | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h3 Download the Mobile … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| button Skip to main content | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Open navigation menu | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Connect TV Provider | 12.50:1 | 4.5:1 | #000000 | #BDC9D7 | Pass |
| span Home | 11.43:1 | 4.5:1 | #000000 | #B7C0CD | Pass |
| span Shows | 2.38:1 | 4.5:1 | #000000 | #494A4F | Fail |
| span News | 13.01:1 | 4.5:1 | #000000 | #D5C9C7 | 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.
A+Heading Hierarchy18 headingsPASS
- H1 If it’s on FOX, it’s here.
- H2 WATCH 7 DAYS FREE
- H2 Sign Up Now
- H2 WATCH 7 DAYS FREE
- H2 WATCH 7 DAYS FREE
- H2 WATCH 7 DAYS FREE
- H2 GET FOX NATION
- H2 Pick your plan
- H2 The Latest News
- H2 Your Favorite Sports
- H2 The Good Stuff
- H2 One subscription.Multiple streams
- H2 One subscription.Multiple streams
- H2 Frequently Asked Questions
- H2 Using FOX One with your TV provider is easy! Here's how to get started, depending on the device you're using:
- H3 Download the Mobile App
- H2 FOX Links
- H2 FOX Networks
A+Alt Text QualityAll 82 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 1 failing, 25 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Activate Here div.flex > div.relative > div.mt-6 > a.underline |