Skip to content
https://animenewsnetwork.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
46
GRADE
F
FIX
8
REVIEW
3
PASS
2
INFO
0
Checks
13
2 PASS 3 REVIEW 8 FIX
D
Landmark Structure
Action
9 landmarks
FIX
9 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
9 <nav> landmark(s) found
Warning::
9 of 9 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Info::
No banner (header) landmark
Info::
No contentinfo (footer) landmark
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 (missing!) NAV MAIN (missing!) CONTENTINFO (missing!)

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Learn more

The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.

Source: WAI-ARIA / WCAG 2.4.1

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

F
Form Accessibility
Action
17 of 19 controls have issues
FIX
17 of 19 controls have issues
Critical::
4 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="submit">; <input type="submit">; <input type="submit">; <input type="submit">
Warning::
13 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text" name="l">; <input type="password" name="p">; <input type="email" name="email">; <input type="text" name="q">; <input type="text" name="q">; <input type="text" name="q">; <input type="text" name="q">; <input type="text" name="anime">; <input type="text" name="q">; <input type="text" name="q"> (+3 more)
Info::
2 control(s) properly labeled
19 controls
2 labeled
13 placeholder only
4 unlabeled
ControlTypeLabelMethod
remembercheckboxnone
remembercheckboxnone
ltext(Username or Email)placeholder only
emailemail(Email (we'll send a sign-in key))placeholder only
qtext(Search)placeholder only
qtext(Search anime)placeholder only
qtext(Search manga)placeholder only
qtext(Search people)placeholder only
animetext(Search releases)placeholder only
qtext(Search companies)placeholder only
qtext(Search lexicon)placeholder only
ltext(Username or Email)placeholder only
ppassword(Password)placeholder only
ppassword(Password)placeholder only
emailemail(Email (we'll send a sign-in key))placeholder only
inputsubmit(none)none
inputsubmit(none)none
inputsubmit(none)none
inputsubmit(none)none

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

<input type="submit">; <input type="submit">; <input type="submit">; <input type="submit">

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="l">; <input type="password" name="p">; <input type="email" name="email">; <input type="text" name="q">; <input type="text" name="q">; <input type="text" name="q">; <input type="text" name="q">; <input type="text" name="anime">; <input type="text" name="q">; <input type="text" name="q"> (+3 more)

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

F
Favicon & Branding
Action
1 icon(s) detected
FIX
1 icon(s) detected
Info::
favicon.ico present at site root
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
favicon.ico Present
PNG Icons Missing
Apple Touch Missing
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Missing
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
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

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::
9 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 9 <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
Heading Hierarchy
177 headings
REVIEW
177 headings
Critical::
No H1 heading found
Every page should have one H1 that describes the page content.
  • H4 News chronological archives
  • H4 Convention reports chronological archives
  • H4 Newsfeed
  • H4 Interest chronological archives
  • H4 Press Releases chronological archives
  • H4 Features chronological archives
  • H4 Reviews alphabetical archives
  • H4 Columns chronological archives
  • H4 Newtype... chronological archives
  • H4 Everything chronological archives
  • H4 Spring 2026 current season
  • H4 Anime Spotlight
  • H4 Spring 2026 Preview Guide
  • H4 Daily Streaming Reviews
  • H4 Anime
  • H4 Manga
  • H4 People
  • H4 Releases
  • H4 Companies
  • H4 Lexicon
  • H4 Tools
  • H4 Forum Categories
  • H4 Forums
  • H4 Forum Information
  • H4 Public
  • H4 Subscribers
  • H4 Personal
  • H4 Help
  • H2 Studio Ghibli Animates 'Majo no Tani no Yoru' Short for Ghibli Park
  • H2 Spring 2026 Manga Guide
  • H2 Gundam Character Designer Yoshikazu Yasuhiko Talks Venus Wars, New Projects, and AI Art
  • H3 Tune In to the Midnight Heart Anime Series Review
  • H3 Manga Author Keiko Takemiya Talks Toward the Terra and Its Deeper Meanings
  • H3 How to Hold Someone in Your Heart Novel Review
  • H3 This Week in Anime - Does Social Media Ruin Everything?
  • H3 This Week in Mobile Games - Anni(versary), Are You OK?
  • H3 You Can't Be In a Rom-Com with Your Childhood Friends! Anime Series Review
  • H3 Answerman - Is Donghua Becoming Popular in the West?
  • H3 Ariana and the Elder Codex Game Review
  • H3 'The One Piece is Real,' An Interview with Reese Alexiades from The Savannah Bananas
  • H2 Top News
  • H3 Antiquarian Bookshop Biblia Mystery Novels Get TV Anime in 2027
  • H3 The Diary of a Middle-Aged Sage's Carefree Life in Another World Novels Get Anime
  • H3 Toei Entertainment Studio Launches Game Brand
  • H3 Visual Arts Company Unveils New Visual Novel Brand With 3 Games
  • H2 Wednesday, April 22
  • H3 The Maid I Admire Looks Good with a Cigarette Manga Ends
  • H3 Doro no Kuni Manga Ends in Next Chapter on May 19
  • H3 Detective Conan: Fallen Angel of the Highway Anime Film Stays at #1, 2026 Doraemon Film Drops to #4
  • H3 Live-Action Blue Lock Film Unveils More Cast, New Trailer
  • H3 Tomohiro Yagi Launches New Hitoner Manga
  • H3 My Wife Has No Emotion Author Jirō Sugiura Launches New Kamibiki no Monarch Manga
  • H3 AnimEigo Reveals Hotori: Simply Wishing for Hope Anime's English Dub Trailer, June 9 BD Release
  • H3 Anime Central Hosts Music Producers/Performers Taku Takahashi, Hidefumi Kenmochi, kors K, BANVOX, Souichi Terada
  • H3 Cupid Parasite Game Gets PC Release
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 Tune In to the Midnight Heart Anime Series Review
  • H3 Chainsaw Man: Reze Arc Stage Play Reveals Cast, Trailer, Dates
  • H3 Watch & Rate Today's Episodes
  • H3 My Boyfriend in Orange Manga Ends in Next Chapter
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 2nd That Time I Got Reincarnated as a Slime Film's Trailer Previews Action
  • H3 Manga Author Keiko Takemiya Talks Toward the Terra and Its Deeper Meanings
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 MARRIAGETOXIN ‒ Episode 3
  • H3 Love Unseen Beneath the Clear Night Sky Anime's 2nd Video Reveals Musical Composer, Ending Song, July 6 Debut
  • H3 Trapped in a Dating Sim 2 Anime's 1st Promo Video Unveils July Debut
  • H2 Tuesday, April 21
  • H3 Kadokawa's Game Magazine Subsidiary Partly Pays for Employees' Games
  • H3 Antiquarian Bookshop Biblia Mystery Novels Get TV Anime in 2027
  • H3 The Diary of a Middle-Aged Sage's Carefree Life in Another World Novels Get Anime
  • H3 Towa Ōshima's Kimi ga Loafer o Haitara Enters Climax in 5th Volume
  • H3 Banjō Saitō's Genkai! Oshikatsu Densetsu Yoshio Manga Ends With 8th Volume
  • H3 Yona of the Dawn Manga Exceeds 16 Million Copies Worldwide
  • H3 Actor Rif Hutton Dies At 73
  • H3 Marriage Toxin Anime Reveals English Dub Cast
  • H3 Abrams ComicArts' Kana Licenses Satoshi Morie's 'My Dear, A Mystery For You' Manga
  • H3 MAO ‒ SEASON PREMIERE
  • H3 My Hero Academia Concert World Tour Announces U.S. Tour Dates
  • H3 Netflix Streams Akane-banashi Anime With English Dub/Sub on May 17
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 Kodansha House, Anime Expo Host Blue Lock, Witch Hat Atelier Manga Creators
  • H3 How to Hold Someone in Your Heart Novel Review
  • H3 Ryuya Suzuki's Debut Feature Anime Film Jinsei Reveals English-Subtitled Trailer, June 5 U.S. Debut
  • H3 Animated Devil May Cry Show's 2nd Season Unveils New Trailer, Key Art
  • H3 Watch & Rate Today's Episodes
  • H3 Splatoon Raiders Game's Trailer Reveals July 23 Release
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 This Week in Anime - Does Social Media Ruin Everything?
  • H3 Titan Manga Reveals English Previews of Record Journey, High Elf with a Long Life Manga
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 Rooster Fighter ‒ Episode 6
  • H3 Watch & Rate Today's Episodes
  • H3 This Week in Mobile Games - Anni(versary), Are You OK?
  • H3 Sanrio Unveils 1st Game Brand With Sanrio Party Land Game
  • H3 Nippon Sangoku Anime Casts Ryōta Takeuchi, Shunsuke Takeuchi
  • H3 Witch Hat Atelier ‒ Episode 4
  • H3 Toei Entertainment Studio Launches Game Brand
  • H3 Visual Arts Company Unveils New Visual Novel Brand With 3 Games
  • H3 I Became a Legend After My 10 Year-Long Last Stand Anime Unveils 3 Cast Members
  • H2 Monday, April 20
  • H3 My Dress-Up Darling's Marin Kitagawa Is Now a Racing Queen
  • H3 Studio Ghibli Animates 'Majo no Tani no Yoru' Short for Ghibli Park
  • H3 Live-Action Gundam Film Announces More Cast
  • H3 2nd Kingdom Stage Play Casts Chihiro Yamamoto
  • H3 Former Chainsaw Man Editor Announces New Manga Platform
  • H3 Pragmata Game Sells Over 1 Million Units Worldwide in 1st 2 Days
  • H3 Beast of Reincarnation Game Streams Pre-Order Trailer
  • H3 The Klutzy Class Monitor and the Girl with the Short Skirt, Liar Game Anime Reveal English Dub Cast, Apri 20 Premiere
  • H3 You Can't Be In a Rom-Com with Your Childhood Friends! Anime Series Review
  • H3 Kirio Fan Club Anime Reveals 2 New Cast Members
  • H3 Answerman - Is Donghua Becoming Popular in the West?
  • H3 Nippon Sangoku The Three Nations of the Crimson Sun ‒ SEASON PREMIERE
  • H3 Watch & Rate Today's Episodes
  • H3 Live-Action Elden Ring Film Reveals Cast, March 2028 Premiere
  • H3 Daemons of the Shadow Realm ‒ SEASON PREMIERE
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 Wistoria: Wand and Sword Season 2 ‒ SEASON PREMIERE
  • H3 Takaaki Hayashi Launches New Baki Gaiden Manga in May
  • H3 Akane-banashi ‒ Episode 3
  • H3 Cannes' Annecy Animation Showcase to Feature dwarf studios' Hidari Stop-Motion Samurai Film, Takayuki Hirao's Wasted Chef Anime Film
  • H3 Journal with Witch Anime Wins March's Galaxy Award
  • H3 Sora Launches New Fantasy Romance Manga
  • H3 Aki Kusaka Launches New Manga on May 20
  • H3 Ayano Takeda's 'Sono Hi, Akane wa Sora o Tonda' Novel Gets Manga
  • H3 Nezumi's First Love Manga Enters Final Arc in Next Chapter
  • H3 Nikumaru's Kōshiki Furin Manga Ends in 3 Chapters
  • H3 World's End Harem: Fantasia Spinoff Manga Ends on April 26
  • H3 ChaO Anime Film Earns US$112,000 in U.S. Box Office
  • H2 Sunday, April 19
  • H3 Wit Studio Animates 2nd Orangestar Song for Music Video
  • H3 'Go for It, Nakamura!' Anime Casts Yō Taichi
  • H3 Dragon Ball Xenoverse 2 Game Gets 'Future Saga Chapter 4' DLC in Summer
  • H3 Dragon Ball: Sparking! Zero Game Gets New 'Super Limit Breaking NEO' DLC
  • H3 Dragon Ball Xenoverse 3 Game Announced
  • H3 Dragon Ball Super: Beerus Anime's New Trailer Teases Frieza's Return
  • H3 Needy Girl Overdose ‒ SEASON PREMIERE
  • H3 Watch & Rate Today's Episodes
  • H3 Ariana and the Elder Codex Game Review
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 Agents of the Four Seasons: Dance of Spring ‒ SEASON PREMIERE
  • H3 Watch & Rate Today's Episodes
  • H3 Chainsaw Man Ranks #1 on Bookscan's March Adult Graphic Novel List in U.S.
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 Ramparts of Ice ‒ SEASON PREMIERE
  • H3 Watch & Rate Today's Episodes
  • H3 Adult Manga Publisher FAKKU Addresses Payment Processor Issues, Investigates Additional Payment Options
  • H3 Ascendance of a Bookworm Part 3: Adopted Daughter of an Archduke ‒ SEASON PREMIERE
  • H3 Mission: Yozakura Family Anime Season 2 Casts Yume Miyamoto
  • H3 Chainsaw Man, Jujutsu Kaisen, More Manga Rank on NYT April Bestseller List
  • H3 'The One Piece is Real,' An Interview with Reese Alexiades from The Savannah Bananas
  • H3 Welcome to Demon School, Iruma-kun Season 4 ‒ SEASON PREMIERE
  • H3 Jujutsu Kaisen Ranks #1 on Bookscan's February Adult Graphic Novel List in U.S.
  • H3 Watch & Rate Today's Episodes
  • H3 Japanese Animation TV Ranking, April 6-12
  • H3 Japan's Video Game Rankings, April 6-12
  • H3 Watch & Rate Today's Episodes
  • H3 Korea Cartoonists Association to Hold Webtoon Forum on Cyberbullying, Mental Health
  • H3 Watch & Rate Today's Episodes
  • H3 Watch & Rate Today's Episodes
  • H3 'Covet the Scholar, Princess' Webtoon Confirmed for Live-Action Adaptation
  • H3 Granblue Fantasy: Relink - Endless Ragnarok Game Launches Open Beta Test Next Week
  • H3 MediaOCD Adds Urusei Yatsura Movies, Fatal Frame Live-Action, Black Rock Shooter Anime, More Titles to Discotek Deep Dives Project
  • H3 Return of the Blossoming Blade Webtoon Resumes With Season 3
  • H3 Watch & Rate Today's Episodes

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

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 Not found - Anime News Network Custom Styling Navigation Homepage Link Search Form
B
Lighthouse Accessibility Audits
Score 81/100 — 5 failing, 18 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.

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
Apr 21, 23:14 div.wrap > div > div.byline > time
Apr 21, 21:00 div.wrap > div > div.byline > time
Apr 22, 18:00 div.wrap > div > div.byline > time
Apr 22, 17:30 div.wrap > div > div.byline > time
Apr 22, 17:00 div.wrap > div > div.byline > time
Apr 22, 16:30 div.wrap > div > div.byline > time
Apr 22, 16:00 div.wrap > div > div.byline > time
Apr 22, 15:30 div.wrap > div > div.byline > time
Apr 22, 15:00 div.wrap > div > div.byline > time
Apr 22, 14:31 div.wrap > div > div.byline > time
Apr 22, 13:00 div.wrap > div > div.byline > time
STREAMING NOW div.herald > div.thumbnail > div.overlay > div.category
Apr 22, 13:00 div.wrap > div > div.byline > time
REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 22, 12:00 div.wrap > div > div.byline > time
Apr 22, 12:00 div.wrap > div > div.byline > time
Apr 22, 11:00 div.wrap > div > div.byline > time
Apr 22, 09:14 div.wrap > div > div.byline > time
Apr 22, 09:00 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 22, 07:30 div.wrap > div > div.byline > time
Apr 22, 06:32 div.wrap > div > div.byline > time
Apr 22, 04:01 div.wrap > div > div.byline > time
Apr 21, 23:59 div.wrap > div > div.byline > time
Apr 21, 23:14 div.wrap > div > div.byline > time
Apr 21, 21:00 div.wrap > div > div.byline > time
Apr 21, 20:00 div.wrap > div > div.byline > time
Apr 21, 19:00 div.wrap > div > div.byline > time
Apr 21, 18:00 div.wrap > div > div.byline > time
Apr 21, 17:00 div.wrap > div > div.byline > time
Apr 21, 16:30 div.wrap > div > div.byline > time
Apr 21, 16:00 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 21, 15:30 div.wrap > div > div.byline > time
Apr 21, 15:30 div.wrap > div > div.byline > time
Apr 21, 13:30 div.wrap > div > div.byline > time
STREAMING NOW div.herald > div.thumbnail > div.overlay > div.category
Apr 21, 13:05 div.wrap > div > div.byline > time
Apr 21, 12:31 div.wrap > div > div.byline > time
REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 21, 12:00 div.wrap > div > div.byline > time
Apr 21, 11:00 div.wrap > div > div.byline > time
Apr 21, 11:00 div.wrap > div > div.byline > time
Apr 21, 10:51 div.wrap > div > div.byline > time
COLUMN div.herald > div.thumbnail > div.overlay > div.category
Apr 21, 10:00 div.wrap > div > div.byline > time
Apr 21, 10:00 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 21, 09:30 div.wrap > div > div.byline > time
COLUMN div.herald > div.thumbnail > div.overlay > div.category
Apr 21, 09:00 div.wrap > div > div.byline > time
Apr 21, 08:48 div.wrap > div > div.byline > time
Apr 21, 08:34 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 21, 08:30 div.wrap > div > div.byline > time
Apr 21, 05:55 div.wrap > div > div.byline > time
Apr 21, 05:32 div.wrap > div > div.byline > time
Apr 21, 04:30 div.wrap > div > div.byline > time
Apr 20, 23:59 div.wrap > div > div.byline > time
Apr 20, 21:14 div.wrap > div > div.byline > time
Apr 20, 20:37 div.wrap > div > div.byline > time
Apr 20, 17:00 div.wrap > div > div.byline > time
Apr 20, 16:30 div.wrap > div > div.byline > time
Apr 20, 15:00 div.wrap > div > div.byline > time
Apr 20, 14:00 div.wrap > div > div.byline > time
Apr 20, 13:00 div.wrap > div > div.byline > time
REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 20, 12:00 div.wrap > div > div.byline > time
Apr 20, 12:00 div.wrap > div > div.byline > time
COLUMN div.herald > div.thumbnail > div.overlay > div.category
Apr 20, 11:44 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 20, 11:30 div.wrap > div > div.byline > time
STREAMING NOW div.herald > div.thumbnail > div.overlay > div.category
Apr 20, 11:00 div.wrap > div > div.byline > time
Apr 20, 10:40 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 20, 10:30 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 20, 09:30 div.wrap > div > div.byline > time
Apr 20, 09:15 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 20, 08:30 div.wrap > div > div.byline > time
Apr 20, 08:00 div.wrap > div > div.byline > time
Apr 20, 07:36 div.wrap > div > div.byline > time
Apr 20, 07:20 div.wrap > div > div.byline > time
Apr 20, 05:05 div.wrap > div > div.byline > time
Apr 20, 04:35 div.wrap > div > div.byline > time
Apr 20, 04:05 div.wrap > div > div.byline > time
Apr 20, 03:39 div.wrap > div > div.byline > time
Apr 20, 02:47 div.wrap > div > div.byline > time
Apr 20, 02:14 div.wrap > div > div.byline > time
Apr 19, 23:59 div.wrap > div > div.byline > time
Apr 19, 23:01 div.wrap > div > div.byline > time
Apr 19, 20:36 div.wrap > div > div.byline > time
Apr 19, 20:30 div.wrap > div > div.byline > time
Apr 19, 19:22 div.wrap > div > div.byline > time
Apr 19, 19:15 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 19, 12:30 div.wrap > div > div.byline > time
STREAMING NOW div.herald > div.thumbnail > div.overlay > div.category
Apr 19, 12:10 div.wrap > div > div.byline > time
GAME REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 19, 12:00 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 19, 11:30 div.wrap > div > div.byline > time
Apr 19, 11:15 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 19, 10:30 div.wrap > div > div.byline > time
Apr 19, 10:15 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 19, 09:30 div.wrap > div > div.byline > time
Apr 19, 09:25 div.wrap > div > div.byline > time
Apr 19, 09:15 div.wrap > div > div.byline > time
Apr 19, 09:00 div.wrap > div > div.byline > time
EP. REVIEW div.herald > div.thumbnail > div.overlay > div.category
Apr 19, 08:30 div.wrap > div > div.byline > time
Apr 19, 08:15 div.wrap > div > div.byline > time
Apr 19, 06:15 div.wrap > div > div.byline > time
Apr 19, 05:15 div.wrap > div > div.byline > time
Apr 19, 04:15 div.wrap > div > div.byline > time
Apr 19, 03:15 div.wrap > div > div.byline > time
Apr 19, 02:15 div.wrap > div > div.byline > time
Apr 19, 01:15 div.wrap > div > div.byline > time
Apr 19, 00:15 div.wrap > div > div.byline > time
All material Copyright © Anime News Network LLC. All rights reserved. served by… div#page > div#canvas > div.middle-area > div#footer
Copyright div#canvas > div.middle-area > div#footer > a
served by moeka-chan div#canvas > div.middle-area > div#footer > small

These are opportunities to improve the legibility of your content.

Names and labels

Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div > div#tyche_trendi_video_container > div#tyche_trendi_video > iframe#zIframe_tyche_trendi_video div > div#tyche_trendi_video_container > div#tyche_trendi_video > iframe#zIframe_tyche_trendi_video

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.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a
div.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a
div.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a
div.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a
div.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a
div.right > div.actionable > div.header-button > a div.right > div.actionable > div.header-button > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a
div.mainfeed-section > div.herald > div.thumbnail > a div.mainfeed-section > div.herald > div.thumbnail > a

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
3 comments div.thumbnail > div.overlay > div.comments > a
1 comment div.thumbnail > div.overlay > div.comments > a
1 comment div.thumbnail > div.overlay > div.comments > a
1 comment div.thumbnail > div.overlay > div.comments > a
15 comments div.thumbnail > div.overlay > div.comments > a
3 comments div.thumbnail > div.overlay > div.comments > a
3 comments div.thumbnail > div.overlay > div.comments > a
1 comment div.thumbnail > div.overlay > div.comments > a
1 comment div.thumbnail > div.overlay > div.comments > a
1 comment div.thumbnail > div.overlay > div.comments > a
1 comment div.thumbnail > div.overlay > div.comments > a
7 comments div.thumbnail > div.overlay > div.comments > a
13 comments div.thumbnail > div.overlay > div.comments > a
1 comment div.thumbnail > div.overlay > div.comments > a
25 comments div.thumbnail > div.overlay > div.comments > a
12 comments div.thumbnail > div.overlay > div.comments > a
4 comments div.thumbnail > div.overlay > div.comments > a
1 comment div.thumbnail > div.overlay > div.comments > a
52 comments div.thumbnail > div.overlay > div.comments > a
3 comments div.thumbnail > div.overlay > div.comments > a
3 comments div.thumbnail > div.overlay > div.comments > a
7 comments div.thumbnail > div.overlay > div.comments > a
11 comments div.thumbnail > div.overlay > div.comments > a
3 comments div.thumbnail > div.overlay > div.comments > a
5 comments div.thumbnail > div.overlay > div.comments > a
8 comments div.thumbnail > div.overlay > div.comments > a
35 comments div.thumbnail > div.overlay > div.comments > a
2 comments div.thumbnail > div.overlay > div.comments > a
10 comments div.thumbnail > div.overlay > div.comments > a
4 comments div.thumbnail > div.overlay > div.comments > a
2 comments div.thumbnail > div.overlay > div.comments > a
2 comments div.thumbnail > div.overlay > div.comments > a
4 comments div.thumbnail > div.overlay > div.comments > a
17 comments div.thumbnail > div.overlay > div.comments > a
8 comments div.thumbnail > div.overlay > div.comments > a
6 comments div.thumbnail > div.overlay > div.comments > a
4 comments div.thumbnail > div.overlay > div.comments > a
22 comments div.thumbnail > div.overlay > div.comments > a
15 comments div.thumbnail > div.overlay > div.comments > a
2 comments div.thumbnail > div.overlay > div.comments > a
1 comment div.thumbnail > div.overlay > div.comments > a
4 comments div.thumbnail > div.overlay > div.comments > a
13 comments div.thumbnail > div.overlay > div.comments > a

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html.skin-mode-0 html.skin-mode-0

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-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
Buttons have an accessible name
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-hidden="true"]` elements do not contain focusable descendents
Document has a `<title>` element
`<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
Heading elements appear in a sequentially-descending order
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
`[aria-*]` attributes match their roles
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements use only permitted ARIA attributes
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
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
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.
A+
Alt Text Quality
All 16 images OK
PASS
All 16 images OK
Info::
16 decorative image(s) correctly marked
16 images 16 decorative
All images have appropriate alt text.
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

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

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 Studio Ghibli Animat…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Spring 2026 Manga Gu…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Character Designer Y…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Top News21.00:13.0:1
#000000
#FFFFFF
Pass
title Anime News Network21.00:14.5:1
#000000
#FFFFFF
Pass
span USA &21.00:14.5:1
#000000
#FFFFFF
Pass
span Canada21.00:14.5:1
#000000
#FFFFFF
Pass
li World21.00:14.5:1
#000000
#FFFFFF
Pass
li USA & Canada21.00:14.5:1
#000000
#FFFFFF
Pass
li Australia & New-Zeal…21.00:14.5:1
#000000
#FFFFFF
Pass
li India21.00:14.5:1
#000000
#FFFFFF
Pass
li Southeast Asia21.00:14.5:1
#000000
#FFFFFF
Pass
li Français21.00:14.5:1
#000000
#FFFFFF
Pass
div Login21.00:14.5:1
#000000
#FFFFFF
Pass
a forgot it?21.00:14.5:1
#000000
#FFFFFF
Pass
label remember me21.00:14.5:1
#000000
#FFFFFF
Pass
div Login with Facebook21.00:14.5:1
#000000
#FFFFFF
Pass
div Login with Twitter21.00:14.5:1
#000000
#FFFFFF
Pass
div Register21.00:14.5:1
#000000
#FFFFFF
Pass
div No account yet?21.00:14.5:1
#000000
#FFFFFF
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.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback