Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DFavicon & BrandingAction3 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 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
BHeading Hierarchy33 headings, 1 skip(s)REVIEW
- H1 (empty)
- H1 Does The Clayface Trailer Feature A Joker Easter Egg? An Investigation duplicate H1
- H3 DC's Clayface Movie Is Clearly Borrowing From One Of The Best Batman Stories Ever skipped
- H3 Clayface Trailer: DC Studios Has Made A Horror Movie Set In Batman's World
- H3 First Elden Ring A24 Movie Set Photos Reveal Kit Connor, Queen Marika
- H2 Latest Stories
- H3 The Clayface Trailer Reveals Batman's Gotham City For James Gunn's DC Universe
- H3 Why Starlight's Dad In The Boys Season 5 Looks So Familiar
- H3 First Elden Ring A24 Movie Set Photos Reveal Kit Connor, Queen Marika
- H3 Does The Clayface Trailer Feature A Joker Easter Egg? An Investigation
- H3 DC's Clayface Movie Is Clearly Borrowing From One Of The Best Batman Stories Ever
- H3 Clayface Trailer: DC Studios Has Made A Horror Movie Set In Batman's World
- H3 Andy Weir's Most Underrated Adaptation Is Streaming For Free On YouTube
- H3 Mark Ruffalo Strikes Again, Seemingly Reveals Big Spider-Man Spoiler
- H3 New Masters Of The Universe: Genesis Comic Book Will Reveal The Origins Of Skeletor And History Of Eternia [Exclusive]
- H3 The Boys Season 5 Has Revealed Homelander's Final Plan
- H3 10 Best Live-Action Marvel TV Shows, According To IMDb
- H3 First Coyote Vs Acme Trailer Has The Looney Tunes Rage Against Their Corporate Machine
- H3 Idris Elba's Star-Studded Revenge Western Streaming On Netflix Deserves Another Look
- H3 Daredevil: Born Again Season 2 Makes A Major Change To Jessica Jones
- H3 Fox Claimed Bones Wasn't A Big Hit To Avoid Properly Paying Its Creator And Stars
- H3 After Gilligan's Island, Alan Hale Jr. Appeared In One Of Clint Eastwood's Most Important Westerns
- H3 How Margaret Atwood Feels About Hulu's The Testaments Adaptation
- H3 Clint Eastwood Wishes More People Had Seen His Underrated World War II Movie
- H3 Ali Larter Probably Wants Us To Forget This Bizarre Musical She Made Before Landman
- H3 10 Worst TV Show Finales Of All Time, Ranked
- H3 The Pitt Star You Likely Forgot Was In Christopher Nolan's Tenet
- H3 Marshals Star Luke Grimes' Favorite Yellowstone Scene Makes Total Sense
- H3 This Rick Moranis Cult Classic Comedy Was Accidentally Based On A Shakespeare Play
- H3 One Of Disney's Biggest Flops Completely Ruined The Book It Adapted
- H3 The Mandalorian Season 4 Would Have Focused On A Beloved Star Wars Villain
- H3 The Pitt Season 2 Finale Ratings Prove The Show Is Bigger Than Ever (Despite Criticism)
- H3 Before Spider-Man, Tom Holland And Jon Bernthal Starred In This Overlooked 2017 Movie
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
CForm AccessibilityAction5 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #subnav-button-news | checkbox | (none) | none |
| #subnav-button-movies | checkbox | (none) | none |
| #subnav-button-television | checkbox | (none) | none |
| #subnav-button-reviews | checkbox | (none) | none |
| #subnav-button-exclusives | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="subnav-button-news">; <input type="checkbox" id="subnav-button-movies">; <input type="checkbox" id="subnav-button-television">; <input type="checkbox" id="subnav-button-reviews">; <input type="checkbox" id="subnav-button-exclusives">
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
CLink & Button QualityAction32 issue(s) across 229 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/slashfilm | new tab | Add '(opens in new tab)' to text | |
| https://x.com/slashfilm | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@SlashFilm | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/slashfilm | new tab | Add '(opens in new tab)' to text | |
| https://flipboard.com/@Slashfilm | new tab | Add '(opens in new tab)' to text | |
| /feed/ | RSS | new tab | Add '(opens in new tab)' to text |
| https://redcircle.com/shows/slashfilm-we… | Podcast | new tab | Add '(opens in new tab)' to text |
| https://subscribe.slashfilm.com/newslett… | Newsletter | new tab | Add '(opens in new tab)' to text |
| https://www.static.com/slashfilm-privacy… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.static.com/terms | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.static.com/ | Static Media | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/slashfilm | new tab | Add '(opens in new tab)' to text | |
| https://x.com/slashfilm | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@SlashFilm | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/slashfilm | new tab | Add '(opens in new tab)' to text | |
| https://flipboard.com/@Slashfilm | new tab | Add '(opens in new tab)' to text | |
| /feed/ | RSS | new tab | Add '(opens in new tab)' to text |
| https://redcircle.com/shows/slashfilm-we… | Podcast | new tab | Add '(opens in new tab)' to text |
| https://subscribe.slashfilm.com/newslett… | Newsletter | new tab | Add '(opens in new tab)' to text |
| /2154074/clayface-movie-trailer-joker-ea… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Clayface Movie Trailer Joker Easter Egg | |||
| /2154279/clayface-dc-movie-best-batman-s… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Clayface Dc Movie Best Batman Story Feat Of Clay | |||
| /2154829/clayface-2026-dc-studios-movie-… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Clayface 2026 Dc Studios Movie Trailer | |||
| /2154812/elden-ring-a24-movie-set-photos… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Elden Ring A24 Movie Set Photos Kit Connor Queen Marika | |||
| /2155006/clayface-trailer-batman-gotham-… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Clayface Trailer Batman Gotham City James Gunn Dc Universe | |||
| /2152633/the-boys-season-5-starlight-dad… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: The Boys Season 5 Starlight Dad Actor Tim Daly | |||
| /2154812/elden-ring-a24-movie-set-photos… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Elden Ring A24 Movie Set Photos Kit Connor Queen Marika | |||
| /2154074/clayface-movie-trailer-joker-ea… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Clayface Movie Trailer Joker Easter Egg | |||
| /2154279/clayface-dc-movie-best-batman-s… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Clayface Dc Movie Best Batman Story Feat Of Clay | |||
| /2154829/clayface-2026-dc-studios-movie-… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Clayface 2026 Dc Studios Movie Trailer | |||
| /2151111/andy-weir-adaptation-the-egg-st… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Andy Weir Adaptation The Egg Streaming Youtube Free | |||
| /2154686/mark-ruffalo-spider-man-spoiler… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Mark Ruffalo Spider Man Spoiler Venom | |||
| /2153404/masters-of-the-universe-genesis… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Masters Of The Universe Genesis Comic Exclusive | |||
| /2152070/the-boys-season-5-homelander-fi… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: The Boys Season 5 Homelander Final Plan Explained | |||
| /2150764/best-live-action-marvel-tv-show… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Best Live Action Marvel Tv Shows According Imdb | |||
| /2154432/coyote-vs-acme-trailer/ | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Coyote Vs Acme Trailer | |||
| /2150248/idris-elba-western-the-harder-t… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Idris Elba Western The Harder They Fall Streaming Netflix | |||
| /2153588/daredevil-born-again-season-2-j… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Daredevil Born Again Season 2 Jessica Jones Change Luke Cage Daughter | |||
| /2124648/fox-claimed-bones-not-big-hit-a… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Fox Claimed Bones Not Big Hit Avoid Paying Creator Star Emily Deschanel David Boreanaz | |||
| /2150662/gilligans-island-alan-hale-jr-c… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Gilligans Island Alan Hale Jr Clint Eastwood Western Hang Em High | |||
| /2153967/margaret-atwood-feelings-hulu-t… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Margaret Atwood Feelings Hulu The Testaments Adaptation | |||
| /2152336/clint-eastwood-wishes-people-se… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Clint Eastwood Wishes People Seen War Movie Letters From Iwo Jima | |||
| /2151095/landman-ali-larter-star-bollywo… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Landman Ali Larter Star Bollywood Hollywood Musical Marigold | |||
| /2149880/worst-tv-show-finales-ranked/ | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Worst Tv Show Finales Ranked | |||
| /2153856/the-pitt-fiona-dourif-christoph… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: The Pitt Fiona Dourif Christopher Nolan Tenet | |||
| /2137330/marshals-star-luke-grimes-favor… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Marshals Star Luke Grimes Favorite Yellowstone Scene First Shot | |||
| /2142382/rick-moranis-cult-classic-stran… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Rick Moranis Cult Classic Strange Brew Shakespeare Adpatation Hamlet | |||
| /2153158/disney-animated-flop-ruined-boo… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Disney Animated Flop Ruined Book Adapted Mars Needs Moms | |||
| /2153732/star-wars-the-mandalorian-seaso… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Star Wars The Mandalorian Season 4 Villain Grand Admiral Thrawn | |||
| /2153760/the-pitt-season-2-finale-rating… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: The Pitt Season 2 Finale Ratings Show Growth Criticism | |||
| /2149787/spider-man-brand-new-day-tom-ho… | Read More | generic text | Replace with descriptive text |
Before: Read More Suggested: Spider Man Brand New Day Tom Holland Jon Bernthal Historical Movie Pilgrimage | |||
| https://www.static.com/slashfilm-privacy… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://www.static.com/ | Static Media | new tab | Add '(opens in new tab)' to text |
| https://www.bgr.com/ | BGR | new tab | Add '(opens in new tab)' to text |
| https://www.chowhound.com/ | Chowhound | new tab | Add '(opens in new tab)' to text |
| https://www.cuteness.com/ | Cuteness | new tab | Add '(opens in new tab)' to text |
| https://www.explore.com/ | Explore | new tab | Add '(opens in new tab)' to text |
| https://www.foodie.com/ | Foodie | new tab | Add '(opens in new tab)' to text |
| https://www.foodrepublic.com/ | Food Republic | new tab | Add '(opens in new tab)' to text |
| https://www.gardenguides.com/ | Garden Guides | new tab | Add '(opens in new tab)' to text |
| https://www.glam.com/ | Glam | new tab | Add '(opens in new tab)' to text |
| https://www.grunge.com/ | Grunge | new tab | Add '(opens in new tab)' to text |
| https://www.healthdigest.com/ | Health Digest | new tab | Add '(opens in new tab)' to text |
| https://www.housedigest.com/ | House Digest | new tab | Add '(opens in new tab)' to text |
| https://www.hunker.com/ | Hunker | new tab | Add '(opens in new tab)' to text |
| https://www.islands.com/ | Islands | new tab | Add '(opens in new tab)' to text |
| https://www.jalopnik.com/ | Jalopnik | new tab | Add '(opens in new tab)' to text |
| https://www.looper.com/ | Looper | new tab | Add '(opens in new tab)' to text |
| https://www.mashed.com/ | Mashed | new tab | Add '(opens in new tab)' to text |
| https://www.moneydigest.com/ | Money Digest | new tab | Add '(opens in new tab)' to text |
| https://www.nickiswift.com/ | Nicki Swift | new tab | Add '(opens in new tab)' to text |
| https://www.outdoorguide.com/ | Outdoor Guide | new tab | Add '(opens in new tab)' to text |
| https://www.planetware.com/ | PlanetWare | new tab | Add '(opens in new tab)' to text |
| https://www.sciencing.com/ | Sciencing | new tab | Add '(opens in new tab)' to text |
| https://www.slashgear.com/ | SlashGear | new tab | Add '(opens in new tab)' to text |
| https://www.svg.com/ | SVG | new tab | Add '(opens in new tab)' to text |
| https://www.tastingtable.com/ | Tasting Table | new tab | Add '(opens in new tab)' to text |
| https://www.thedailymeal.com/ | The Daily Meal | new tab | Add '(opens in new tab)' to text |
| https://www.thelist.com/ | The List | new tab | Add '(opens in new tab)' to text |
| https://www.thetakeout.com/ | The Takeout | new tab | Add '(opens in new tab)' to text |
| https://www.tvline.com/ | TVLine | new tab | Add '(opens in new tab)' to text |
| https://www.women.com/ | Women | new tab | Add '(opens in new tab)' to text |
| https://www.wrestlinginc.com/ | Wrestling Inc. | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#
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
Generic link text like 'click here' doesn't describe the destination.
/2154074/clayface-movie-trailer-joker-easter-egg/ ("Read More"); /2154279/clayface-dc-movie-best-batman-story-feat-of-clay/ ("Read More"); /2154829/clayface-2026-dc-studios-movie-trailer/ ("Read More"); /2154812/elden-ring-a24-movie-set-photos-kit-connor-queen-marika/ ("Read More"); /2155006/clayface-trailer-batman-gotham-city-james-gunn-dc-universe/ ("Read More"); /2152633/the-boys-season-5-starlight-dad-actor-tim-daly/ ("Read More"); /2154812/elden-ring-a24-movie-set-photos-kit-connor-queen-marika/ ("Read More"); /2154074/clayface-movie-trailer-joker-easter-egg/ ("Read More"); /2154279/clayface-dc-movie-best-batman-story-feat-of-clay/ ("Read More"); /2154829/clayface-2026-dc-studios-movie-trailer/ ("Read More") (+21 more)
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/slashfilm; https://x.com/slashfilm; https://www.youtube.com/@SlashFilm; https://www.instagram.com/slashfilm; https://flipboard.com/@Slashfilm; /feed/; https://redcircle.com/shows/slashfilm-weekly; https://subscribe.slashfilm.com/newsletter?utm_source=slashfilm&utm_medium=si…; https://www.static.com/slashfilm-privacy-policy; https://www.static.com/terms (+41 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
BLighthouse Accessibility AuditsScore 85/100 — 4 failing, 19 passedREVIEW
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
BY DEVIN MEENAN article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
BY JEREMY MATHAI article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
BY RAFAEL MOTAMAYOR article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
BY RYAN SCOTT article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
4 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY DEVIN MEENAN article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
5 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY RAFAEL MOTAMAYOR article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
6 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY RYAN SCOTT article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
7 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY DEVIN MEENAN article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
7 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JEREMY MATHAI article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
7 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY WITNEY SEIBOLD article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
7 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JEREMY MATHAI article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
9 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY DEVIN MEENAN article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
10 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY DEVIN MEENAN article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
10 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY BEN F. SILVERIO article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
11 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY KIERAN FISHER article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
13 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY WITNEY SEIBOLD article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
15 HOURS AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY DEVIN MEENAN article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY WITNEY SEIBOLD article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JOE ROBERTS article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY NINA STARNER article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JOE ROBERTS article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JOE ROBERTS article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY SAM STONE article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY RYAN SCOTT article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JOE ROBERTS article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JEREMY SMITH article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY WITNEY SEIBOLD article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY RYAN SCOTT article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY NINA STARNER article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BY JEREMY SMITH article.article-block > div.article-description > div.more-article-info > span.author |
BY div.article-description > div.more-article-info > span.author > span.by |
1 DAY AGO article.article-block > div.article-description > div.more-article-info > span.timestamp |
BACK main#index > div.page-link-container > div.page-left-side > a#prev-page |
MORE FROM STATIC MEDIA div.holder > div#footer-bottom > div#footer-detail-container > div.more-label |
Information from your device can be used to personalize your ad experience.
Do… body.adthrive-device-phone > div.adthrive-comscore > div#adthrive-ccpa-link |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DC's Clayface Movie Is Clearly Borrowing From One Of The Best Batman Stories Ev… li.article-item > article.article-block > div.article-description > h3 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav#aside-nav > div.nav-top > div.logo > a.nav-opener nav#aside-nav > div.nav-top > div.logo > a.nav-opener |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
BGR div#footer-bottom > div#footer-detail-container > div.brand-links > a |
Foodie div#footer-bottom > div#footer-detail-container > div.brand-links > a |
PlanetWare div#footer-bottom > div#footer-detail-container > div.brand-links > a |
Tasting Table div#footer-bottom > div#footer-detail-container > div.brand-links > a |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 35 images OKPASS
| Issue | Count |
|---|---|
| too long | 2 image(s) |
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Latest Stories | 20.06:1 | 3.0:1 | #000000 | #F8FAFB | Pass |
| title /Film | Movie & TV N… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a NEWS | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Movie News | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a TV News | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a MOVIES | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Action and Adventure | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Animation | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Comedy | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Documentary | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Drama | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Fantasy | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a History | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Horror | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Thriller | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Romance | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Science Fiction | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Superhero | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Anime | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | Pass |
| a Cartoons | 20.06:1 | 4.5:1 | #000000 | #F8FAFB | 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.