Crunchyrollcrunchyroll.com
Accessibility Score
Issues Found
Issues Found
SeriousARIA dialog and alertdialog nodes should have an accessible name1 element
Screen reader users cannot identify the purpose of role="dialog" or role="alertdialog" elements without an accessible name. This leaves users confused about what dialog they've encountered and what it contains.
Failing Elements
<div tabindex="-1" role="dialog" class="content-wrapper--MF5LS">
Fix any of the following:
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
Serious<svg> elements with an img role must have alternative text1 element
SVG images need text alternatives so their information can be accessed through any sensory modality - visual, auditory, or tactile. Text alternatives enable screen readers to convert visual information into speech or braille, support future translation into sign language, and ensure content is accessible regardless of a user's sensory abilities.
Failing Elements
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" role="img">
Fix any of the following:
- Element has no child that is a title
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
SeriousElements should not have tabindex greater than zero1 element
Using tabindex values greater than 0 creates unexpected tab orders that disorient users. It makes elements appear to be skipped when users tab past them, requires setting tabindex on every element to maintain order, and forces all tabindex items to be visited before any normal elements, breaking natural navigation flow.
Failing Elements
<button aria-label="Please be alert to potential phishing attempts. Crunchyroll will never ask for your personal information via email or SMS." tabindex="1" class="button--xqVd0 button--is-type-one--3uIzT" data-t="grant-anonymous-consent-btn" type="button">
Fix any of the following:
- Element has a tabindex greater than 0
ModerateZooming and scaling must not be disabled1 element
Setting user-scalable="no" or maximum-scale less than 2 prevents people with low vision from zooming to read content. Users who enlarge text in their browsers are blocked from making content readable, violating accessibility guidelines that require supporting at least 200% zoom.
Failing Elements
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0">
Fix any of the following:
- user-scalable on <meta> tag disables zooming on mobile devices
ModerateAll page content should be contained by landmarks2 elements
Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.
Failing Elements
<h1 class="heading--nKNOf heading--is-l--zGnGW heading--is-family-type-one--GqBzU error-title">Something Went Wrong</h1>
Fix any of the following:
- Some page content is not contained by landmarks
<p class="text--gq6o- text--is-regular--M4487 text--is-xl---ywR- error-subtitle">These things happen. Please try again later.</p>
Fix any of the following:
- Some page content is not contained by landmarks
Passed Audits
<html> element must have a lang attribute1 element
Screen readers need language information to switch between pronunciation libraries. Without a specified language, screen readers default to the user's preferred language, resulting in incorrect pronunciation that sounds like a strange accent and makes content difficult or impossible to understand.
Audit Elements
<html lang="en" dir="ltr">
<html> element must have a valid value for the lang attribute1 element
Screen readers use language-specific sound libraries for proper pronunciation. Invalid language attributes cause screen readers to use the wrong library, making text sound like a confusing accent or completely unintelligible, especially for multilingual users who access content in multiple languages.
Audit Elements
<html lang="en" dir="ltr">
<li> elements must be contained in a <ul> or <ol>5 elements
Lists require proper semantic hierarchy with ul or ol parent elements and li child elements. This structure allows screen readers to announce when users enter a list, how many items it contains, and which item they're currently on, providing essential context for understanding the content.
Audit Elements
<li class="footer-link-wrapper">
<li class="footer-link-wrapper">
<li class="footer-link-wrapper"><button data-t="footer-cookie-consent-tool" class="cr-footer-item"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Cookie Consent Tool</span></button></li>
<li class="footer-link-wrapper">
<li class="footer-link-wrapper">
<ul> and <ol> must only directly contain <li>, <script> or <template> elements1 element
Lists must contain only li elements as direct children (besides non-content elements like script or style). When other content elements appear within ul or ol tags, screen readers cannot properly inform users they're listening to list items, breaking the expected list navigation experience.
Audit Elements
<ul class="footer-links-section">
All page content should be contained by landmarks58 elements
Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.
Audit Elements
<div id="root">
<div class="cr-main-layout">
<header class="cr-header">
<div class="cr-horizontal-wrapper header-content">
<a aria-label="Crunchyroll homepage" tabindex="0" data-t="link-anchor" href="https://www.crunchyroll.com/discover" class="header-logo" alt="Crunchyroll logo linking to homepage — Watch Anime Anytime, Anywhere">
<div class="header-controls"></div>
<div class="erc-anonymous-consent">
<div tabindex="-1" role="dialog" class="content-wrapper--MF5LS">
<p class="text--gq6o- text--is-regular--M4487 text--is-xl---ywR- anonymous-consent-description">
<button aria-label="Please be alert to potential phishing attempts. Crunchyroll will never ask for your personal information via email or SMS." tabindex="1" class="button--xqVd0 button--is-type-one--3uIzT" data-t="grant-anonymous-consent-btn" type="button">
Showing first 10 of 58 audited elements.
Alternative text of images should not be repeated as text1 element
Duplicating alternative text adjacent to an image or link forces screen readers to announce the same information twice. This redundancy is unnecessary and confusing, especially when image buttons repeat their labels in nearby text.
Audit Elements
<img srcset="https://static.crunc..." src="https://static.crunc..." alt="" class="error-illustration-i...">
ARIA attributes must be used as specified for the element's role11 elements
Using ARIA attributes where they're not expected causes unpredictable behavior in assistive technologies. Following the ARIA specification ensures that screen readers and other tools can properly interpret and communicate your content's meaning to people with disabilities.
Audit Elements
<a aria-label="Crunchyroll homepage" tabindex="0" data-t="link-anchor" href="https://www.crunchyroll.com/discover" class="header-logo" alt="Crunchyroll logo linking to homepage — Watch Anime Anytime, Anywhere">
<button aria-label="Please be alert to potential phishing attempts. Crunchyroll will never ask for your personal information via email or SMS." tabindex="1" class="button--xqVd0 button--is-type-one--3uIzT" data-t="grant-anonymous-consent-btn" type="button">
<a aria-label="" tabindex="0" data-t="link-anchor" class="buttons-group__item--ThNEA" href="https://help.crunchyroll.com/hc/en-us">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one-weak--KLvCX" data-t="contact-us-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Contact Us</span></button>
<a aria-label="" tabindex="0" data-t="return-home-link" class="buttons-group__item--ThNEA" href="https://www.crunchyroll.com/discover">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one--3uIzT" data-t="return-home-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Return Home</span></button>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/tos" target="_blank" rel="noreferrer" data-t="footer-terms-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Terms of Service</span></a>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/privacy" target="_blank" rel="noreferrer" data-t="footer-privacy-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Privacy Policy</span></a>
<a aria-label="" tabindex="0" href="https://www.sonypictures.com/corp/privacy.html#section11B" target="_blank" rel="noreferrer" data-t="footer-ad-choice" class="cr-footer-item"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">AdChoices</span></a>
<a aria-label="" tabindex="0" href="https://privacyportal-cdn.onetrust.com/dsarwebform/d19e506f-1a64-463d-94e4-914dd635817d/b9eb997c-9ede-451b-8fd4-29891782a928.html" target="_blank" rel="noreferrer" data-t="footer-do-not-sell" class="cr-footer-item footer-link-icon">
Showing first 10 of 11 audited elements.
ARIA attributes must conform to valid names11 elements
Misspelled or non-existent ARIA attributes cannot perform their intended accessibility function. Assistive technologies rely on correctly spelled, current ARIA attributes to convey proper user interface behaviors and structural information to people with disabilities.
Audit Elements
<a aria-label="Crunchyroll homepage" tabindex="0" data-t="link-anchor" href="https://www.crunchyroll.com/discover" class="header-logo" alt="Crunchyroll logo linking to homepage — Watch Anime Anytime, Anywhere">
<button aria-label="Please be alert to potential phishing attempts. Crunchyroll will never ask for your personal information via email or SMS." tabindex="1" class="button--xqVd0 button--is-type-one--3uIzT" data-t="grant-anonymous-consent-btn" type="button">
<a aria-label="" tabindex="0" data-t="link-anchor" class="buttons-group__item--ThNEA" href="https://help.crunchyroll.com/hc/en-us">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one-weak--KLvCX" data-t="contact-us-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Contact Us</span></button>
<a aria-label="" tabindex="0" data-t="return-home-link" class="buttons-group__item--ThNEA" href="https://www.crunchyroll.com/discover">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one--3uIzT" data-t="return-home-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Return Home</span></button>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/tos" target="_blank" rel="noreferrer" data-t="footer-terms-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Terms of Service</span></a>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/privacy" target="_blank" rel="noreferrer" data-t="footer-privacy-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Privacy Policy</span></a>
<a aria-label="" tabindex="0" href="https://www.sonypictures.com/corp/privacy.html#section11B" target="_blank" rel="noreferrer" data-t="footer-ad-choice" class="cr-footer-item"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">AdChoices</span></a>
<a aria-label="" tabindex="0" href="https://privacyportal-cdn.onetrust.com/dsarwebform/d19e506f-1a64-463d-94e4-914dd635817d/b9eb997c-9ede-451b-8fd4-29891782a928.html" target="_blank" rel="noreferrer" data-t="footer-do-not-sell" class="cr-footer-item footer-link-icon">
Showing first 10 of 11 audited elements.
ARIA attributes must conform to valid values10 elements
ARIA attributes must contain correctly spelled values that match the attribute's expected options. Invalid values prevent the accessibility feature from working, making content inaccessible to assistive technology users who depend on these attributes for navigation and interaction.
Audit Elements
<a aria-label="Crunchyroll homepage" tabindex="0" data-t="link-anchor" href="https://www.crunchyroll.com/discover" class="header-logo" alt="Crunchyroll logo linking to homepage — Watch Anime Anytime, Anywhere">
<button aria-label="Please be alert to potential phishing attempts. Crunchyroll will never ask for your personal information via email or SMS." tabindex="1" class="button--xqVd0 button--is-type-one--3uIzT" data-t="grant-anonymous-consent-btn" type="button">
<a aria-label="" tabindex="0" data-t="link-anchor" class="buttons-group__item--ThNEA" href="https://help.crunchyroll.com/hc/en-us">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one-weak--KLvCX" data-t="contact-us-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Contact Us</span></button>
<a aria-label="" tabindex="0" data-t="return-home-link" class="buttons-group__item--ThNEA" href="https://www.crunchyroll.com/discover">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one--3uIzT" data-t="return-home-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Return Home</span></button>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/tos" target="_blank" rel="noreferrer" data-t="footer-terms-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Terms of Service</span></a>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/privacy" target="_blank" rel="noreferrer" data-t="footer-privacy-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Privacy Policy</span></a>
<a aria-label="" tabindex="0" href="https://www.sonypictures.com/corp/privacy.html#section11B" target="_blank" rel="noreferrer" data-t="footer-ad-choice" class="cr-footer-item"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">AdChoices</span></a>
<a aria-label="" tabindex="0" href="https://privacyportal-cdn.onetrust.com/dsarwebform/d19e506f-1a64-463d-94e4-914dd635817d/b9eb997c-9ede-451b-8fd4-29891782a928.html" target="_blank" rel="noreferrer" data-t="footer-do-not-sell" class="cr-footer-item footer-link-icon">
ARIA commands must have an accessible name1 element
Screen reader users cannot determine the purpose of interactive elements with role="link", role="button", or role="menuitem" that lack an accessible name. Without a name, these controls are essentially invisible to assistive technology users.
Audit Elements
<div role="button" aria-label="Language" tabindex="0" class="dropdown-trigger--P--FX dropdown-trigger--is-styled--Q3nCd select-trigger--is-type-filled--4DySC trigger" aria-haspopup="listbox" aria-expanded="false" data-t="language-select-trigger" ...>
ARIA hidden element must not be focusable or contain focusable elements2 elements
Elements with aria-hidden="true" are removed from the accessibility API but remain keyboard-focusable, creating confusion about their visibility state. When users tab to these hidden elements, screen readers stay silent, leaving users unaware of what they've focused on or why nothing is being announced.
Audit Elements
<svg class="header-logo-symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 303 52" data-t="crunchyroll-horizontal-svg" aria-hidden="true" role="img">
<svg class="dropdown-trigger__icon--yrLaj down-arrow-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" data-t="dropdown-svg" aria-hidden="true" role="img"><path d="M7 10h10l-5 5z"></path></svg>
ARIA role should be appropriate for the element6 elements
Invalid ARIA role and HTML element combinations can break accessibility for entire sections of your application. When roles are used incorrectly, assistive technologies may report confusing or nonsensical information to users, making it impossible for them to understand and interact with the interface properly.
Audit Elements
<svg class="header-logo-symbol" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 303 52" data-t="crunchyroll-horizontal-svg" aria-hidden="true" role="img">
<div tabindex="-1" role="dialog" class="content-wrapper--MF5LS">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" role="img">
<div class="dropdown--cacSP cr-language-select footer-language-select" role="presentation">
<div role="button" aria-label="Language" tabindex="0" class="dropdown-trigger--P--FX dropdown-trigger--is-styled--Q3nCd select-trigger--is-type-filled--4DySC trigger" aria-haspopup="listbox" aria-expanded="false" data-t="language-select-trigger" ...>
<svg class="dropdown-trigger__icon--yrLaj down-arrow-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" data-t="dropdown-svg" aria-hidden="true" role="img"><path d="M7 10h10l-5 5z"></path></svg>
ARIA roles used must conform to valid values4 elements
Invalid ARIA role values prevent assistive technologies from understanding and communicating the element's purpose to users. Without valid roles, screen readers cannot provide information about the element's features, properties, or how users should interact with it.
Audit Elements
<div tabindex="-1" role="dialog" class="content-wrapper--MF5LS">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" role="img">
<div class="dropdown--cacSP cr-language-select footer-language-select" role="presentation">
<div role="button" aria-label="Language" tabindex="0" class="dropdown-trigger--P--FX dropdown-trigger--is-styled--Q3nCd select-trigger--is-type-filled--4DySC trigger" aria-haspopup="listbox" aria-expanded="false" data-t="language-select-trigger" ...>
aria-hidden="true" must not be present on the document body1 element
Setting <body aria-hidden="true" hides all page content from assistive technologies while leaving it visible on screen. This creates a confusing experience where keyboard users can still tab to elements, but screen readers remain completely silent, providing no information about what's focused.
Audit Elements
<body>
Banner landmark should not be contained in another landmark1 element
Banner landmarks must be top-level to effectively designate the header portion of the page. Nested banner landmarks fail to provide the structural information screen reader users need to navigate efficiently through the page layout.
Audit Elements
<header class="cr-header">
Buttons must have discernible text4 elements
Screen reader users cannot determine the purpose of buttons without an accessible name. Without a name, users don't know what action the button will perform when activated.
Audit Elements
<button aria-label="Please be alert to potential phishing attempts. Crunchyroll will never ask for your personal information via email or SMS." tabindex="1" class="button--xqVd0 button--is-type-one--3uIzT" data-t="grant-anonymous-consent-btn" type="button">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one-weak--KLvCX" data-t="contact-us-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Contact Us</span></button>
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one--3uIzT" data-t="return-home-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Return Home</span></button>
<button data-t="footer-cookie-consent-tool" class="cr-footer-item"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Cookie Consent Tool</span></button>
Contentinfo landmark should not be contained in another landmark1 element
The contentinfo landmark must be at the top level to help screen reader users quickly navigate to footer information. When nested inside another landmark, it becomes harder to find, defeating its purpose of providing quick access to content information.
Audit Elements
<footer class="cr-footer">
Deprecated ARIA roles must not be used4 elements
Deprecated ARIA roles are not recognized by modern screen readers and assistive technologies. Using outdated roles means some users cannot access essential information or functionality on your site.
Audit Elements
<div tabindex="-1" role="dialog" class="content-wrapper--MF5LS">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" role="img">
<div class="dropdown--cacSP cr-language-select footer-language-select" role="presentation">
<div role="button" aria-label="Language" tabindex="0" class="dropdown-trigger--P--FX dropdown-trigger--is-styled--Q3nCd select-trigger--is-type-filled--4DySC trigger" aria-haspopup="listbox" aria-expanded="false" data-t="language-select-trigger" ...>
Document should have one main landmark1 element
Every page should have exactly one main landmark that identifies the primary content. Without a main landmark, screen reader users must navigate through all content linearly to find what they're looking for, making page navigation difficult and time-consuming.
Audit Elements
<html lang="en" dir="ltr">
Document should not have more than one banner landmark1 element
Multiple banner landmarks force screen reader users to sort through duplicate options to find header information. Each page should have only one banner landmark to enable quick, predictable navigation to the header without overwhelming users with unnecessary choices.
Audit Elements
<header class="cr-header">
Document should not have more than one contentinfo landmark1 element
Multiple contentinfo landmarks force screen reader users to sort through extra options to find footer information. Each page should have only one content info landmark to enable quick, predictable navigation without overwhelming users with duplicate structural markers.
Audit Elements
<footer class="cr-footer">
Documents must have <title> element to aid in navigation1 element
The page title is the first thing screen reader users hear when loading a page. Without a descriptive, unique title, users must read through the entire page to understand its contents and purpose, wasting valuable time on every page visit.
Audit Elements
<html lang="en" dir="ltr">
Elements marked as presentational should be consistently ignored1 element
Elements with role="none" or role="presentation" should be removed from the accessibility tree. Adding global ARIA attributes or making these elements focusable prevents their removal, leaving them accessible to screen readers when they should be ignored, creating unexpected and confusing behavior.
Audit Elements
<img srcset="https://static.crunc..." src="https://static.crunc..." alt="" class="error-illustration-i...">
Elements must meet minimum color contrast ratio thresholds12 elements
People with low vision or color blindness cannot read text that lacks sufficient contrast with its background. With nearly three times more people having low vision than total blindness, and 8% of men and 0.4% of women having color deficiencies, adequate contrast is essential for making text readable to millions of users.
Audit Elements
<span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Continue</span>
<h1 class="heading--nKNOf heading--is-l--zGnGW heading--is-family-type-one--GqBzU error-title">Something Went Wrong</h1>
<p class="text--gq6o- text--is-regular--M4487 text--is-xl---ywR- error-subtitle">These things happen. Please try again later.</p>
<span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Contact Us</span>
<span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Return Home</span>
<span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Terms of Service</span>
<span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Privacy Policy</span>
<span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Cookie Consent Tool</span>
<span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">AdChoices</span>
<span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">
Showing first 10 of 12 audited elements.
Elements must only use permitted ARIA attributes11 elements
Using prohibited ARIA attributes prevents important information from reaching assistive technology users. It also causes assistive technologies to behave inconsistently as they attempt to compensate for the error.
Audit Elements
<a aria-label="Crunchyroll homepage" tabindex="0" data-t="link-anchor" href="https://www.crunchyroll.com/discover" class="header-logo" alt="Crunchyroll logo linking to homepage — Watch Anime Anytime, Anywhere">
<button aria-label="Please be alert to potential phishing attempts. Crunchyroll will never ask for your personal information via email or SMS." tabindex="1" class="button--xqVd0 button--is-type-one--3uIzT" data-t="grant-anonymous-consent-btn" type="button">
<a aria-label="" tabindex="0" data-t="link-anchor" class="buttons-group__item--ThNEA" href="https://help.crunchyroll.com/hc/en-us">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one-weak--KLvCX" data-t="contact-us-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Contact Us</span></button>
<a aria-label="" tabindex="0" data-t="return-home-link" class="buttons-group__item--ThNEA" href="https://www.crunchyroll.com/discover">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one--3uIzT" data-t="return-home-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Return Home</span></button>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/tos" target="_blank" rel="noreferrer" data-t="footer-terms-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Terms of Service</span></a>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/privacy" target="_blank" rel="noreferrer" data-t="footer-privacy-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Privacy Policy</span></a>
<a aria-label="" tabindex="0" href="https://www.sonypictures.com/corp/privacy.html#section11B" target="_blank" rel="noreferrer" data-t="footer-ad-choice" class="cr-footer-item"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">AdChoices</span></a>
<a aria-label="" tabindex="0" href="https://privacyportal-cdn.onetrust.com/dsarwebform/d19e506f-1a64-463d-94e4-914dd635817d/b9eb997c-9ede-451b-8fd4-29891782a928.html" target="_blank" rel="noreferrer" data-t="footer-do-not-sell" class="cr-footer-item footer-link-icon">
Showing first 10 of 11 audited elements.
Elements must only use supported ARIA attributes11 elements
Using ARIA attributes in roles where they're not allowed can disable accessibility for entire sections of your application. Invalid attribute-role combinations create conflicts that cause assistive technologies to report incorrect or nonsensical information about your interface.
Audit Elements
<a aria-label="Crunchyroll homepage" tabindex="0" data-t="link-anchor" href="https://www.crunchyroll.com/discover" class="header-logo" alt="Crunchyroll logo linking to homepage — Watch Anime Anytime, Anywhere">
<button aria-label="Please be alert to potential phishing attempts. Crunchyroll will never ask for your personal information via email or SMS." tabindex="1" class="button--xqVd0 button--is-type-one--3uIzT" data-t="grant-anonymous-consent-btn" type="button">
<a aria-label="" tabindex="0" data-t="link-anchor" class="buttons-group__item--ThNEA" href="https://help.crunchyroll.com/hc/en-us">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one-weak--KLvCX" data-t="contact-us-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Contact Us</span></button>
<a aria-label="" tabindex="0" data-t="return-home-link" class="buttons-group__item--ThNEA" href="https://www.crunchyroll.com/discover">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one--3uIzT" data-t="return-home-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Return Home</span></button>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/tos" target="_blank" rel="noreferrer" data-t="footer-terms-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Terms of Service</span></a>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/privacy" target="_blank" rel="noreferrer" data-t="footer-privacy-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Privacy Policy</span></a>
<a aria-label="" tabindex="0" href="https://www.sonypictures.com/corp/privacy.html#section11B" target="_blank" rel="noreferrer" data-t="footer-ad-choice" class="cr-footer-item"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">AdChoices</span></a>
<a aria-label="" tabindex="0" href="https://privacyportal-cdn.onetrust.com/dsarwebform/d19e506f-1a64-463d-94e4-914dd635817d/b9eb997c-9ede-451b-8fd4-29891782a928.html" target="_blank" rel="noreferrer" data-t="footer-do-not-sell" class="cr-footer-item footer-link-icon">
Showing first 10 of 11 audited elements.
Elements should not have tabindex greater than zero11 elements
Using tabindex values greater than 0 creates unexpected tab orders that disorient users. It makes elements appear to be skipped when users tab past them, requires setting tabindex on every element to maintain order, and forces all tabindex items to be visited before any normal elements, breaking natural navigation flow.
Audit Elements
<a aria-label="Crunchyroll homepage" tabindex="0" data-t="link-anchor" href="https://www.crunchyroll.com/discover" class="header-logo" alt="Crunchyroll logo linking to homepage — Watch Anime Anytime, Anywhere">
<div tabindex="-1" role="dialog" class="content-wrapper--MF5LS">
<a aria-label="" tabindex="0" data-t="link-anchor" class="buttons-group__item--ThNEA" href="https://help.crunchyroll.com/hc/en-us">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one-weak--KLvCX" data-t="contact-us-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Contact Us</span></button>
<a aria-label="" tabindex="0" data-t="return-home-link" class="buttons-group__item--ThNEA" href="https://www.crunchyroll.com/discover">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one--3uIzT" data-t="return-home-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Return Home</span></button>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/tos" target="_blank" rel="noreferrer" data-t="footer-terms-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Terms of Service</span></a>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/privacy" target="_blank" rel="noreferrer" data-t="footer-privacy-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Privacy Policy</span></a>
<a aria-label="" tabindex="0" href="https://www.sonypictures.com/corp/privacy.html#section11B" target="_blank" rel="noreferrer" data-t="footer-ad-choice" class="cr-footer-item"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">AdChoices</span></a>
<a aria-label="" tabindex="0" href="https://privacyportal-cdn.onetrust.com/dsarwebform/d19e506f-1a64-463d-94e4-914dd635817d/b9eb997c-9ede-451b-8fd4-29891782a928.html" target="_blank" rel="noreferrer" data-t="footer-do-not-sell" class="cr-footer-item footer-link-icon">
Showing first 10 of 11 audited elements.
Heading levels should only increase by one1 element
Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.
Audit Elements
<h1 class="heading--nKNOf heading--is-l--zGnGW heading--is-family-type-one--GqBzU error-title">Something Went Wrong</h1>
Headings should not be empty1 element
Screen readers announce headings to help users navigate page structure. Empty headings confuse users and prevent them from understanding the page's organization. Headings should only be used to convey structure, not for visual styling, and must contain accessible text that screen readers can announce.
Audit Elements
<h1 class="heading--nKNOf heading--is-l--zGnGW heading--is-family-type-one--GqBzU error-title">Something Went Wrong</h1>
Images must have alternative text1 element
Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.
Audit Elements
<img srcset="https://static.crunc..." src="https://static.crunc..." alt="" class="error-illustration-i...">
Interactive controls must not be nested6 elements
Nested interactive elements create empty tab stops where screen readers remain silent. When users tab to a focusable element inside another interactive control, they receive no information about its name, role, or state, creating a confusing and broken navigation experience.
Audit Elements
<button aria-label="Please be alert to potential phishing attempts. Crunchyroll will never ask for your personal information via email or SMS." tabindex="1" class="button--xqVd0 button--is-type-one--3uIzT" data-t="grant-anonymous-consent-btn" type="button">
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one-weak--KLvCX" data-t="contact-us-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Contact Us</span></button>
<button aria-label="" tabindex="0" class="button--xqVd0 button--is-type-one--3uIzT" data-t="return-home-button" type="button"><span class="call-to-action--PEidl call-to-action--is-m--RVdkI button__cta--LOqDH">Return Home</span></button>
<button data-t="footer-cookie-consent-tool" class="cr-footer-item"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Cookie Consent Tool</span></button>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" role="img">
<div role="button" aria-label="Language" tabindex="0" class="dropdown-trigger--P--FX dropdown-trigger--is-styled--Q3nCd select-trigger--is-type-filled--4DySC trigger" aria-haspopup="listbox" aria-expanded="false" data-t="language-select-trigger" ...>
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination2 elements
Each landmark on a page must have either a unique role or a unique accessible name. Duplicate landmarks confuse screen reader users about which section they're navigating to, making it difficult to efficiently move through the page structure.
Audit Elements
<header class="cr-header">
<footer class="cr-footer">
Links must have discernible text7 elements
Keyboard users and screen reader users can only interact with links that have accessible names and can receive focus. Without proper names, users don't know where links lead. Without keyboard focus, users who cannot use a mouse cannot activate the links at all.
Audit Elements
<a aria-label="Crunchyroll homepage" tabindex="0" data-t="link-anchor" href="https://www.crunchyroll.com/discover" class="header-logo" alt="Crunchyroll logo linking to homepage — Watch Anime Anytime, Anywhere">
<a aria-label="" tabindex="0" data-t="link-anchor" class="buttons-group__item--ThNEA" href="https://help.crunchyroll.com/hc/en-us">
<a aria-label="" tabindex="0" data-t="return-home-link" class="buttons-group__item--ThNEA" href="https://www.crunchyroll.com/discover">
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/tos" target="_blank" rel="noreferrer" data-t="footer-terms-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Terms of Service</span></a>
<a aria-label="" tabindex="0" href="//www.crunchyroll.com/privacy" target="_blank" rel="noreferrer" data-t="footer-privacy-link" class="cr-footer-item footer-link"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">Privacy Policy</span></a>
<a aria-label="" tabindex="0" href="https://www.sonypictures.com/corp/privacy.html#section11B" target="_blank" rel="noreferrer" data-t="footer-ad-choice" class="cr-footer-item"><span class="text--gq6o- text--is-regular--M4487 text--is-m--pqiL- footer-item-text">AdChoices</span></a>
<a aria-label="" tabindex="0" href="https://privacyportal-cdn.onetrust.com/dsarwebform/d19e506f-1a64-463d-94e4-914dd635817d/b9eb997c-9ede-451b-8fd4-29891782a928.html" target="_blank" rel="noreferrer" data-t="footer-do-not-sell" class="cr-footer-item footer-link-icon">
Page must have means to bypass repeated blocks1 element
Keyboard-only users must tab through all navigation and header content before reaching the main content, which can take several minutes and cause physical pain for users with motor limitations. Bypass mechanisms like skip links allow these users to jump directly to main content, saving time and reducing fatigue.
Audit Elements
<html lang="en" dir="ltr">
Page should contain a level-one heading1 element
Screen reader users use keyboard shortcuts to jump directly to the first h1, expecting to land at the main content. Without an h1 or with a misplaced one, users must listen to more of the page to understand its structure, wasting valuable time on every page visit.
Audit Elements
<html lang="en" dir="ltr">
Required ARIA attributes must be provided4 elements
ARIA widget roles need required attributes to describe their current state. Without these attributes, screen readers cannot communicate essential information like whether a checkbox is checked or a slider's current value, leaving users unable to interact effectively with the widget.
Audit Elements
<div tabindex="-1" role="dialog" class="content-wrapper--MF5LS">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 14" role="img">
<div class="dropdown--cacSP cr-language-select footer-language-select" role="presentation">
<div role="button" aria-label="Language" tabindex="0" class="dropdown-trigger--P--FX dropdown-trigger--is-styled--Q3nCd select-trigger--is-type-filled--4DySC trigger" aria-haspopup="listbox" aria-expanded="false" data-t="language-select-trigger" ...>
Users should be able to zoom and scale the text up to 500%1 element
The user-scalable="no" and restrictive maximum-scale parameters prevent people with low vision from zooming to read content. Users who rely on browser zoom to enlarge text are blocked from accessing content at a readable size, violating their need to scale pages up to 5x zoom.
Audit Elements
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0">