Skip to content
https://cbr.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
47
GRADE
F
FIX
6
REVIEW
7
PASS
0
INFO
0
Checks
13
7 REVIEW 6 FIX
F
Heading Hierarchy
Action
62 headings, 4 skip(s)
FIX
62 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 Rings of Power Season 3 Officially Reveals Major Middle-Earth War
  • H3 Transformers 8 Fate Sealed by Rise of the Beasts Director
  • H3 Star Trek Officially Confirms Deep Space Nine's Replacement Series
  • H3 Shelved Looney Tunes Movie Finally Gets First Look
  • H3 Project Hail Mary Video Game Officially in Development, Coming This Year
  • H2 Popular News
  • H3 This X-Files Theory May Explain 1 of the Biggest Mysteries Surrounding the Show's Best Villain
  • H3 This 10/10 Western Still Has the Genre's Greatest Ending of All Time
  • H3 Sam Raimi's Best Horror Movie Confirmed For Another Sequel, But With A Twist
  • H3 Modern Family Star Reveals How The Super Bowl Landed Them A Juicy Guest Role
  • H2 Videos
  • H5 Get to know the cast of Michael | with Jafaar Jackson, Colman Domingo, Nia Long and Juliano Valdi skipped
  • H5 From Season 4: Harold Perrineau Breaks Down Theories, Twists, and What Fans Missed
  • H5 A Word From Our Deputy Editor of Authority and Access
  • H2 Popular News
  • H5 Disney+'s 79% RT Sci-Fi Adventure Series Canceled Too Soon Returns to the Charts 2 Years Later skipped
  • H5 Yahya Abdul-Mateen II Responds To Wonder Man Season 2 Surprise Renewal After Becoming 1 of Marvel's Best Shows
  • H5 29 Years Later, Sylvester Stallone's Cult Classic Crime Drama Is Getting Rebooted
  • H2 CBR Exclusives
  • H3 Apple TV's New Epic Adventure Series Starring Succession Legend Unveils New Clip 2 Days Ahead of Release
  • H3 April 22 Is a Great Day for D&D Fans!
  • H3 30 Years Later, Sarah Reveals A Shocking Secret In Matlock Season 2 Finale Clip
  • H2 Join thousands of fans who live and breathe the same fandoms
  • H3 The best of CBR, curated by our Deputy Editors and delivered straight to your inbox.
  • H2 Shorts
  • H3 The secret Cinemacon Doomsday Trailer!
  • H3 Anne Hathaway Juggles Prada & Mother Mary Chaos
  • H3 Anne Hathaway Gushes Over Mikayla’s Genius
  • H3 Lee Cronin Makes The Mummy SCARY Again
  • H3 Blumhouse’s Mummy Is Actually About FAMILY?!
  • H2 TCG Price Tracker
  • H3 Charizard Trading Card Game Classic
  • H3 Giratina VSTAR Secret Crown Zenith: Galarian Gallery
  • H3 Pikachu with Grey Felt Hat SV: Scarlet & Violet Promo Cards
  • H3 Squirtle SV07: Stellar Crown
  • H3 Roaring Moon ex SV: Prismatic Evolutions
  • H3 Starmie V SWSH10: Astral Radiance Trainer Gallery
  • H2 Latest
  • H5 This X-Files Theory May Explain 1 of the Biggest Mysteries Surrounding the Show's Best Villain skipped
  • H5 This 10/10 Western Still Has the Genre's Greatest Ending of All Time
  • H5 Sam Raimi's Best Horror Movie Confirmed For Another Sequel, But With A Twist
  • H5 Modern Family Star Reveals How The Super Bowl Landed Them A Juicy Guest Role
  • H5 Rings of Power Season 3 Confirms a Huge Change to Tolkien's Lord of the Rings Timeline
  • H5 In Just 2 Days, Taylor Sheridan's Neo-Western Drama Is Officially the No. 1 Title on PVOD
  • H5 8 Most Perfect Western Movies To Watch After 'Tombstone'
  • H5 Tales From the Far Side's Secret Sequel Is Even Better Than the Original
  • H5 Transformers Gives 3 Autobots a New Alternate Mode in Official Crossover Release
  • H5 Xbox Officially Says Goodbye to Fan-Favorite Feature in April 2026
  • H5 The Godfather Secretly Inspired Star Wars' Most Satisfying Character Death
  • H5 10 Greatest Moments from the Top Gun Franchise
  • H5 Studio Ghibli's Most Underrated Movie's 92% RT Score Proves How Important It Still Is
  • H5 Rachel McAdams' $94M R-Rated Horror Finally Sets Streaming Hulu & Disney+ Release Date
  • H5 Mads Mikkelsen New Action-Packed Fantasy Film From Hannibal Creator Is Dominating HBO Max U.S. Charts
  • H5 Lea Thompson's Family Masterpiece Is Still the Gold Standard for Cartoon Adaptations in 2026
  • H5 The Best Slasher Movie of 2025 Is Officially Getting a Sequel
  • H5 Star Wars: Starfighter Director Gives His Honest Take on AI in Hollywood
  • H5 A Young Jack Nicholson Starred in this Hidden Western Movie Gem
  • H5 Stranger Things Officially Recasts Horror Icon In New Role
  • H3 CBR Critics Corner
  • H5 7 Sega Genesis Games That Are Perfect From Start to Finish skipped
  • H5 NBC's Forgotten 4-Part Superhero Series With 52% RT Is a PVOD Sensation 16 Years Later
  • H5 Dexter: Resurrection Season 2 Just Got Closer With Paramount+'s Latest Update

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

F
Form Accessibility
Action
7 of 15 controls have issues
FIX
7 of 15 controls have issues
Critical::
5 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">; <input type="submit" name="SubmitButton" id="SubmitButtonWidget">; <input type="checkbox" name="mailingList[]" id="mailingList-16">; <textarea name="g-recaptcha-response" id="g-recaptcha-response">
Warning::
2 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">; <input type="email" name="email">
Info::
8 control(s) properly labeled
15 controls
8 labeled
2 placeholder only
5 unlabeled
ControlTypeLabelMethod
#side_menucheckboxMenufor/id
#navItems-MoviescheckboxSubmenufor/id
#navItems-TVcheckboxSubmenufor/id
#navItems-ComicscheckboxSubmenufor/id
#navItems-AnimecheckboxSubmenufor/id
#navItems-GamescheckboxSubmenufor/id
#navItems-MorecheckboxMore Submenufor/id
#search-menucheckboxClosefor/id
#js-search-inputtext(Search CBR)placeholder only
emailemail(Enter your email address)placeholder only
#expandMenuListDefaultcheckbox(none)none
#showMoreTogglecheckbox(none)none
#SubmitButtonWidgetsubmit(none)none
#mailingList-16checkbox(none)none
#g-recaptcha-responsetextarea(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">; <input type="submit" name="SubmitButton" id="SubmitButtonWidget">; <input type="checkbox" name="mailingList[]" id="mailingList-16">; <textarea name="g-recaptcha-response" id="g-recaptcha-response">

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">; <input type="email" name="email">

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

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

C
Alt Text Quality
Action
11 of 61 images have issues
REVIEW
11 of 61 images have issues
Warning::
6 image(s) with filename as alt text
Warning::
5 image(s) with generic alt text
Info::
1 image(s) with alt text over 125 characters
Info::
49 image(s) with good alt text
61 images 49 good alt text 11 generic
IssueCount
filename6 image(s)
generic5 image(s)
too long1 image(s)
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 CBR 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, 9 fail WCAG AA
REVIEW

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

11 pass 9 fail WCAG AA 1 pass AA only
title CBR - The World's Top Destination For Co…
1.10:1
#000000
on
#101010
needs 4.5:1 (normal text)
16px · top of page (header area)
span Menu
1.10:1
#000000
on
#101010
needs 4.5:1 (normal text)
16px · top of page (header area)
span Sign in now
2.42:1
#000000
on
#4B4C44
needs 4.5:1 (normal text)
16px · top of page (header area)
span Close
2.38:1
#000000
on
#4A4B42
needs 4.5:1 (normal text)
16px · top of page (header area)
span Movies
2.69:1
#000000
on
#52534A
needs 4.5:1 (normal text)
16px · above the fold · over background image/gradient
span Submenu
4.00:1
#000000
on
#6B6D65
needs 4.5:1 (normal text)
16px · above the fold
span Movie Features
1.62:1
#000000
on
#30322A
needs 4.5:1 (normal text)
16px · above the fold
span Movie Lists
1.20:1
#000000
on
#1A1A15
needs 4.5:1 (normal text)
16px · above the fold
span Movie Reviews
1.07:1
#000000
on
#0C0C09
needs 4.5:1 (normal text)
16px · above the fold

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)
ElementRatioRequiredFGBGResult
h2 Popular News21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Videos21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Popular News21.00:13.0:1
#000000
#FFFFFF
Pass
h2 CBR Exclusives21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Join thousands of fa…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Shorts21.00:13.0:1
#000000
#FFFFFF
Pass
h2 TCG Price Tracker21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Latest21.00:13.0:1
#000000
#FFFFFF
Pass
h3 The best of CBR, cur…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 CBR Critics Corner21.00:13.0:1
#000000
#FFFFFF
Pass
title CBR - The World's To…1.10:14.5:1
#000000
#101010
Fail
span Menu1.10:14.5:1
#000000
#101010
Fail
span Sign in now2.42:14.5:1
#000000
#4B4C44
Fail
span Close2.38:14.5:1
#000000
#4A4B42
Fail
span Movies2.69:14.5:1
#000000
#52534A
Fail
span Submenu4.00:14.5:1
#000000
#6B6D65
Fail
span Movie News5.68:14.5:1
#000000
#858583
Pass
span Movie Features1.62:14.5:1
#000000
#30322A
Fail
span Movie Lists1.20:14.5:1
#000000
#1A1A15
Fail
span Movie Reviews1.07:14.5:1
#000000
#0C0C09
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 84/100 — 5 failing, 23 passed
REVIEW
84

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 div.left-column > div.w-hub-video > div.hub-header > a.section-view-all-link
Apr 22, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
Apr 22, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
Apr 22, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
SEE MORE section#category/cbr-exclusives > div.w-hub-widgets > div.hub-header > a.section-view-all-link
SEE MORE section#shorts > div.w-hub-widgets > div.hub-header > a.section-view-all-link
SEE MORE div.wrapper > div.w-hub-widgets > div.hub-header > a.section-view-all-link
Market Price: $132.25 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market
Market Price: $216.95 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market
Market Price: $668.44 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market
Market Price: $77.65 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market
Market Price: $152.27 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market
Market Price: $98.5 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market
10 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
20 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
20 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
20 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
30 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
50 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
50 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date
55 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
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
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

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
Get to know the cast of Michael | with Jafaar Jackson, Colman Domingo, Nia Long… div#left-block-articles > div.display-card > div.w-display-card-content > h5.display-card-title
Bob Odenkirk's New John Wick Replacement Sets Streaming Release Date After Unde… div.hub-vertical-list > div.display-card > div.w-display-card-content > h5.display-card-title
This X-Files Theory May Explain 1 of the Biggest Mysteries Surrounding the Show… 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
Input buttons have discernible text.
Form elements have associated labels
`[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
Links are distinguishable without relying on color.
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 type="image">` elements have `[alt]` text
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