Skip to content
https://myanimelist.net

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
55
GRADE
D
FIX
5
REVIEW
5
PASS
3
INFO
0
Checks
13
3 PASS 5 REVIEW 5 FIX
D
Landmark Structure
Action
1 landmarks
FIX
1 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Warning::
No <nav> landmark found
Info::
No banner (header) 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!) MAIN (missing!) CONTENTINFO footer

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

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
Alt Text Quality
Action
9 of 78 images have issues
FIX
9 of 78 images have issues
Critical::
9 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Critical::
9 image-in-link without alt text
An image inside a link with no alt creates an empty link.
Info::
69 image(s) with good alt text
78 images 69 good alt text 9 missing
IssueCount
missing9 image(s)

Images without alt text are invisible to screen readers.

Why this matters

Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.

Learn more

WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.

Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report

An image inside a link with no alt creates an empty link.

Why this matters

Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.

Learn more

An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.

Source: WCAG 2.1 SC 2.4.4

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::
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
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
0 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
C
Form Accessibility
Action
3 of 3 controls have issues
REVIEW
3 of 3 controls have issues
Critical::
2 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <select name="type" id="topSearchValue">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="search" name="topkeyword" id="topSearchText">
3 controls
0 labeled
1 placeholder only
2 unlabeled
ControlTypeLabelMethod
#topSearchTextsearch(Search Anime, Manga, and more...)placeholder only
#topSearchValueselect(none)none
#g-recaptcha-response-100000textarea(none)none

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

<select name="type" id="topSearchValue">; <textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">

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="search" name="topkeyword" id="topSearchText">

Why this matters

Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.

Learn more

Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).

Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman

B
Favicon & Branding
11 icon(s) detected
REVIEW
11 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
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'>.
Info::
SVG favicon detected — scales perfectly to any size
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Missing
SVG Favicon Present
Manifest Icons Present
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, 17 fail WCAG AA
REVIEW

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

3 pass 17 fail WCAG AA
h1 Welcome to MyAnimeList.net!
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
32px · bottom of viewport
h2 Latest Updated Episode Videos
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Most Popular Anime Trailers
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Anime & Manga News
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Recent Anime Discussions
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Latest Anime Reviews
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Latest Anime Recommendations
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Top Airing Anime
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Top Upcoming Anime
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
24px · bottom of viewport
h2 Most Popular Anime
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
24px · bottom of viewport
h3 Top Anime
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Top Airing Anime
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Most Popular Characters
1.86:1
#000000
on
#363B42
needs 3.0:1 (large text)
19px · bottom of viewport
title MyAnimeList.net - Anime and Manga Databa…
2.52:1
#000000
on
#564B4F
needs 4.5:1 (normal text)
16px · top of page (header area) · over background image/gradient
span We value your privacy
2.47:1
#000000
on
#444D5E
needs 4.5:1 (normal text)
16px · top of page (header area) · over background image/gradient
div We and our
2.14:1
#000000
on
#384458
needs 4.5:1 (normal text)
16px · top of page (header area) · over background image/gradient
button partners
3.07:1
#000000
on
#555B65
needs 4.5:1 (normal text)
16px · top of page (header area)

3 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
h1 Welcome to MyAnimeLi…1.86:13.0:1
#000000
#363B42
Fail
h2 Latest Updated Episo…1.86:13.0:1
#000000
#363B42
Fail
h2 Most Popular Anime T…1.86:13.0:1
#000000
#363B42
Fail
h2 Anime & Manga News1.86:13.0:1
#000000
#363B42
Fail
h2 Recent Anime Discuss…1.86:13.0:1
#000000
#363B42
Fail
h2 Latest Anime Reviews1.86:13.0:1
#000000
#363B42
Fail
h2 Latest Anime Recomme…1.86:13.0:1
#000000
#363B42
Fail
h2 Top Airing Anime1.86:13.0:1
#000000
#363B42
Fail
h2 Top Upcoming Anime1.86:13.0:1
#000000
#363B42
Fail
h2 Most Popular Anime1.86:13.0:1
#000000
#363B42
Fail
h3 Top Anime1.86:13.0:1
#000000
#363B42
Fail
h3 Top Airing Anime1.86:13.0:1
#000000
#363B42
Fail
h3 Most Popular Charact…1.86:13.0:1
#000000
#363B42
Fail
title MyAnimeList.net - An…2.52:14.5:1
#000000
#564B4F
Fail
span We value your privac…2.47:14.5:1
#000000
#444D5E
Fail
div We and our2.14:14.5:1
#000000
#384458
Fail
button partners3.07:14.5:1
#000000
#555B65
Fail
div store and/or access …21.00:14.5:1
#000000
#FFFFFF
Pass
span MORE OPTIONS21.00:14.5:1
#000000
#FFFFFF
Pass
span DISAGREE21.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.

C
Lighthouse Accessibility Audits
Action
Score 78/100 — 5 failing, 21 passed
REVIEW
78

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
Hide Ads div.header-inner > div.header-toolbar > span.btn-mal-service-outer > a.btn-mal-service
More div.content > div.content-main > div.header2 > a.btn-header
Apr 1, 4:22 PM by Kineta div.announcements > a.list-unit > div.update > span.di-ib
2261 replies div.announcements > a.list-unit > div.update > span.di-ib
Mar 30, 9:51 PM by Kineta div.announcements > a.list-unit > div.update > span.di-ib
566 replies div.announcements > a.list-unit > div.update > span.di-ib
More div.content > div.content-main > div.header2 > a.btn-header
More div.content > div.content-main > div.header2 > a.btn-header
9 hours ago by Naitik7897 div.di-t > div.di-tc > div.update > span.di-ib
0 comments div.di-t > div.di-tc > div.update > span.di-ib
10 hours ago by Syureria div.di-t > div.di-tc > div.update > span.di-ib
0 comments div.di-t > div.di-tc > div.update > span.di-ib
Apr 17, 4:17 AM by Naitik7897 div.di-t > div.di-tc > div.update > span.di-ib
5 comments div.di-t > div.di-tc > div.update > span.di-ib
Apr 17, 3:23 AM by nirererin div.di-t > div.di-tc > div.update > span.di-ib
6 comments div.di-t > div.di-tc > div.update > span.di-ib
Apr 15, 6:53 PM by DatRandomDude div.di-t > div.di-tc > div.update > span.di-ib
2 comments div.di-t > div.di-tc > div.update > span.di-ib
More div.content > div.content-main > div.header2 > a.btn-header
More div.content > div.content-main > div.header2 > a.btn-header
More div.content > div.content-main > div.header2 > a.btn-header
More div.content > div.content-main > div.header2 > a.btn-header
More div.content > div.content-main > div.header2 > a.btn-header
More div.content > div.content-main > div.header2 > a.btn-header
More div.content > div.content-main > div.header2 > a.btn-header
8 minutes ago by dreamingneon div.forums > a.list-unit > div.update > span.di-ib
24 replies div.forums > a.list-unit > div.update > span.di-ib
8 minutes ago by valico div.forums > a.list-unit > div.update > span.di-ib
30 replies div.forums > a.list-unit > div.update > span.di-ib
8 minutes ago by MightyHawk div.forums > a.list-unit > div.update > span.di-ib
4 replies div.forums > a.list-unit > div.update > span.di-ib
13 minutes ago by dreamingneon div.forums > a.list-unit > div.update > span.di-ib
18 replies div.forums > a.list-unit > div.update > span.di-ib
20 minutes ago by Supersonic_Pain div.forums > a.list-unit > div.update > span.di-ib
56 replies div.forums > a.list-unit > div.update > span.di-ib
More div.content > div.content-main > div.header2 > a.btn-header
by MAL_editing_team |2,818 views div.di-t > div.di-tc > div.pt8 > div.info
by MAL_editing_team |16,484 views div.di-t > div.di-tc > div.pt8 > div.info
by MAL_editing_team |26,834 views div.di-t > div.di-tc > div.pt8 > div.info
by MAL_editing_team |46,209 views div.di-t > div.di-tc > div.pt8 > div.info

These are opportunities to improve the legibility of your content.

Names and labels

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
a.list-unit > div.di-t > span.di-tc > img a.list-unit > div.di-t > span.di-tc > img
a.list-unit > div.di-t > span.di-tc > img a.list-unit > div.di-t > span.di-tc > img
a.list-unit > div.di-t > span.di-tc > img a.list-unit > div.di-t > span.di-tc > img
body.sp > div.kVwNpRmQxHtBjYcL-nvwtus > a.anchor_image > img.ga-impression body.sp > div.kVwNpRmQxHtBjYcL-nvwtus > a.anchor_image > img.ga-impression

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.content > div.text-ribbon > div.ac > a.js-close-button div.content > div.text-ribbon > div.ac > a.js-close-button
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-watch-status ul.slider-container > li.slider > div > a.icon-watch-status
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
ul.slider-container > li.slider > div > a.icon-favorite ul.slider-container > li.slider > div > a.icon-favorite
body.sp > div.kVwNpRmQxHtBjYcL-nvwtus > a.anchor_image body.sp > div.kVwNpRmQxHtBjYcL-nvwtus > a.anchor_image

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

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

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
div.content > div.text-ribbon > div.ac > a.js-close-button div.content > div.text-ribbon > div.ac > a.js-close-button
Tongari Boushi no Atelier li.slider > div > h3 > a.title-wrap
Yi Jian Du Zun li.slider > div > h3 > a.title-wrap
Zeri Feisheng li.slider > div > h3 > a.title-wrap
Shingeki no Kyojin ul.slider-container > li.slider > div > a.thumb
Shingeki no Kyojin li.slider > div > h3 > a.title-wrap
Fullmetal Alchemist: Brotherhood ul.slider-container > li.slider > div > a.thumb
Steel Ball Run: JoJo no Kimyou na Bouken ul.slider-container > li.slider > div > a.thumb
Re:Zero kara Hajimeru Isekai Seikatsu 4th Season ul.slider-container > li.slider > div > a.thumb
One Piece ul.slider-container > li.slider > div > a.thumb
Lelouch Lamperouge ul.slider-container > li.slider > div > a.thumb
Luffy Monkey D. ul.slider-container > li.slider > div > a.thumb
Levi ul.slider-container > li.slider > div > a.thumb
Levi li.slider > div > h3 > a.title-wrap
L Lawliet ul.slider-container > li.slider > div > a.thumb
L Lawliet li.slider > div > h3 > a.title-wrap
Zoro Roronoa ul.slider-container > li.slider > div > a.thumb
Zoro Roronoa li.slider > div > h3 > a.title-wrap
Hiroshi Kamiya ul.slider-container > li.slider > div > a.thumb
Hiroshi Kamiya li.slider > div > h3 > a.title-wrap
Kana Hanazawa ul.slider-container > li.slider > div > a.thumb
Mamoru Miyano ul.slider-container > li.slider > div > a.thumb
Yuuki Kaji ul.slider-container > li.slider > div > a.thumb
Yuuki Kaji li.slider > div > h3 > a.title-wrap
Hayao Miyazaki ul.slider-container > li.slider > div > a.thumb
Hayao Miyazaki li.slider > div > h3 > a.title-wrap

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
Buttons have an accessible name
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
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 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
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
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+
Heading Hierarchy
113 headings
PASS
113 headings
Info::
Single H1 present
  • H1 Welcome to MyAnimeList.net!
  • H2 Spring 2026 Anime
  • H3 Tongari Boushi no Atelier
  • H3 Re:Zero kara Hajimeru Isekai Seikatsu 4th Season
  • H3 Youkoso Jitsuryoku Shijou Shugi no Kyoushitsu e 4th Season: 2-nensei-hen 1 Gakki
  • H3 Tensei shitara Slime Datta Ken 4th Season
  • H3 Yomi no Tsugai
  • H3 Otonari no Tenshi-sama ni Itsunomanika Dame Ningen ni Sareteita Ken 2
  • H3 Dr. Stone: Science Future Part 3
  • H3 Tsue to Tsurugi no Wistoria Season 2
  • H3 Marriagetoxin
  • H3 Class de 2-banme ni Kawaii Onnanoko to Tomodachi ni Natta
  • H3 Honzuki no Gekokujou: Shisho ni Naru Tame ni wa Shudan wo Erandeiraremasen - Ryoushu no Youjo
  • H3 Mairimashita! Iruma-kun 4th Season
  • H3 Dorohedoro Season 2
  • H3 Koori no Jouheki
  • H3 Himekishi wa Barbaroi no Yome
  • H3 Isekai Nonbiri Nouka 2
  • H3 Otaku ni Yasashii Gal wa Inai!?
  • H3 Liar Game
  • H3 Saikyou no Ousama, Nidome no Jinsei wa Nani wo Suru? Season 2
  • H3 Shunkashuutou Daikousha: Haru no Mai
  • H2 Latest Updated Episode Videos
  • H3 Sousou no Frieren 2nd Season
  • H3 InuYasha: Kanketsu-hen
  • H3 InuYasha
  • H3 Yarinaoshi Reijou wa Ryuutei Heika wo Kouryakuchuu
  • H3 Jidou Hanbaiki ni Umarekawatta Ore wa Meikyuu wo Samayou 2nd Season
  • H3 Fate/strange Fake
  • H3 Aldnoah.Zero: Ame no Danshou - The Penultimate Truth
  • H3 Aldnoah.Zero (Re+)
  • H3 Aldnoah.Zero
  • H2 Most Popular Anime Trailers
  • H3 Shingeki no Kyojin
  • H3 Death Note
  • H3 Fullmetal Alchemist: Brotherhood
  • H3 One Punch Man
  • H3 Kimetsu no Yaiba
  • H3 Boku no Hero Academia
  • H3 Sword Art Online
  • H3 Hunter x Hunter (2011)
  • H3 Tokyo Ghoul
  • H3 Jujutsu Kaisen
  • H3 Kimi no Na wa.
  • H3 Shingeki no Kyojin Season 2
  • H3 Steins;Gate
  • H3 Naruto: Shippuuden
  • H3 Boku no Hero Academia 2nd Season
  • H3 One Piece
  • H3 Shingeki no Kyojin Season 3
  • H3 Koe no Katachi
  • H3 Shingeki no Kyojin Season 3 Part 2
  • H3 No Game No Life
  • H3 Re:Zero kara Hajimeru Isekai Seikatsu
  • H3 Shigatsu wa Kimi no Uso
  • H3 Boku no Hero Academia 3rd Season
  • H3 Toradora!
  • H3 Mob Psycho 100
  • H3 Noragami
  • H3 Boku dake ga Inai Machi
  • H3 Shingeki no Kyojin: The Final Season
  • H3 Akame ga Kill!
  • H3 Ansatsu Kyoushitsu
  • H2 Anime & Manga News
  • H3 Additional Cast for 'Tongari Boushi no Atelier' Announced
  • H3 'Koko wa Ore ni Makasete Saki ni Ike to Itte kara 10-nen ga Tattara Densetsu ni Natteita.' Announces Additional Cast
  • H3 'Sayonara Lara' Unveils Additional Cast, Opening Theme, Second Promo
  • H3 Manga 'Pen to Wappa to Jijitsukon' Gets TV Anime
  • H2 Recent Anime Discussions
  • H3 Which anime characters would you classify as iconic / legendary?
  • H3 Do you still discover anime from youtubers?
  • H3 Do you increase score if OP and ED are bangers?
  • H3 free legal anime streaming muse asia is getting killed by crunchyroll?
  • H2 Latest Anime Reviews
  • H3 Toujima Tanzaburou wa Kamen Rider ni Naritai
  • H3 Shingeki no Kyojin: The Final Season
  • H3 Code Geass: Hangyaku no Lelouch
  • H3 Takunomi.
  • H2 Latest Anime Recommendations
  • H3 100-man no Inochi no Ue ni Ore wa Tatteiru
  • H3 Fumetsu no Anata e
  • H3 Ginga Eiyuu Densetsu: Die Neue These - Kaikou
  • H3 Nippon Sangoku
  • H3 Ginga Eiyuu Densetsu
  • H3 Nippon Sangoku
  • H3 Naruto
  • H3 Marriagetoxin
  • H2 Top Airing Anime
  • H3 Steel Ball Run: JoJo no Kimyou na Bouken
  • H3 Re:Zero kara Hajimeru Isekai Seikatsu 4th Season
  • H3 One Piece
  • H3 Tongari Boushi no Atelier
  • H3 Chiikawa
  • H2 Top Upcoming Anime
  • H3 Youjo Senki II
  • H3 Mushoku Tensei III: Isekai Ittara Honki Dasu
  • H3 Dandadan 3rd Season
  • H3 Kage no Jitsuryokusha ni Naritakute! Movie: Zankyou-hen
  • H3 Dungeon Meshi 2nd Season
  • H2 Most Popular Anime
  • H3 Shingeki no Kyojin
  • H3 Death Note
  • H3 Fullmetal Alchemist: Brotherhood
  • H3 One Punch Man
  • H3 Kimetsu no Yaiba
  • H3 Boku no Hero Academia
  • H3 Sword Art Online
  • H3 Hunter x Hunter (2011)
  • H3 Naruto
  • H3 Tokyo Ghoul
  • H3 MoreTop Anime
  • H3 MoreTop Airing Anime
  • H3 MoreMost Popular Characters
A
404 Error Page
HTTP 404, custom page
PASS
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
Info::
Search form present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title 404 Not Found - MyAnimeList.net Custom Styling Navigation Homepage Link Search Form
A
Web Manifest
PWA-ready
PASS
PWA-ready
Info::
Meets PWA install criteria
Info::
Name present: MyAnimeList
Info::
192x192 icon present
Info::
512x512 icon present
Info::
Display mode: standalone
PWA Install Criteria Installable
Name MyAnimeList 192×192 icon 512×512 icon Start URL ./?_location=homescreen Display Mode standalone
Name MyAnimeList Display Mode standalone Icons 8 icon(s)
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback