Skip to content
https://collider.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
51
GRADE
F
FIX
5
REVIEW
8
PASS
0
INFO
0
Checks
13
8 REVIEW 5 FIX
F
Heading Hierarchy
Action
50 headings, 4 skip(s)
FIX
50 headings, 4 skip(s)
Critical::
No H1 heading found
Every page should have one H1 that describes the page content.
Warning::
Heading level skipped: H2 → H5 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H2 → H5 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H2 → H5 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
Heading level skipped: H3 → H5 (missing H4)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
  • H3 ‘Michael’ Barely Scratches the Surface of the King of Pop's Complicated Legacy
  • H3 ‘I Am Legend 2’ Has Officially Found Its Director [Exclusive]
  • H3 Bong Joon Ho Has 7 Ideas for Next Movie
  • H3 The 10 Greatest TV Show Endings of All Time
  • H2 Popular News
  • H3 Prime Video’s 2-Part Sci-Fi Spin-Off Is Back on the Streaming Charts
  • H3 ‘Landman’ Icon’s 1998 Sci-Fi Epic Officially Loses Box Office Rank to Amazon’s 10/10 Blockbuster
  • H3 This 2-Part Sci-Fi Epic Is the Most Addictive Binge You'll Find on Streaming Right Now
  • H3 Henry Cavill's First Movie in 2 Years Officially Arrives on May 15
  • H3 The Most Beloved Sci-Fi Franchise of the Decade Becomes a Hulu Sleeper Hit Ahead of Upcoming Prequel
  • H3 The 10 Greatest Gothic Book Masterpieces, Ranked
  • H2 Shorts
  • H3 Fra Fee Explains Why Tom in Unchosen Feels So Real (and So Broken)
  • H3 Keanu Reeves Shares The Surreal Experience Of Acting With Martin Scorsese
  • H3 Noah Centineo Talks About Starting Production Of Gundam
  • H3 David Jonsson Answers If We Are Getting An Alien: Romulus Sequel
  • H3 Bryan Cranston and Jane Kaczmarek Want More Malcolm in the Middle
  • H2 Reviews
  • H5 Richard Gadd's 'Baby Reindeer' Follow-Up 'Half Man' Is Raw, Brutal, and Absolutely Devastating | Review skipped
  • H5 Hallmark's Cozy Sci-Fi Series 'The Way Home' Sticks the Landing With a Captivating Final Season | Review
  • H5 Carrie Preston Delivers Her Best 'Elsbeth' Performance to Date on the CBS Procedural | Review
  • H2 Profiles
  • H5 How Janelle James Became One of TV’s Most Impressive Breakout Stars skipped
  • H5 ‘The Boys’ Is Ending Next Month, but Jack Quaid Is Ready for What’s Next
  • H5 ‘Marshals’ Luke Grimes Thought He Was Done With ‘Yellowstone’ — He Was Wrong
  • H2 Latest
  • H5 Prime Video’s 2-Part Sci-Fi Spin-Off Is Back on the Streaming Charts skipped
  • H5 ‘Landman’ Icon’s 1998 Sci-Fi Epic Officially Loses Box Office Rank to Amazon’s 10/10 Blockbuster
  • H5 This 2-Part Sci-Fi Epic Is the Most Addictive Binge You'll Find on Streaming Right Now
  • H5 Henry Cavill's First Movie in 2 Years Officially Arrives on May 15
  • H5 The Most Beloved Sci-Fi Franchise of the Decade Becomes a Hulu Sleeper Hit Ahead of Upcoming Prequel
  • H5 The 10 Greatest Gothic Book Masterpieces, Ranked
  • H5 Anne Hathaway Officially Confirms a Sequel to Her Legendary Fantasy Franchise Is “100%” in the Works
  • H5 Adam Driver's Underrated ‘Gladiator’ Replacement Is Headed to a New Streaming Home
  • H5 Sydney Sweeney’s Sci-Fi ‘Transformers’ Replacement Officially Adds a Beloved Harry Potter Villain
  • H5 67 Years Later, This 14-Part Western Is Still One of the Best Shows Ever Made
  • H5 Ryan Reynolds Officially Confirms Deadpool’s MCU Return With Surprising New Detail
  • H5 Star Wars Director Officially Reveals Scrapped Plans for ‘The Mandalorian’ Season 4
  • H5 'The Office's Most Infamous Character Returns With a Terrifying Warning [Exclusive]
  • H5 The 10 Greatest Fantasy Movies of the Last 6 Years, Ranked
  • H5 Only 3 Movie Trilogies Are More Thrilling Than The Lord of the Rings
  • H5 8 Perfect Mystery Shows To Watch After 'High Potential'
  • H5 The 10 Greatest Space Sci-Fi Movies of All Time, Ranked
  • H5 Everyone Forgot the Truth Behind the 1980s' Most Iconic Movie Moment
  • H5 'MasterChef' Season 16 Rewrites the FOX Competition With Its Most Unexpected Twist Yet
  • H5 Netflix's Hit Crime Series Returns to the Top 10, but There's a Huge Catch
  • H3 What To Watch
  • H5 David Bowie's Forgotten 1987 Masterpiece Comes From His Least-Favorite Album skipped
  • H5 Taylor Sheridan's ‘Yellowstone’ Spin-Off Is Paying the Price for Moving Too Fast
  • H5 Burger King Launches First Official Star Wars Collection in Over 20 Years

Every page should have one H1 that describes the page content.

Why this matters

No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.

Learn more

The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.

Source: WCAG 2.4.6 / Google Search Central

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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

D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
3 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 3 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Landmark Structure
7 landmarks
REVIEW
7 landmarks
Info::
<main> landmark present
Info::
3 <nav> landmark(s) found
Warning::
3 of 3 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN ASIDE CONTENTINFO footer

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

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.

Why this matters

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

B
Alt Text Quality
5 of 54 images have issues
REVIEW
5 of 54 images have issues
Warning::
5 image(s) with generic alt text
Info::
3 image(s) with alt text over 125 characters
Info::
46 image(s) with good alt text
54 images 46 good alt text 5 generic
IssueCount
generic5 image(s)
too long3 image(s)
C
Form Accessibility
Action
3 of 8 controls have issues
REVIEW
3 of 8 controls have issues
Critical::
2 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="checkbox" id="showMoreToggle">; <input type="checkbox" id="expandMenuListDefault">
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text" name="q" id="js-search-input">
Info::
5 control(s) properly labeled
8 controls
5 labeled
1 placeholder only
2 unlabeled
ControlTypeLabelMethod
#side_menucheckboxMenufor/id
#navItems-MoviescheckboxSubmenufor/id
#navItems-TVcheckboxSubmenufor/id
#navItems-Streaming GuidescheckboxSubmenufor/id
#search-menucheckboxClosefor/id
#js-search-inputtext(Search Collider)placeholder only
#showMoreTogglecheckbox(none)none
#expandMenuListDefaultcheckbox(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<input type="checkbox" id="showMoreToggle">; <input type="checkbox" id="expandMenuListDefault">

Why this matters

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="text" name="q" id="js-search-input">

Why this matters

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

B
404 Error Page
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
Info::
Homepage link present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Collider Custom Styling Navigation Homepage Link Search Form
C
Favicon & Branding
Action
7 icon(s) detected
REVIEW
7 icon(s) detected
Warning::
No favicon.ico at site root
Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Missing
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
B
Dark Mode Support
Dark mode detected
REVIEW
Dark mode detected
Info::
prefers-color-scheme CSS detected in inline styles
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark Mode Dark Mode Supported
color-scheme meta Not set Dark theme-color Not set CSS indicators Detected

Detection limited to meta tags and inline styles.

C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 20 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

0 pass 20 fail WCAG AA
h2 Popular News
1.32:1
#000000
on
#222222
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Shorts
1.32:1
#000000
on
#222222
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Reviews
1.32:1
#000000
on
#222222
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Profiles
1.32:1
#000000
on
#222222
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Latest
1.32:1
#000000
on
#222222
needs 3.0:1 (large text)
24px · bottom of viewport
h3 What To Watch
1.32:1
#000000
on
#222222
needs 3.0:1 (large text)
19px · bottom of viewport
title New Movie News, Movie Trailers & Upcomin…
1.00:1
#000000
on
#000000
needs 4.5:1 (normal text)
16px · top of page (header area)
span Menu
1.00:1
#000000
on
#000000
needs 4.5:1 (normal text)
16px · top of page (header area)
span Sign in now
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · top of page (header area)
span Close
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · top of page (header area)
span Movies
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · above the fold
span Submenu
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · above the fold
span Movie News
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · above the fold
span Movie Features
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · above the fold
span Submenu
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · above the fold
span TV News
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · above the fold
span TV Features
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · above the fold
span Collider Signature
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · above the fold
span Streaming Guides
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · above the fold
span Submenu
1.32:1
#000000
on
#222222
needs 4.5:1 (normal text)
16px · mid-page
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 Popular News1.32:13.0:1
#000000
#222222
Fail
h2 Shorts1.32:13.0:1
#000000
#222222
Fail
h2 Reviews1.32:13.0:1
#000000
#222222
Fail
h2 Profiles1.32:13.0:1
#000000
#222222
Fail
h2 Latest1.32:13.0:1
#000000
#222222
Fail
h3 What To Watch1.32:13.0:1
#000000
#222222
Fail
title New Movie News, Movi…1.00:14.5:1
#000000
#000000
Fail
span Menu1.00:14.5:1
#000000
#000000
Fail
span Sign in now1.32:14.5:1
#000000
#222222
Fail
span Close1.32:14.5:1
#000000
#222222
Fail
span Movies1.32:14.5:1
#000000
#222222
Fail
span Submenu1.32:14.5:1
#000000
#222222
Fail
span Movie News1.32:14.5:1
#000000
#222222
Fail
span Movie Features1.32:14.5:1
#000000
#222222
Fail
span Submenu1.32:14.5:1
#000000
#222222
Fail
span TV News1.32:14.5:1
#000000
#222222
Fail
span TV Features1.32:14.5:1
#000000
#222222
Fail
span Collider Signature1.32:14.5:1
#000000
#222222
Fail
span Streaming Guides1.32:14.5:1
#000000
#222222
Fail
span Submenu1.32:14.5:1
#000000
#222222
Fail

Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.

B
Lighthouse Accessibility Audits
Score 81/100 — 5 failing, 20 passed
REVIEW
81

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#previous-btn div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#previous-btn
div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#next-btn div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#next-btn

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
SEE MORE section#shorts > div.w-hub-widgets > div.hub-header > a.section-view-all-link
SEE MORE div.left-column > div#left-block > div.hub-header > a.section-view-all-link
Apr 21, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
Apr 19, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
Apr 17, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
SEE MORE div.right-column > div.w-hub-video > div.hub-header > a.section-view-all-link
ALL div.section-header > div.listing-tabs > div > a#listing-tabs-latest
9 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
12 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
24 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
39 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
39 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
54 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
54 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
4 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
4 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Richard Gadd's 'Baby Reindeer' Follow-Up 'Half Man' Is Raw, Brutal, and Absolut… div.hub-vertical-list > div.display-card > div.w-display-card-content > h5.display-card-title
How Janelle James Became One of TV’s Most Impressive Breakout Stars div#left-block-articles > div.display-card > div.w-display-card-content > h5.display-card-title
‘Landman’ Icon’s 1998 Sci-Fi Epic Officially Loses Box Office Rank to Amazon’s … div.sentinel-home-list > div.display-card > div.w-display-card-content > h5.display-card-title

These are opportunities to improve keyboard navigation in your application.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Join Our Team div.footer-content-el > ul > li > a.text
Our Audience div.footer-content-el > ul > li > a.text
About Us div.footer-content-el > ul > li > a.text
Press & Events div.footer-content-el > ul > li > a.text
Media Coverage div.footer-content-el > ul > li > a.text
Contact Us div.footer-content-el > ul > li > a.text
Advertising div.footer-content-el > ul.align-right > li > a.text
Careers div.footer-content-el > ul.align-right > li > a.text
Terms div.footer-content-el > ul.align-right > li > a.text
Privacy div.footer-content-el > ul.align-right > li > a.text
Policies div.footer-content-el > ul.align-right > li > a.text

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback