Paramount+paramountplus.com
Accessibility Score
Issues Found
Issues Found
CriticalRequired ARIA attributes must be provided1 element
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.
Failing Elements
<button role="switch" type="button" tabindex="0" id="plans-switch" class="toggle-button"><span class="active">
Monthly
</span> <span class="">
Annual
</span> <span class="selected selected-initial-left"></span></button>Fix any of the following:
- Required ARIA attribute not present: aria-checked
CriticalImages must have alternative text12 elements
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.
Failing Elements
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/32/78/9/image_6110f72f-c32f-452d-9c6c-2818221c2770.jpg?format=webp">
Fix any of the following:
- Element does not have an alt attribute
- 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
- Element's default semantics were not overridden with role="none" or role="presentation"
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/00/56/76/1cd6bedb-41aa-4dee-aa75-cc1f62613ffa.jpg?format=webp">
Fix any of the following:
- Element does not have an alt attribute
- 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
- Element's default semantics were not overridden with role="none" or role="presentation"
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/01/22/29/c0f8b211-c100-44d6-959c-23275086340a.jpg?format=webp">
Fix any of the following:
- Element does not have an alt attribute
- 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
- Element's default semantics were not overridden with role="none" or role="presentation"
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/00/98/97/8f688ad4-e209-4e79-a0a7-f6dca353f073.jpg?format=webp">
Fix any of the following:
- Element does not have an alt attribute
- 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
- Element's default semantics were not overridden with role="none" or role="presentation"
<img class="lazy-bg logo-collection" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/32/80/3/image_13764008-2592-4822-84e1-88a42fee2dd7.png?format=webp">
Fix any of the following:
- Element does not have an alt attribute
- 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
- Element's default semantics were not overridden with role="none" or role="presentation"
<img class="lazy-bg loaded" data-src="https://wwwimage-us...." src="https://wwwimage-us...." data-ll-status="loaded">
Fix any of the following:
- Element does not have an alt attribute
- 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
- Element's default semantics were not overridden with role="none" or role="presentation"
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/45/29/87/6f341564-7fd4-44e5-9bb2-f3b256c6c120.jpg?format=webp">
Fix any of the following:
- Element does not have an alt attribute
- 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
- Element's default semantics were not overridden with role="none" or role="presentation"
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/07/62/24/472eb790-8e3e-4899-be7a-7bac550d8880.jpg?format=webp">
Fix any of the following:
- Element does not have an alt attribute
- 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
- Element's default semantics were not overridden with role="none" or role="presentation"
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/32/78/2/image_6db2c689-6aff-4209-9a6f-475579997f95.jpg?format=webp">
Fix any of the following:
- Element does not have an alt attribute
- 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
- Element's default semantics were not overridden with role="none" or role="presentation"
<img class="lazy-bg loaded" data-src="https://wwwimage-us...." src="https://wwwimage-us...." data-ll-status="loaded">
Fix any of the following:
- Element does not have an alt attribute
- 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
- Element's default semantics were not overridden with role="none" or role="presentation"
Showing first 10 of 12 failing elements.
SeriousElements must only use permitted ARIA attributes1 element
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.
Failing Elements
<div href="/" class="icon siteLogo" aria-label="Paramount+ Home">
</div>Fix all of the following:
- aria-label attribute cannot be used on a div with no valid role attribute.
Serious<ul> and <ol> must only directly contain <li>, <script> or <template> elements4 elements
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.
Failing Elements
<ul class="grid-item">
Fix all of the following:
- List element has direct children that are not allowed: h3, div, a
<ul class="block socialIcons row">
Fix all of the following:
- List element has direct children that are not allowed: div
<ul class="block">
Fix all of the following:
- List element has direct children that are not allowed: a
<ul class="block">
<div data-ci="copyright" class="siteDisclaimer">
Paramount+ © 2026 Paramount Skydance Corporation. All Rights Reserved.</div> </ul>Fix all of the following:
- List element has direct children that are not allowed: div
ModerateHeading levels should only increase by one2 elements
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.
Failing Elements
<h3 data-row-position="8" class="includeInScrollTracking">
SO MUCH TO STREAM </h3>Fix any of the following:
- Heading order invalid
<h5>
Still have questions? </h5>Fix any of the following:
- Heading order invalid
MinorHeadings should not be empty4 elements
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.
Failing Elements
<h2 class="video-section-title"> </h2>
Fix any of the following:
- Element does not have text that is visible to screen readers
- 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
<h2 class="video-section-title"> </h2>
Fix any of the following:
- Element does not have text that is visible to screen readers
- 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
<h2 class="video-section-title"> </h2>
Fix any of the following:
- Element does not have text that is visible to screen readers
- 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
<h2 class="video-section-title"> </h2>
Fix any of the following:
- Element does not have text that is visible to screen readers
- 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
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-us">
<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-us">
<li> elements must be contained in a <ul> or <ol>31 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 id="js-li-sign-in" class="show">
<a href="/account/flow/f-upsell/action/login/" aa-link="global header||sign in|||||||||||||||||" class="age-gate-trigger">
SIGN IN </a>
</li><li class="all-access-upsell-button">
<li class="question-answer-container">
<li class="question-answer-container">
<li class="question-answer-container">
<li class="question-answer-container">
<li>
<h3 class="f-head">
<span class="blockHead">Site Navigation</span>
</h3>
</li><li>
<a class=" site-navigation" href="/home/" title="Home" aa-link="global footer||Home|||||||||||||||||">
Home </a>
</li><li>
<a class=" site-navigation" href="/shows/" title="Shows" aa-link="global footer||Shows|||||||||||||||||">
Shows </a>
</li><li>
<a class=" site-navigation" href="/movies/" title="Movies" aa-link="global footer||Movies|||||||||||||||||">
Movies </a>
</li>Showing first 10 of 31 audited elements.
<ul> and <ol> must only directly contain <li>, <script> or <template> elements5 elements
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 id="user-profiles-menu-trigger" class="header__account header__nav--items">
<ul class="faq">
<ul class="block">
<ul class="block">
<ul class="block">
All page content should be contained by landmarks669 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
<header id="global-header-container" class="faded" aa-region="global header">
<div class="header__wrap padded-container">
<nav class="header__nav">
<a href="/" class="icon siteLogo age-gate-trigger" aa-link="global header||paramountplus logo|||||||||||||||||" aria-label="paramount plus" data-ci="PPlus_logo">
</a><ul id="user-profiles-menu-trigger" class="header__account header__nav--items">
<li id="js-li-sign-in" class="show">
<a href="/account/flow/f-upsell/action/login/" aa-link="global header||sign in|||||||||||||||||" class="age-gate-trigger">
SIGN IN </a>
</li><a href="/account/flow/f-upsell/action/login/" aa-link="global header||sign in|||||||||||||||||" class="age-gate-trigger">
SIGN IN </a><li class="all-access-upsell-button">
<a href="/account/user-flow/f-upsell/" class="button focusable aa upgrade-cta" aa-link="global header|upsell|get started|||||||||||||||" target="_self">
<div class="button__text">
GET STARTED </div>
</a><div class="button__text">
GET STARTED </div>Showing first 10 of 669 audited elements.
Alternative text of images should not be repeated as text58 elements
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 src="https://wwwimage-us.pplusstatic.com/base/files/cbs_page_attribute/32/79/1/image_124a1063-414d-4caf-aef6-8adea89c3455.svg" class="logo-hero" alt="Paramount+">
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/32/78/9/image_6110f72f-c32f-452d-9c6c-2818221c2770.jpg?format=webp">
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/00/56/76/1cd6bedb-41aa-4dee-aa75-cc1f62613ffa.jpg?format=webp">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/61/80/a901cc73-e4c5-48a8-806e-671059c5fddf.jpg?format=webp" alt="Cold Water">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/24/98/62/15a9eec4-644e-4f1d-a834-5eb6b855848a.jpg?format=webp" alt="Dexter: Resurrection">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/61/31/508a3f33-bec1-4835-8c3f-a58d038b0185.jpg?format=webp" alt="Yellowjackets">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/76/09/a06e02b9-8302-4bd9-8091-67ef331f12b9.jpg?format=webp" alt="The CHI">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/69/18/cb5aeaca-bdcf-442c-a9d0-1c49896b9406.jpg?format=webp" alt="The Guest">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/69/31/8af02e01-fa0f-42c7-a541-978604c32bf5.jpg?format=webp" alt="The Curse">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/69/44/8a197b58-982e-410a-9fac-d52313855ecf.jpg?format=webp" alt="Dexter: Original Sin">
Showing first 10 of 58 audited elements.
ARIA attributes must be used as specified for the element's role40 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 href="/" class="icon siteLogo age-gate-trigger" aa-link="global header||paramountplus logo|||||||||||||||||" aria-label="paramount plus" data-ci="PPlus_logo">
</a><div class="carousel-container swiper-wrapper portrait-cards" id="swiper-wrapper-cb32aa7ddd615f58" aria-live="polite">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="4 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="5 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="6 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="7 / 7" style="width: 162.857px; margin-right: 10px;">
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
Showing first 10 of 40 audited elements.
ARIA attributes must conform to valid names40 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 href="/" class="icon siteLogo age-gate-trigger" aa-link="global header||paramountplus logo|||||||||||||||||" aria-label="paramount plus" data-ci="PPlus_logo">
</a><div class="carousel-container swiper-wrapper portrait-cards" id="swiper-wrapper-cb32aa7ddd615f58" aria-live="polite">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="4 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="5 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="6 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="7 / 7" style="width: 162.857px; margin-right: 10px;">
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
Showing first 10 of 40 audited elements.
ARIA attributes must conform to valid values40 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 href="/" class="icon siteLogo age-gate-trigger" aa-link="global header||paramountplus logo|||||||||||||||||" aria-label="paramount plus" data-ci="PPlus_logo">
</a><div class="carousel-container swiper-wrapper portrait-cards" id="swiper-wrapper-cb32aa7ddd615f58" aria-live="polite">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="4 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="5 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="6 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="7 / 7" style="width: 162.857px; margin-right: 10px;">
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
Showing first 10 of 40 audited elements.
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
<span class="bar" aria-hidden="true"></span>
<ul id="pv-dropdown" class="dropdown mobileMenu" aa-region="global header" aria-hidden="true">
ARIA role should be appropriate for the element43 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
<button class="burger" type="button" role="button" aria-label="Open Menu" tabindex="0" aria-expanded="false">
<span class="bar" aria-hidden="true"></span>
<span class="holder"></span>
</button><a aa-link="global header||shows|||||||||||||||||" class="topLevelItem filter age-gate-mobile-menu" role="button" tabindex="-1">
Shows </a><a aa-link="global header||movies|||||||||||||||||" class="topLevelItem filter age-gate-mobile-menu" role="button" tabindex="-1">
Movies </a><a aa-link="global header||collections|||||||||||||||||" class="topLevelItem filter age-gate-mobile-menu" role="button" tabindex="-1">
Collections </a><a aa-link="global header||sports|||||||||||||||||" class="topLevelItem filter age-gate-mobile-menu" role="button" tabindex="-1">
Sports </a><div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="4 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="5 / 7" style="width: 162.857px; margin-right: 10px;">
Showing first 10 of 43 audited elements.
ARIA roles used must conform to valid values29 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 class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="4 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="5 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="6 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="7 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
Showing first 10 of 29 audited elements.
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 class="round-corners property-us">
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 id="global-header-container" class="faded" aa-region="global header">
Buttons must have discernible text7 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 role="switch" type="button" tabindex="0" id="plans-switch" class="toggle-button"><span class="active">
Monthly
</span> <span class="">
Annual
</span> <span class="selected selected-initial-left"></span></button><button type="button" tabindex="0" aa-link="pick a plan||continue|||||||" aria-label="GET STARTED" class="button focusable button__extra-large "> <div class="button__text">
GET STARTED
</div></button><button type="button" tabindex="0" aa-link="pick a plan||continue|||||||" aria-label="GET STARTED" class="button focusable button__extra-large "> <div class="button__text">
GET STARTED
</div></button><button class="answer">
Read our FAQ </button><button class="answer">
Get a 50% discount </button><button class="answer">
More info </button><button class="answer">
Connect Provider </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 aa-region="global footer">
Deprecated ARIA roles must not be used29 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 class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="4 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="5 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="6 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="7 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
Showing first 10 of 29 audited elements.
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-us">
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 id="global-header-container" class="faded" aa-region="global 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 aa-region="global footer">
Document should not have more than one main landmark1 element
Multiple main landmarks confuse screen reader users about where the primary content is located. Each page should have only one main landmark so users can quickly and predictably navigate to the primary content area.
Audit Elements
<main id="main-container">
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-us">
Elements must meet minimum color contrast ratio thresholds38 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
<h3 data-row-position="8" class="includeInScrollTracking">
SO MUCH TO STREAM </h3><div class="upsell-text">
Paramount+ has something for everyone, with thousands of full episodes from BET, CBS, Comedy Central, MTV, Nickelodeon and more. </div><h3 data-row-position="6" class="includeInScrollTracking">
THE STREAMING HOME OF SHOWTIME® </h3><div class="upsell-text">
Access all of SHOWTIME® when you sign up for the Premium plan. </div><h3 data-row-position="5" class="includeInScrollTracking">
BLOCKBUSTER MOVIES </h3><div class="upsell-text">
Stream new movies like Primate, The Running Man, and Roofman. </div><h3 data-row-position="7" class="includeInScrollTracking">
FAMILY FUN </h3><div class="upsell-text">
Gear up for action-packed adventures the whole family will enjoy. Plus, create kid-friendly profiles just for the little ones. </div><h3 data-row-position="9" class="includeInScrollTracking">
SO MANY WAYS TO WATCH </h3><div class="upsell-text">
Stream on up to 3 devices at the same time. Create separate profiles for the whole family. Get the Premium plan to download and watch offline. </div>Showing first 10 of 38 audited elements.
Elements must only use permitted ARIA attributes39 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 href="/" class="icon siteLogo age-gate-trigger" aa-link="global header||paramountplus logo|||||||||||||||||" aria-label="paramount plus" data-ci="PPlus_logo">
</a><div class="carousel-container swiper-wrapper portrait-cards" id="swiper-wrapper-cb32aa7ddd615f58" aria-live="polite">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="4 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="5 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="6 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="7 / 7" style="width: 162.857px; margin-right: 10px;">
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
Showing first 10 of 39 audited elements.
Elements must only use supported ARIA attributes40 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 href="/" class="icon siteLogo age-gate-trigger" aa-link="global header||paramountplus logo|||||||||||||||||" aria-label="paramount plus" data-ci="PPlus_logo">
</a><div class="carousel-container swiper-wrapper portrait-cards" id="swiper-wrapper-cb32aa7ddd615f58" aria-live="polite">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="4 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="5 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="6 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="7 / 7" style="width: 162.857px; margin-right: 10px;">
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span>
Showing first 10 of 40 audited elements.
Elements should not have tabindex greater than zero3 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
<button role="switch" type="button" tabindex="0" id="plans-switch" class="toggle-button"><span class="active">
Monthly
</span> <span class="">
Annual
</span> <span class="selected selected-initial-left"></span></button><button type="button" tabindex="0" aa-link="pick a plan||continue|||||||" aria-label="GET STARTED" class="button focusable button__extra-large "> <div class="button__text">
GET STARTED
</div></button><button type="button" tabindex="0" aa-link="pick a plan||continue|||||||" aria-label="GET STARTED" class="button focusable button__extra-large "> <div class="button__text">
GET STARTED
</div></button>Heading levels should only increase by one21 elements
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 data-row-position="0" class="includeInScrollTracking">
A MOUNTAIN OF ENTERTAINMENT™</h1><h3 data-row-position="6" class="includeInScrollTracking">
THE STREAMING HOME OF SHOWTIME® </h3><h2 class="video-section-title"> </h2>
<h3 data-row-position="3" class="includeInScrollTracking">
LIVE SPORTS </h3><h3 data-row-position="4" class="includeInScrollTracking">
THE HOME OF UFC </h3><h3 data-row-position="2" class="includeInScrollTracking">
EXCLUSIVE ORIGINALS </h3><h2 class="video-section-title"> </h2>
<h3 data-row-position="5" class="includeInScrollTracking">
BLOCKBUSTER MOVIES </h3><h2 class="video-section-title"> </h2>
<h3 data-row-position="7" class="includeInScrollTracking">
FAMILY FUN </h3>Showing first 10 of 21 audited elements.
Headings should not be empty19 elements
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 data-row-position="0" class="includeInScrollTracking">
A MOUNTAIN OF ENTERTAINMENT™</h1><h3 data-row-position="8" class="includeInScrollTracking">
SO MUCH TO STREAM </h3><h3 data-row-position="6" class="includeInScrollTracking">
THE STREAMING HOME OF SHOWTIME® </h3><h3 data-row-position="3" class="includeInScrollTracking">
LIVE SPORTS </h3><h3 data-row-position="4" class="includeInScrollTracking">
THE HOME OF UFC </h3><h3 data-row-position="2" class="includeInScrollTracking">
EXCLUSIVE ORIGINALS </h3><h3 data-row-position="5" class="includeInScrollTracking">
BLOCKBUSTER MOVIES </h3><h3 data-row-position="7" class="includeInScrollTracking">
FAMILY FUN </h3><h3 data-row-position="9" class="includeInScrollTracking">
SO MANY WAYS TO WATCH </h3><h3 data-row-position="1" class="includeInScrollTracking">
PICK A PLAN </h3>Showing first 10 of 19 audited elements.
IDs used in ARIA and labels must be unique4 elements
Duplicate IDs break the accessibility of ARIA elements, form labels, and table headers. When IDs are duplicated, assistive technologies and scripts only reference the first instance, causing subsequent elements with the same ID to be ignored or incorrectly associated.
Audit Elements
<div class="carousel-container swiper-wrapper portrait-cards" id="swiper-wrapper-cb32aa7ddd615f58" aria-live="polite">
<div class="carousel-container swiper-wrapper portrait-cards" id="swiper-wrapper-d9109d5d3e8f23ec7" aria-live="polite">
<div class="carousel-container swiper-wrapper portrait-cards" id="swiper-wrapper-10fd3cfef10eba241b" aria-live="polite">
<div class="carousel-container swiper-wrapper portrait-cards" id="swiper-wrapper-fa1e97310d52a22c2" aria-live="polite">
Images must have alternative text46 elements
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 src="https://wwwimage-us.pplusstatic.com/base/files/cbs_page_attribute/32/79/1/image_124a1063-414d-4caf-aef6-8adea89c3455.svg" class="logo-hero" alt="Paramount+">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/61/80/a901cc73-e4c5-48a8-806e-671059c5fddf.jpg?format=webp" alt="Cold Water">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/24/98/62/15a9eec4-644e-4f1d-a834-5eb6b855848a.jpg?format=webp" alt="Dexter: Resurrection">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/61/31/508a3f33-bec1-4835-8c3f-a58d038b0185.jpg?format=webp" alt="Yellowjackets">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/76/09/a06e02b9-8302-4bd9-8091-67ef331f12b9.jpg?format=webp" alt="The CHI">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/69/18/cb5aeaca-bdcf-442c-a9d0-1c49896b9406.jpg?format=webp" alt="The Guest">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/69/31/8af02e01-fa0f-42c7-a541-978604c32bf5.jpg?format=webp" alt="The Curse">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/69/44/8a197b58-982e-410a-9fac-d52313855ecf.jpg?format=webp" alt="Dexter: Original Sin">
<img class="lazy-bg logo-collection" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/01/01/52/1062a117-8296-4aa2-bb1c-14de774b7e1e.png?format=webp" alt="Paramount+ Live TV Logos">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/41/78/97/f8f6e545-7c9f-4bdf-9343-e0032a855a03.jpg?format=webp" alt="THE MADISON">
Showing first 10 of 46 audited elements.
Inline text spacing must be adjustable with custom stylesheets35 elements
Single-spaced text makes it difficult for people with cognitive disabilities to track lines while reading. Providing line spacing between 1.5 to 2 helps these users start a new line more easily after finishing the previous one.
Audit Elements
<section class="hero aa-section aa-p..." aa-region="upsell" data-background-desk...="https://wwwimage-us...." data-background-mobi...="https://wwwimage-us...." style="background-image: ur...">
<section class="padded-container showtime-bundle-padded-container hero--center" style="">
<section class="aa-section showtime-bundle-wrapper" style="">
<div class="favorites__content js-content" style="position: absolute; top: 110px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="4 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="5 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="6 / 7" style="width: 162.857px; margin-right: 10px;">
Showing first 10 of 35 audited elements.
Interactive controls must not be nested65 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
<img src="https://wwwimage-us.pplusstatic.com/base/files/cbs_page_attribute/32/79/1/image_124a1063-414d-4caf-aef6-8adea89c3455.svg" class="logo-hero" alt="Paramount+">
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/32/78/9/image_6110f72f-c32f-452d-9c6c-2818221c2770.jpg?format=webp">
<img class="lazy-bg" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w1920-q80/cbs_page_attribute/00/56/76/1cd6bedb-41aa-4dee-aa75-cc1f62613ffa.jpg?format=webp">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/61/80/a901cc73-e4c5-48a8-806e-671059c5fddf.jpg?format=webp" alt="Cold Water">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/24/98/62/15a9eec4-644e-4f1d-a834-5eb6b855848a.jpg?format=webp" alt="Dexter: Resurrection">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/61/31/508a3f33-bec1-4835-8c3f-a58d038b0185.jpg?format=webp" alt="Yellowjackets">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/76/09/a06e02b9-8302-4bd9-8091-67ef331f12b9.jpg?format=webp" alt="The CHI">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/69/18/cb5aeaca-bdcf-442c-a9d0-1c49896b9406.jpg?format=webp" alt="The Guest">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/69/31/8af02e01-fa0f-42c7-a541-978604c32bf5.jpg?format=webp" alt="The Curse">
<img class="thumb lazy without-addToMyList" data-src="https://wwwimage-us.pplusstatic.com/thumbnails/photos/w700-q80/cbs_page_attribute/45/69/44/8a197b58-982e-410a-9fac-d52313855ecf.jpg?format=webp" alt="Dexter: Original Sin">
Showing first 10 of 65 audited elements.
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination4 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 id="global-header-container" class="faded" aa-region="global header">
<nav class="header__nav">
<main id="main-container">
<footer aa-region="global footer">
Links must have discernible text46 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 href="/" class="icon siteLogo age-gate-trigger" aa-link="global header||paramountplus logo|||||||||||||||||" aria-label="paramount plus" data-ci="PPlus_logo">
</a><a href="/account/flow/f-upsell/action/login/" aa-link="global header||sign in|||||||||||||||||" class="age-gate-trigger">
SIGN IN </a><a href="/account/user-flow/f-upsell/" class="button focusable aa upgrade-cta" aa-link="global header|upsell|get started|||||||||||||||" target="_self">
<div class="button__text">
GET STARTED </div>
</a><a href="/account/user-flow/f-upsell/" class="button focusable button__extra-large js-cta-tracking " aa-link="upsell|top|get started|||||||||||||||" target="_self">
<div class="button__text">
GET STARTED </div>
</a><a href="/account/user-flow/f-upsell/" class="button tertiary terciary terciary showtime-bundle-cta">
<div class="button__text">
GET IT NOW </div>
</a><a href="/account/user-flow/f-upsell/" class="button focusable button__extra-large js-cta-tracking" aa-link="upsell|hob|get started|||||||||||||||" target="_self">
<div class="button__text">
GET STARTED </div>
</a><a href="/account/user-flow/f-upsell/" class="button focusable button__extra-large js-cta-tracking" aa-link="upsell|favorites|get started|||||||||||||||" target="_self">
<div class="button__text">
GET STARTED </div>
</a><a href="/account/user-flow/f-upsell/" class="button focusable button__extra-large js-cta-tracking" aa-link="upsell|live|get started|||||||||||||||" target="_self">
<div class="button__text">
GET STARTED </div>
</a><a href="/account/user-flow/f-upsell/" class="button focusable button__extra-large js-cta-tracking" aa-link="upsell|news|get started|||||||||||||||" target="_self">
<div class="button__text">
GET STARTED </div>
</a><a href="/account/user-flow/f-upsell/" class="button focusable button__extra-large js-cta-tracking" aa-link="upsell|originals|get started|||||||||||||||" target="_self">
<div class="button__text">
GET STARTED </div>
</a>Showing first 10 of 46 audited elements.
Main landmark should not be contained in another landmark1 element
The main landmark must be at the top level and not nested inside other landmarks. This ensures screen reader users can quickly navigate to the primary content without searching through complex hierarchy, making page navigation simpler and more predictable.
Audit Elements
<main id="main-container">
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-us">
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-us">
Required ARIA attributes must be provided28 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 class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="4 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="5 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="6 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="7 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-next" role="group" aria-label="2 / 7" style="width: 162.857px; margin-right: 10px;">
<div class="clip swiper-slide swiper-slide-visible swiper-slide-fully-visible" role="group" aria-label="3 / 7" style="width: 162.857px; margin-right: 10px;">
Showing first 10 of 28 audited elements.
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">
Zooming 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.
Audit Elements
<meta name="viewport" content="width=device-width, initial-scale=1">