Skip to main content

Web Accessibility Scoreboard

by A11y Pulse

How accessible is the web you use every day? We scan hundreds of popular websites and rate each one with an accessibility score out of 100.

Get an instant accessibility score for your site.

Back to scoreboard

Apple TV+tv.apple.com

Screenshot of Apple TV+

Accessibility Score

23Poor

Issues Found

62Critical2Serious1Moderate1Minor

Issues Found

Elements must only use supported ARIA attributes

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.

Learn more

Failing Elements

.search-input-container
<div data-testid="amp-search-input" aria-controls="search-suggestions" aria-expanded="false" aria-haspopup="listbox" aria-owns="search-suggestions" class="search-input-container svelte-52onsm" tabindex="-1" role="">

Fix all of the following:

  • ARIA attribute is not allowed: aria-expanded="false"
ARIA attributes must conform to valid values

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.

Learn more

Failing Elements

#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>

Fix all of the following:

  • Invalid ARIA attribute value: aria-controls="search-suggestions"
Elements must meet minimum color contrast ratio thresholds

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.

Learn more

Failing Elements

.button-text
<span class="button-text">Sign In</span>

Fix any of the following:

  • Element has insufficient color contrast of 4.01 (foreground color: #ffffff, background color: #007aff, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1
<ul> and <ol> must only directly contain <li>, <script> or <template> 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.

Learn more

Failing Elements

.shelf-list
<ul class="shelf-list svelte-10i104w">

Fix all of the following:

  • List element has direct children that are not allowed: [role=tabpanel]
All page content should be contained by landmarks

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.

Learn more

Failing Elements

label
<label for="search-input__text-field" aria-hidden="" class="search-input__label svelte-52onsm">Search</label>

Fix any of the following:

  • Some page content is not contained by landmarks
#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>

Fix any of the following:

  • Some page content is not contained by landmarks
ARIA role should be appropriate for the element

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.

Learn more

Failing Elements

#tabpanel-0
<li role="tabpanel" class="shelf-item svelte-10i104w active" data-index="0" id="tabpanel-0" aria-labelledby="tab-0">

Fix any of the following:

  • ARIA role tabpanel is not allowed for given element

Passed Audits

<html> element must have a lang attribute

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.

Learn more

Audit Elements

html
<html dir="ltr" lang="en-US" hydrated="">
<html> element must have a valid value for the lang attribute

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.

Learn more

Audit Elements

html
<html dir="ltr" lang="en-US" hydrated="">
<li> elements must be contained in a <ul> or <ol>

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.

Learn more

Audit Elements

.current-tab
<li aria-current="page" class="svelte-125cjw1 current-tab"><a href="https://tv.apple.com/us/channel/apple-tv/tvs.sbd.4000" dir="ltr" class="svelte-125cjw1">Apple TV</a> </li>
.svelte-125cjw1:nth-child(2)
<li class="svelte-125cjw1"><a href="https://tv.apple.com/us/channel/formula-1/tvs.sbd.241000" dir="ltr" class="svelte-125cjw1">Formula 1</a> </li>
.svelte-125cjw1:nth-child(3)
<li class="svelte-125cjw1"><a href="https://tv.apple.com/us/channel/mls/tvs.sbd.7000" dir="ltr" class="svelte-125cjw1">MLS</a> </li>
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-0"][data-index="0"][aria-hidden="false"]
<li class="shelf-grid__list-item svelte-13b6ljx" data-test-id="shelf-grid-list-item-0" data-index="0" aria-hidden="false">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-1"][data-index="1"][aria-hidden="false"]
<li class="shelf-grid__list-item svelte-13b6ljx" data-test-id="shelf-grid-list-item-1" data-index="1" aria-hidden="false">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-2"][data-index="2"][aria-hidden="false"]
<li class="shelf-grid__list-item svelte-13b6ljx" data-test-id="shelf-grid-list-item-2" data-index="2" aria-hidden="false">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-3"][data-index="3"][aria-hidden="false"]
<li class="shelf-grid__list-item svelte-13b6ljx" data-test-id="shelf-grid-list-item-3" data-index="3" aria-hidden="false">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-4"][data-index="4"][aria-hidden="false"]
<li class="shelf-grid__list-item svelte-13b6ljx" data-test-id="shelf-grid-list-item-4" data-index="4" aria-hidden="false">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-5"][data-index="5"][aria-hidden="false"]
<li class="shelf-grid__list-item svelte-13b6ljx" data-test-id="shelf-grid-list-item-5" data-index="5" aria-hidden="false">
section[aria-labelledby="sec-heading-d4xkyn1"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-0"][data-index="0"][aria-hidden="false"]
<li class="shelf-grid__list-item svelte-13b6ljx" data-test-id="shelf-grid-list-item-0" data-index="0" aria-hidden="false">

Showing first 10 of 85 audited elements.

<ul> and <ol> must only directly contain <li>, <script> or <template> 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.

Learn more

Audit Elements

.navigation-tabs > .svelte-125cjw1
<ul class="svelte-125cjw1">
.landing-devices__3ptv
<ul class="landing-devices__3ptv svelte-nyudnv" aria-labelledby="landing-devices-title">
.landing-devices__apple
<ul class="landing-devices__apple svelte-nyudnv" aria-labelledby="landing-devices-ways-to-watch">
section[data-testid="section-faq"] > ul
<ul>
.button-container > .svelte-n776hm
<ul class="svelte-n776hm"><li class="svelte-n776hm"><a href="?l=es-MX" aria-label="This page is available in Español (México)" data-testid="other-language-es-MX" class="svelte-n776hm">Español (México)</a> </li></ul>
.footer-contents > .svelte-15fwn9j:nth-child(2)
<ul class="svelte-15fwn9j">
.offers
<ul class="offers svelte-1p33v01">
All page content should be contained by landmarks

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.

Learn more

Audit Elements

.body-container
<div class="body-container">
.app-container
<div class="app-container svelte-ksk4wg" data-testid="app-container">
.header--color
<div data-testid="header" class="header header--color svelte-17u3p6w">
.header__contents
<div class="header__contents svelte-17u3p6w">
.header__open
<div class="header__open svelte-17u3p6w"></div>
.header__tabs
<div class="header__tabs svelte-17u3p6w">
.navigation-tabs
<nav class="navigation-tabs decoration svelte-125cjw1">
.navigation-tabs > .svelte-125cjw1
<ul class="svelte-125cjw1">
.current-tab
<li aria-current="page" class="svelte-125cjw1 current-tab"><a href="https://tv.apple.com/us/channel/apple-tv/tvs.sbd.4000" dir="ltr" class="svelte-125cjw1">Apple TV</a> </li>
.current-tab > .svelte-125cjw1[dir="ltr"]
<a href="https://tv.apple.com/us/channel/apple-tv/tvs.sbd.4000" dir="ltr" class="svelte-125cjw1">Apple TV</a>

Showing first 10 of 1445 audited elements.

Alternative text of images should not be repeated as text

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.

Learn more

Audit Elements

img[fetchpriority="high"][height="675"][width="1200"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="1200" height="675" fetchpriority="high" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-0"][data-index="0"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
img[alt="Your Friends & Neighbors"][width="100"][height="33"]
<img alt="Your Friends &amp; Neighbors" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" decoding="async" width="100" height="33" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-1"][data-index="1"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
img[alt="Margo’s Got Money Troubles"][width="100"][height="33"]
<img alt="Margo’s Got Money Troubles" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" decoding="async" width="100" height="33" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-2"][data-index="2"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
img[alt="Monarch: Legacy of Monsters"][width="100"][height="33"]
<img alt="Monarch: Legacy of Monsters" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" decoding="async" width="100" height="33" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-3"][data-index="3"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
img[alt="Imperfect Women"][width="100"][height="33"]
<img alt="Imperfect Women" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" decoding="async" width="100" height="33" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-4"][data-index="4"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">

Showing first 10 of 59 audited elements.

ARIA attributes must be used as specified for the element's role

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.

Learn more

Audit Elements

.current-tab
<li aria-current="page" class="svelte-125cjw1 current-tab"><a href="https://tv.apple.com/us/channel/apple-tv/tvs.sbd.4000" dir="ltr" class="svelte-125cjw1">Apple TV</a> </li>
.search-input-container
<div data-testid="amp-search-input" aria-controls="search-suggestions" aria-expanded="false" aria-haspopup="listbox" aria-owns="search-suggestions" class="search-input-container svelte-52onsm" tabindex="-1" role="">
label
<label for="search-input__text-field" aria-hidden="" class="search-input__label svelte-52onsm">Search</label>
#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>
#scrollable-page
<div id="scrollable-page" class="scrollable-page svelte-xmtc6f" data-main-content="" data-testid="main-section" aria-hidden="false">
.pagination
<div class="pagination svelte-10i104w" aria-hidden="false" style="--transition-duration: 420ms; --transition-easing: cubic-bezier(0.33, 1, 0.68, 1); --transition-delay: 600ms;">
.pagination-dots
<nav class="pagination-dots svelte-1wlnx51" data-testid="pagination-dots" aria-label="Featured Content">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>

Showing first 10 of 156 audited elements.

ARIA attributes must conform to valid names

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.

Learn more

Audit Elements

.current-tab
<li aria-current="page" class="svelte-125cjw1 current-tab"><a href="https://tv.apple.com/us/channel/apple-tv/tvs.sbd.4000" dir="ltr" class="svelte-125cjw1">Apple TV</a> </li>
.search-input-container
<div data-testid="amp-search-input" aria-controls="search-suggestions" aria-expanded="false" aria-haspopup="listbox" aria-owns="search-suggestions" class="search-input-container svelte-52onsm" tabindex="-1" role="">
label
<label for="search-input__text-field" aria-hidden="" class="search-input__label svelte-52onsm">Search</label>
#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>
#scrollable-page
<div id="scrollable-page" class="scrollable-page svelte-xmtc6f" data-main-content="" data-testid="main-section" aria-hidden="false">
.pagination
<div class="pagination svelte-10i104w" aria-hidden="false" style="--transition-duration: 420ms; --transition-easing: cubic-bezier(0.33, 1, 0.68, 1); --transition-delay: 600ms;">
.pagination-dots
<nav class="pagination-dots svelte-1wlnx51" data-testid="pagination-dots" aria-label="Featured Content">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>

Showing first 10 of 156 audited elements.

ARIA attributes must conform to valid values

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.

Learn more

Audit Elements

.current-tab
<li aria-current="page" class="svelte-125cjw1 current-tab"><a href="https://tv.apple.com/us/channel/apple-tv/tvs.sbd.4000" dir="ltr" class="svelte-125cjw1">Apple TV</a> </li>
#scrollable-page
<div id="scrollable-page" class="scrollable-page svelte-xmtc6f" data-main-content="" data-testid="main-section" aria-hidden="false">
.pagination
<div class="pagination svelte-10i104w" aria-hidden="false" style="--transition-duration: 420ms; --transition-easing: cubic-bezier(0.33, 1, 0.68, 1); --transition-delay: 600ms;">
.pagination-dots
<nav class="pagination-dots svelte-1wlnx51" data-testid="pagination-dots" aria-label="Featured Content">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>
#tab-3
<button id="tab-3" role="tab" aria-selected="false" aria-controls="tabpanel-3" data-testid="pagination-dot-3" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Margo’s Got Money Troubles</span> </button>
#tab-4
<button id="tab-4" role="tab" aria-selected="false" aria-controls="tabpanel-4" data-testid="pagination-dot-4" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Your Friends &amp; Neighbors</span> </button>
#tab-5
<button id="tab-5" role="tab" aria-selected="false" aria-controls="tabpanel-5" data-testid="pagination-dot-5" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Shrinking</span> </button>

Showing first 10 of 153 audited elements.

ARIA hidden element must not be focusable or contain focusable 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.

Learn more

Audit Elements

.search-svg
<svg width="16" height="16" viewBox="0 0 16 16" class="search-svg" aria-hidden="true"><path d="M11.87 10.835q.027.022.051.047l3.864 3.863a.735.735 0 1 1-1.04 1.04l-3.863-3.864-.047-.051a6.667 6.667 0 1 1 1.035-1.035M6.667 12a5.333 5.333 0 1 0 0-10.667 5.333 5.333 0 0 0 0 10.667"></path></svg>
.video-control__container
<div class="video-control__container svelte-1mqmv95" data-testid="video-control-container" aria-hidden="true">
amp-background-video
<amp-background-video fit="cover" muted="" aria-hidden="true" class="background-video cover" hydrated="" style="--joe-color: rgb(0,0,0);"></amp-background-video>
#tabpanel-1
<li role="tabpanel" class="shelf-item svelte-10i104w" data-index="1" id="tabpanel-1" aria-labelledby="tab-1" aria-hidden="true">
#tabpanel-2
<li role="tabpanel" class="shelf-item svelte-10i104w" data-index="2" id="tabpanel-2" aria-labelledby="tab-2" aria-hidden="true">
#tabpanel-3
<li role="tabpanel" class="shelf-item svelte-10i104w hidden placeholder" data-index="3" id="tabpanel-3" aria-labelledby="tab-3" aria-hidden="true">
#tabpanel-4
<li role="tabpanel" class="shelf-item svelte-10i104w hidden placeholder" data-index="4" id="tabpanel-4" aria-labelledby="tab-4" aria-hidden="true">
#tabpanel-5
<li role="tabpanel" class="shelf-item svelte-10i104w hidden placeholder" data-index="5" id="tabpanel-5" aria-labelledby="tab-5" aria-hidden="true">
#tabpanel-6
<li role="tabpanel" class="shelf-item svelte-10i104w hidden placeholder" data-index="6" id="tabpanel-6" aria-labelledby="tab-6" aria-hidden="true">
#tabpanel-7
<li role="tabpanel" class="shelf-item svelte-10i104w hidden placeholder" data-index="7" id="tabpanel-7" aria-labelledby="tab-7" aria-hidden="true">

Showing first 10 of 99 audited elements.

ARIA role should be appropriate for the element

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.

Learn more

Audit Elements

.pagination-dots__list
<div role="tablist" class="pagination-dots__list svelte-1wlnx51 pagination--start pagination-dots__list--will-overflow">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>
#tab-3
<button id="tab-3" role="tab" aria-selected="false" aria-controls="tabpanel-3" data-testid="pagination-dot-3" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Margo’s Got Money Troubles</span> </button>
#tab-4
<button id="tab-4" role="tab" aria-selected="false" aria-controls="tabpanel-4" data-testid="pagination-dot-4" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Your Friends &amp; Neighbors</span> </button>
#tab-5
<button id="tab-5" role="tab" aria-selected="false" aria-controls="tabpanel-5" data-testid="pagination-dot-5" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Shrinking</span> </button>
#tab-6
<button id="tab-6" role="tab" aria-selected="false" aria-controls="tabpanel-6" data-testid="pagination-dot-6" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last-1"><span class="svelte-1wlnx51">Imperfect Women</span> </button>
#tab-7
<button id="tab-7" role="tab" aria-selected="false" aria-controls="tabpanel-7" data-testid="pagination-dot-7" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last"><span class="svelte-1wlnx51">Monarch: Legacy of Monsters</span> </button>
#tab-8
<button id="tab-8" role="tab" aria-selected="false" aria-hidden="true" aria-controls="tabpanel-8" data-testid="pagination-dot-8" class="pagination__dot svelte-1wlnx51"><span class="svelte-1wlnx51">The Last Thing He Told Me</span> </button>

Showing first 10 of 111 audited elements.

ARIA roles used must conform to valid values

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.

Learn more

Audit Elements

.pagination-dots__list
<div role="tablist" class="pagination-dots__list svelte-1wlnx51 pagination--start pagination-dots__list--will-overflow">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>
#tab-3
<button id="tab-3" role="tab" aria-selected="false" aria-controls="tabpanel-3" data-testid="pagination-dot-3" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Margo’s Got Money Troubles</span> </button>
#tab-4
<button id="tab-4" role="tab" aria-selected="false" aria-controls="tabpanel-4" data-testid="pagination-dot-4" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Your Friends &amp; Neighbors</span> </button>
#tab-5
<button id="tab-5" role="tab" aria-selected="false" aria-controls="tabpanel-5" data-testid="pagination-dot-5" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Shrinking</span> </button>
#tab-6
<button id="tab-6" role="tab" aria-selected="false" aria-controls="tabpanel-6" data-testid="pagination-dot-6" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last-1"><span class="svelte-1wlnx51">Imperfect Women</span> </button>
#tab-7
<button id="tab-7" role="tab" aria-selected="false" aria-controls="tabpanel-7" data-testid="pagination-dot-7" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last"><span class="svelte-1wlnx51">Monarch: Legacy of Monsters</span> </button>
#tabpanel-0
<li role="tabpanel" class="shelf-item svelte-10i104w active" data-index="0" id="tabpanel-0" aria-labelledby="tab-0">

Showing first 10 of 70 audited elements.

aria-hidden="true" must not be present on the document body

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.

Learn more

Audit Elements

body
<body class="noscroll">
autocomplete attribute must be used correctly

Missing or incorrect autocomplete values make forms inaccessible to screen reader users. Screen readers cannot provide adequate information about form fields without proper autocomplete attributes, preventing users from understanding what information is required and how to complete forms correctly.

Learn more

Audit Elements

#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>
Buttons must have discernible text

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.

Learn more

Audit Elements

.commerce-button
<button tabindex="0" data-testid="sign-in-button" class="commerce-button signin svelte-q2kuuf signin--compact">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>
#tab-3
<button id="tab-3" role="tab" aria-selected="false" aria-controls="tabpanel-3" data-testid="pagination-dot-3" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Margo’s Got Money Troubles</span> </button>
#tab-4
<button id="tab-4" role="tab" aria-selected="false" aria-controls="tabpanel-4" data-testid="pagination-dot-4" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Your Friends &amp; Neighbors</span> </button>
#tab-5
<button id="tab-5" role="tab" aria-selected="false" aria-controls="tabpanel-5" data-testid="pagination-dot-5" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Shrinking</span> </button>
#tab-6
<button id="tab-6" role="tab" aria-selected="false" aria-controls="tabpanel-6" data-testid="pagination-dot-6" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last-1"><span class="svelte-1wlnx51">Imperfect Women</span> </button>
#tab-7
<button id="tab-7" role="tab" aria-selected="false" aria-controls="tabpanel-7" data-testid="pagination-dot-7" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last"><span class="svelte-1wlnx51">Monarch: Legacy of Monsters</span> </button>
div[aria-label="Get Apple TV free for 1 week."] > .superhero-lockup-container.svelte-1etfiyq > .artwork-container.link.svelte-1nixv1r > .scrim.svelte-1nixv1r[data-testid="superhero-media-scrim"]
<button class="scrim svelte-1nixv1r" data-testid="superhero-media-scrim">Get Apple TV free for 1 week.</button>

Showing first 10 of 62 audited elements.

Certain ARIA roles must be contained by particular parents

ARIA roles with missing required parent elements cannot function as intended for assistive technology users. Parent-child relationships convey essential hierarchy and context, like showing where an item sits within a tree structure. Without proper parents, this critical relationship information is lost.

Learn more

Audit Elements

#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>
#tab-3
<button id="tab-3" role="tab" aria-selected="false" aria-controls="tabpanel-3" data-testid="pagination-dot-3" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Margo’s Got Money Troubles</span> </button>
#tab-4
<button id="tab-4" role="tab" aria-selected="false" aria-controls="tabpanel-4" data-testid="pagination-dot-4" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Your Friends &amp; Neighbors</span> </button>
#tab-5
<button id="tab-5" role="tab" aria-selected="false" aria-controls="tabpanel-5" data-testid="pagination-dot-5" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Shrinking</span> </button>
#tab-6
<button id="tab-6" role="tab" aria-selected="false" aria-controls="tabpanel-6" data-testid="pagination-dot-6" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last-1"><span class="svelte-1wlnx51">Imperfect Women</span> </button>
#tab-7
<button id="tab-7" role="tab" aria-selected="false" aria-controls="tabpanel-7" data-testid="pagination-dot-7" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last"><span class="svelte-1wlnx51">Monarch: Legacy of Monsters</span> </button>
Certain ARIA roles must contain particular children

ARIA roles missing required child elements cannot perform their intended accessibility functions. Children provide essential context, like how a treeitem relates to its parent container and siblings. Without proper children, assistive technologies cannot convey this structural information to users.

Learn more

Audit Elements

.pagination-dots__list
<div role="tablist" class="pagination-dots__list svelte-1wlnx51 pagination--start pagination-dots__list--will-overflow">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
section[aria-labelledby="sec-heading-d4xkyn1"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
.shelf-grid__list--grid-type-Spotlight
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-Spotlight shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
section[aria-labelledby="sec-heading-bk8w19p"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
section[aria-labelledby="sec-heading-cpms79t"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
.shelf-grid__list--grid-type-C
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-C shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
section[aria-labelledby="sec-heading-ojlc9pt"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
section[aria-labelledby="sec-heading-9dlyy0k"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
.bundle-offer.apple-tv[role="group"] > .description.svelte-ecnq6r[role="list"]
<ul class="description svelte-ecnq6r" role="list">

Showing first 10 of 11 audited elements.

Contentinfo landmark should not be contained in another landmark

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.

Learn more

Audit Elements

footer
<footer data-testid="footer" class="svelte-15fwn9j">
Deprecated ARIA roles must not be used

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.

Learn more

Audit Elements

.pagination-dots__list
<div role="tablist" class="pagination-dots__list svelte-1wlnx51 pagination--start pagination-dots__list--will-overflow">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>
#tab-3
<button id="tab-3" role="tab" aria-selected="false" aria-controls="tabpanel-3" data-testid="pagination-dot-3" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Margo’s Got Money Troubles</span> </button>
#tab-4
<button id="tab-4" role="tab" aria-selected="false" aria-controls="tabpanel-4" data-testid="pagination-dot-4" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Your Friends &amp; Neighbors</span> </button>
#tab-5
<button id="tab-5" role="tab" aria-selected="false" aria-controls="tabpanel-5" data-testid="pagination-dot-5" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Shrinking</span> </button>
#tab-6
<button id="tab-6" role="tab" aria-selected="false" aria-controls="tabpanel-6" data-testid="pagination-dot-6" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last-1"><span class="svelte-1wlnx51">Imperfect Women</span> </button>
#tab-7
<button id="tab-7" role="tab" aria-selected="false" aria-controls="tabpanel-7" data-testid="pagination-dot-7" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last"><span class="svelte-1wlnx51">Monarch: Legacy of Monsters</span> </button>
#tabpanel-0
<li role="tabpanel" class="shelf-item svelte-10i104w active" data-index="0" id="tabpanel-0" aria-labelledby="tab-0">

Showing first 10 of 70 audited elements.

Document should have one main landmark

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.

Learn more

Audit Elements

html
<html dir="ltr" lang="en-US" hydrated="">
Document should not have more than one banner landmark

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.

Learn more

Audit Elements

div[aria-label="Get Apple TV free for 1 week."] > .superhero-lockup-container.svelte-1etfiyq > .container.dark.svelte-rsuk2h > article > header
<header class="svelte-rsuk2h">  <span class="title  svelte-rsuk2h">Get Apple TV free for 1 week.</span>  </header>
Document should not have more than one contentinfo landmark

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.

Learn more

Audit Elements

footer
<footer data-testid="footer" class="svelte-15fwn9j">
Document should not have more than one main landmark

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.

Learn more

Audit Elements

main
<main data-testid="main" class="svelte-1vdwh3d">
Documents must have <title> element to aid in navigation

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.

Learn more

Audit Elements

html
<html dir="ltr" lang="en-US" hydrated="">
Elements marked as presentational should be consistently ignored

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.

Learn more

Audit Elements

img[fetchpriority="high"][height="675"][width="1200"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="1200" height="675" fetchpriority="high" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-0"][data-index="0"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-1"][data-index="1"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-2"][data-index="2"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-3"][data-index="3"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-4"][data-index="4"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-5"][data-index="5"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-d4xkyn1"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-0"][data-index="0"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-d4xkyn1"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-1"][data-index="1"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-d4xkyn1"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-2"][data-index="2"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">

Showing first 10 of 47 audited elements.

Elements must meet minimum color contrast ratio thresholds

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.

Learn more

Audit Elements

.current-tab > .svelte-125cjw1[dir="ltr"]
<a href="https://tv.apple.com/us/channel/apple-tv/tvs.sbd.4000" dir="ltr" class="svelte-125cjw1">Apple TV</a>
.svelte-125cjw1:nth-child(2) > .svelte-125cjw1[dir="ltr"]
<a href="https://tv.apple.com/us/channel/formula-1/tvs.sbd.241000" dir="ltr" class="svelte-125cjw1">Formula 1</a>
.svelte-125cjw1:nth-child(3) > .svelte-125cjw1[dir="ltr"]
<a href="https://tv.apple.com/us/channel/mls/tvs.sbd.7000" dir="ltr" class="svelte-125cjw1">MLS</a>
label
<label for="search-input__text-field" aria-hidden="" class="search-input__label svelte-52onsm">Search</label>
#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>
.bundle-offer.apple-tv[role="group"] > .badge.svelte-ecnq6r
<p class="badge svelte-ecnq6r">7 Days Free</p>
.bundle-offer.peacock-bundle[role="group"] > .badge.svelte-ecnq6r
<p class="badge svelte-ecnq6r">Just $2 More</p>
Elements must only use permitted ARIA attributes

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.

Learn more

Audit Elements

.current-tab
<li aria-current="page" class="svelte-125cjw1 current-tab"><a href="https://tv.apple.com/us/channel/apple-tv/tvs.sbd.4000" dir="ltr" class="svelte-125cjw1">Apple TV</a> </li>
.search-input-container
<div data-testid="amp-search-input" aria-controls="search-suggestions" aria-expanded="false" aria-haspopup="listbox" aria-owns="search-suggestions" class="search-input-container svelte-52onsm" tabindex="-1" role="">
label
<label for="search-input__text-field" aria-hidden="" class="search-input__label svelte-52onsm">Search</label>
#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>
#scrollable-page
<div id="scrollable-page" class="scrollable-page svelte-xmtc6f" data-main-content="" data-testid="main-section" aria-hidden="false">
.pagination
<div class="pagination svelte-10i104w" aria-hidden="false" style="--transition-duration: 420ms; --transition-easing: cubic-bezier(0.33, 1, 0.68, 1); --transition-delay: 600ms;">
.pagination-dots
<nav class="pagination-dots svelte-1wlnx51" data-testid="pagination-dots" aria-label="Featured Content">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>

Showing first 10 of 155 audited elements.

Elements must only use supported ARIA attributes

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.

Learn more

Audit Elements

.current-tab
<li aria-current="page" class="svelte-125cjw1 current-tab"><a href="https://tv.apple.com/us/channel/apple-tv/tvs.sbd.4000" dir="ltr" class="svelte-125cjw1">Apple TV</a> </li>
label
<label for="search-input__text-field" aria-hidden="" class="search-input__label svelte-52onsm">Search</label>
#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>
#scrollable-page
<div id="scrollable-page" class="scrollable-page svelte-xmtc6f" data-main-content="" data-testid="main-section" aria-hidden="false">
.pagination
<div class="pagination svelte-10i104w" aria-hidden="false" style="--transition-duration: 420ms; --transition-easing: cubic-bezier(0.33, 1, 0.68, 1); --transition-delay: 600ms;">
.pagination-dots
<nav class="pagination-dots svelte-1wlnx51" data-testid="pagination-dots" aria-label="Featured Content">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>
#tab-3
<button id="tab-3" role="tab" aria-selected="false" aria-controls="tabpanel-3" data-testid="pagination-dot-3" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Margo’s Got Money Troubles</span> </button>

Showing first 10 of 155 audited elements.

Elements should not have tabindex greater than zero

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.

Learn more

Audit Elements

.search-input-container
<div data-testid="amp-search-input" aria-controls="search-suggestions" aria-expanded="false" aria-haspopup="listbox" aria-owns="search-suggestions" class="search-input-container svelte-52onsm" tabindex="-1" role="">
.commerce-button
<button tabindex="0" data-testid="sign-in-button" class="commerce-button signin svelte-q2kuuf signin--compact">
#sec-heading-1v0fzza > .title__button.svelte-wpob41[role="link"]
<a href="https://tv.apple.com/us/shelf/top-10-tv-shows/uts.col.ChartsShows.tvs.sbd.4000?ctx_cvs=uts.tcvs.tv-plus-canvas&ctx_brand=tvs.sbd.4000&ctx_shelf=uts.shlf.gen.BrandChart_tvs.sbd.4000_Show" class="title__button svelte-wpob41" role="link" tabindex="0">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
#sec-heading-d4xkyn1 > .title__button.svelte-wpob41[role="link"]
<a href="https://tv.apple.com/us/shelf/top-10-movies/uts.col.ChartsMovies.tvs.sbd.4000?ctx_cvs=uts.tcvs.tv-plus-canvas&ctx_brand=tvs.sbd.4000&ctx_shelf=uts.shlf.gen.BrandChart_tvs.sbd.4000_Movie" class="title__button svelte-wpob41" role="link" tabindex="0">
section[aria-labelledby="sec-heading-d4xkyn1"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
.shelf-grid__list--grid-type-Spotlight
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-Spotlight shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
#sec-heading-bk8w19p > .title__button.svelte-wpob41[role="link"]
<a href="https://tv.apple.com/us/shelf/watch-premieres-for-free/uts.col.free-premieres-on-tv-plus?ctx_cvs=uts.tcvs.tv-plus-canvas&ctx_brand=tvs.sbd.4000&ctx_shelf=uts.shlf.gen.free-premieres-on-tv-plus" class="title__button svelte-wpob41" role="link" tabindex="0">
section[aria-labelledby="sec-heading-bk8w19p"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
#sec-heading-cpms79t > .title__button.svelte-wpob41[role="link"]
<a href="https://tv.apple.com/us/shelf/new-releases/uts.col.tv-plus-newest-releases?ctx_cvs=uts.tcvs.tv-plus-canvas&ctx_brand=tvs.sbd.4000&ctx_shelf=uts.shlf.gen.tv-plus-newest-releases_1" class="title__button svelte-wpob41" role="link" tabindex="0">

Showing first 10 of 24 audited elements.

Form elements must have labels

Form labels are essential for screen reader users to understand what information each field requires. Without proper labels, screen readers cannot identify input expectations, fields don't receive focus when announced, and users with motor impairments lose the benefit of larger clickable areas that labels provide.

Learn more

Audit Elements

#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>
Form elements should have a visible label

The title and aria-describedby attributes provide supplementary hints, not labels. Screen readers treat these as advisory information rather than true labels, which prevents them from properly conveying the form element's purpose. Form fields need proper labels that can be programmatically determined.

Learn more

Audit Elements

#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>
Form field must not have multiple label elements

Multiple labels on the same form field cause inconsistent behavior across screen reader and browser combinations. Some will read the first label, others the last, and some will read both, creating confusion about what information the field requires.

Learn more

Audit Elements

#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>
Heading levels should only increase by one

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.

Learn more

Audit Elements

.channel-header__title--visually-hidden
<h1 class="channel-header__title--visually-hidden svelte-gfszuz">Apple TV</h1>
#sec-heading-1v0fzza
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-1v0fzza">
#sec-heading-d4xkyn1
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-d4xkyn1">
#sec-heading-bk8w19p
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-bk8w19p">
#sec-heading-cpms79t
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-cpms79t">
#sec-heading-68o3fms
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-68o3fms">
#sec-heading-ojlc9pt
<h2 class="title svelte-wpob41" data-testid="header-title" id="sec-heading-ojlc9pt"><span class="dir-wrapper" dir="auto">Browse All Apple&nbsp;Originals</span></h2>
#sec-heading-9dlyy0k
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-9dlyy0k">
#landing-devices-title
<h2 id="landing-devices-title" class="landing-devices__title svelte-nyudnv">Watch here and on your TV.</h2>
.landing-devices__subtitle
<h3 class="landing-devices__subtitle svelte-nyudnv">Watch on the go.</h3>

Showing first 10 of 22 audited elements.

Headings should not be empty

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.

Learn more

Audit Elements

.channel-header__title--visually-hidden
<h1 class="channel-header__title--visually-hidden svelte-gfszuz">Apple TV</h1>
#sec-heading-1v0fzza
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-1v0fzza">
#sec-heading-d4xkyn1
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-d4xkyn1">
#sec-heading-bk8w19p
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-bk8w19p">
#sec-heading-cpms79t
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-cpms79t">
#sec-heading-68o3fms
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-68o3fms">
#sec-heading-ojlc9pt
<h2 class="title svelte-wpob41" data-testid="header-title" id="sec-heading-ojlc9pt"><span class="dir-wrapper" dir="auto">Browse All Apple&nbsp;Originals</span></h2>
#sec-heading-9dlyy0k
<h2 class="title svelte-wpob41 title-link" data-testid="header-title" id="sec-heading-9dlyy0k">
#landing-devices-title
<h2 id="landing-devices-title" class="landing-devices__title svelte-nyudnv">Watch here and on your TV.</h2>
.landing-devices__subtitle
<h3 class="landing-devices__subtitle svelte-nyudnv">Watch on the go.</h3>

Showing first 10 of 22 audited elements.

IDs used in ARIA and labels must be unique

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.

Learn more

Audit Elements

#search-input__text-field
<input aria-autocomplete="list" aria-multiline="false" aria-controls="search-suggestions" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" type="search" inputmode="search" class="search-input__text-f..." data-testid="search-input__text-f..." ...>
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>
#tab-3
<button id="tab-3" role="tab" aria-selected="false" aria-controls="tabpanel-3" data-testid="pagination-dot-3" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Margo’s Got Money Troubles</span> </button>
#tab-4
<button id="tab-4" role="tab" aria-selected="false" aria-controls="tabpanel-4" data-testid="pagination-dot-4" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Your Friends &amp; Neighbors</span> </button>
#tab-5
<button id="tab-5" role="tab" aria-selected="false" aria-controls="tabpanel-5" data-testid="pagination-dot-5" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Shrinking</span> </button>
#tab-6
<button id="tab-6" role="tab" aria-selected="false" aria-controls="tabpanel-6" data-testid="pagination-dot-6" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last-1"><span class="svelte-1wlnx51">Imperfect Women</span> </button>
#tab-7
<button id="tab-7" role="tab" aria-selected="false" aria-controls="tabpanel-7" data-testid="pagination-dot-7" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last"><span class="svelte-1wlnx51">Monarch: Legacy of Monsters</span> </button>
#tab-8
<button id="tab-8" role="tab" aria-selected="false" aria-hidden="true" aria-controls="tabpanel-8" data-testid="pagination-dot-8" class="pagination__dot svelte-1wlnx51"><span class="svelte-1wlnx51">The Last Thing He Told Me</span> </button>

Showing first 10 of 36 audited elements.

Images must have alternative text

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.

Learn more

Audit Elements

img[fetchpriority="high"][height="675"][width="1200"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="1200" height="675" fetchpriority="high" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-0"][data-index="0"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
img[alt="Your Friends & Neighbors"][width="100"][height="33"]
<img alt="Your Friends &amp; Neighbors" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" decoding="async" width="100" height="33" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-1"][data-index="1"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
img[alt="Margo’s Got Money Troubles"][width="100"][height="33"]
<img alt="Margo’s Got Money Troubles" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" decoding="async" width="100" height="33" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-2"][data-index="2"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
img[alt="Monarch: Legacy of Monsters"][width="100"][height="33"]
<img alt="Monarch: Legacy of Monsters" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" decoding="async" width="100" height="33" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-3"][data-index="3"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">
img[alt="Imperfect Women"][width="100"][height="33"]
<img alt="Imperfect Women" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" decoding="async" width="100" height="33" fetchpriority="auto" style="opacity: 1;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-4"][data-index="4"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"] > .grid--no-chin.grid[data-testid="lockup-grid"] > .artwork.svelte-n3nezg[data-testid="artwork"] > .artwork-component--downloaded.artwork-component--orientation-portrait.artwork-component--has-borders > picture > img[width="225"][height="337"][role="presentation"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" loading="lazy" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="225" height="337" fetchpriority="auto" style="opacity: 1;">

Showing first 10 of 59 audited elements.

Inline text spacing must be adjustable with custom stylesheets

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.

Learn more

Audit Elements

.pagination
<div class="pagination svelte-10i104w" aria-hidden="false" style="--transition-duration: 420ms; --transition-easing: cubic-bezier(0.33, 1, 0.68, 1); --transition-delay: 600ms;">
div[aria-label="Get Apple TV free for 1 week."]
<div class="epic-stage-item dark svelte-1fffbm9" aria-label="Get Apple TV free for 1 week." data-testid="epic-stage-item" style="--transition-duration: 420ms; --transition-easing: cubic-bezier(0.33, 1, 0.68, 1); --transition-delay: 600ms;">
.LCP-artwork-desktop > .artwork-component--orientation-landscape.artwork-component--downloaded.artwork-component--has-borders
<div data-testid="artwork-component" class="artwork-component ar..." style="
            --artwo...">
img[fetchpriority="high"][height="675"][width="1200"]
<img alt="" class="artwork-component__contents artwork-component__image svelte-1fla0gl" src="/assets/artwork/1x1.gif" role="presentation" decoding="async" width="1200" height="675" fetchpriority="high" style="opacity: 1;">
div[aria-label="Get Apple TV free for 1 week."] > .superhero-lockup-container.svelte-1etfiyq > .container.dark.svelte-rsuk2h > article > .description.svelte-rsuk2h > .svelte-rsuk2h > div > .truncate-wrapper.svelte-10e6dbh > .title-3[data-testid="truncate-text"]
<p data-testid="truncate-text" dir="auto" class="content svelte-10e6dbh title-3" style="--lines: 3; --line-height: var(--lineHeight, 16); --link-length: 4;">Stream hundreds of exclusive shows and movies, with new releases every week.</p>
div[aria-label="Get Apple TV free for 1 week."] > .superhero-lockup-container.svelte-1etfiyq > .container.dark.svelte-rsuk2h > .buttons-container.svelte-uldg0n > .buttons.svelte-uldg0n > div > .button-wrapper.svelte-qfvdi2 > .button-wrapper__note.svelte-qfvdi2 > div > .truncate-wrapper.svelte-10e6dbh > p[data-testid="truncate-text"]
<p data-testid="truncate-text" dir="auto" class="content svelte-10e6dbh" style="--lines: 4; --line-height: var(--lineHeight, 16); --link-length: 4;">7&nbsp;days free, then $12.99/month.</p>
Interactive controls must not be nested

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.

Learn more

Audit Elements

.commerce-button
<button tabindex="0" data-testid="sign-in-button" class="commerce-button signin svelte-q2kuuf signin--compact">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>
#tab-3
<button id="tab-3" role="tab" aria-selected="false" aria-controls="tabpanel-3" data-testid="pagination-dot-3" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Margo’s Got Money Troubles</span> </button>
#tab-4
<button id="tab-4" role="tab" aria-selected="false" aria-controls="tabpanel-4" data-testid="pagination-dot-4" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Your Friends &amp; Neighbors</span> </button>
#tab-5
<button id="tab-5" role="tab" aria-selected="false" aria-controls="tabpanel-5" data-testid="pagination-dot-5" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Shrinking</span> </button>
#tab-6
<button id="tab-6" role="tab" aria-selected="false" aria-controls="tabpanel-6" data-testid="pagination-dot-6" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last-1"><span class="svelte-1wlnx51">Imperfect Women</span> </button>
#tab-7
<button id="tab-7" role="tab" aria-selected="false" aria-controls="tabpanel-7" data-testid="pagination-dot-7" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last"><span class="svelte-1wlnx51">Monarch: Legacy of Monsters</span> </button>
div[aria-label="Get Apple TV free for 1 week."] > .superhero-lockup-container.svelte-1etfiyq > .artwork-container.link.svelte-1nixv1r > .scrim.svelte-1nixv1r[data-testid="superhero-media-scrim"]
<button class="scrim svelte-1nixv1r" data-testid="superhero-media-scrim">Get Apple TV free for 1 week.</button>

Showing first 10 of 82 audited elements.

Landmarks should have a unique role or role/label/title (i.e. accessible name) combination

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.

Learn more

Audit Elements

.navigation-tabs
<nav class="navigation-tabs decoration svelte-125cjw1">
main
<main data-testid="main" class="svelte-1vdwh3d">
.pagination-dots
<nav class="pagination-dots svelte-1wlnx51" data-testid="pagination-dots" aria-label="Featured Content">
section[aria-labelledby="sec-heading-1v0fzza"]
<section data-testid="shelf-component" class="shelf-grid shelf-gri..." style="
            --grid-..." aria-labelledby="sec-heading-1v0fzza">
section[aria-labelledby="sec-heading-d4xkyn1"]
<section data-testid="shelf-component" class="shelf-grid shelf-gri..." style="
            --grid-..." aria-labelledby="sec-heading-d4xkyn1">
section[aria-labelledby="sec-heading-bk8w19p"]
<section data-testid="shelf-component" class="shelf-grid shelf-gri..." style="
            --grid-..." aria-labelledby="sec-heading-bk8w19p">
section[aria-labelledby="sec-heading-cpms79t"]
<section data-testid="shelf-component" class="shelf-grid shelf-gri..." style="
            --grid-..." aria-labelledby="sec-heading-cpms79t">
section[aria-labelledby="sec-heading-68o3fms"]
<section data-testid="shelf-component" class="shelf-grid shelf-gri..." style="
            --grid-..." aria-labelledby="sec-heading-68o3fms">
section[aria-labelledby="sec-heading-ojlc9pt"]
<section data-testid="shelf-component" class="shelf-grid shelf-gri..." style="
            --grid-..." aria-labelledby="sec-heading-ojlc9pt">
section[aria-labelledby="sec-heading-9dlyy0k"]
<section data-testid="shelf-component" class="shelf-grid shelf-gri..." style="
            --grid-..." aria-labelledby="sec-heading-9dlyy0k">

Showing first 10 of 13 audited elements.

Links must have discernible text

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.

Learn more

Audit Elements

.current-tab > .svelte-125cjw1[dir="ltr"]
<a href="https://tv.apple.com/us/channel/apple-tv/tvs.sbd.4000" dir="ltr" class="svelte-125cjw1">Apple TV</a>
.svelte-125cjw1:nth-child(2) > .svelte-125cjw1[dir="ltr"]
<a href="https://tv.apple.com/us/channel/formula-1/tvs.sbd.241000" dir="ltr" class="svelte-125cjw1">Formula 1</a>
.svelte-125cjw1:nth-child(3) > .svelte-125cjw1[dir="ltr"]
<a href="https://tv.apple.com/us/channel/mls/tvs.sbd.7000" dir="ltr" class="svelte-125cjw1">MLS</a>
#sec-heading-1v0fzza > .title__button.svelte-wpob41[role="link"]
<a href="https://tv.apple.com/us/shelf/top-10-tv-shows/uts.col.ChartsShows.tvs.sbd.4000?ctx_cvs=uts.tcvs.tv-plus-canvas&ctx_brand=tvs.sbd.4000&ctx_shelf=uts.shlf.gen.BrandChart_tvs.sbd.4000_Show" class="title__button svelte-wpob41" role="link" tabindex="0">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-0"][data-index="0"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"]
<a class="lockup svelte-n3nezg" href="https://tv.apple.com/us/show/your-friends--neighbors/umc.cmc.74o37kzay0yuuub8iumddjsg?ctx_agid=502c9996" data-testid="lockup" style="--lockup-aspect-ratio: 2/3; --lockup-border-radius: 14px; --afterShadowBorderRadius: 13px; --lockup-chin-height: 0px;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-1"][data-index="1"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"]
<a class="lockup svelte-n3nezg" href="https://tv.apple.com/us/show/margos-got-money-troubles/umc.cmc.6wgw0u6vuwydp6obbzzccup3w?ctx_agid=502c9996" data-testid="lockup" style="--lockup-aspect-ratio: 2/3; --lockup-border-radius: 14px; --afterShadowBorderRadius: 13px; --lockup-chin-height: 0px;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-2"][data-index="2"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"]
<a class="lockup svelte-n3nezg" href="https://tv.apple.com/us/show/monarch-legacy-of-monsters/umc.cmc.62l8x0ixrhyq3yaqa5y8yo7ew?ctx_agid=502c9996" data-testid="lockup" style="--lockup-aspect-ratio: 2/3; --lockup-border-radius: 14px; --afterShadowBorderRadius: 13px; --lockup-chin-height: 0px;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-3"][data-index="3"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"]
<a class="lockup svelte-n3nezg" href="https://tv.apple.com/us/show/imperfect-women/umc.cmc.1w2rmpbqzt24879bt7109zgi6?ctx_agid=502c9996" data-testid="lockup" style="--lockup-aspect-ratio: 2/3; --lockup-border-radius: 14px; --afterShadowBorderRadius: 13px; --lockup-chin-height: 0px;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-4"][data-index="4"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"]
<a class="lockup svelte-n3nezg" href="https://tv.apple.com/us/show/criminal-record/umc.cmc.1sbjeoma6tvxgda6l0h4bb0x3?ctx_agid=502c9996" data-testid="lockup" style="--lockup-aspect-ratio: 2/3; --lockup-border-radius: 14px; --afterShadowBorderRadius: 13px; --lockup-chin-height: 0px;">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1 > li[data-test-id="shelf-grid-list-item-5"][data-index="5"][aria-hidden="false"] > .svelte-13b6ljx > .svelte-5fmy7e[slot="item"] > .lockup-container.svelte-n3nezg[data-testid="lockup-container"] > .lockup.svelte-n3nezg[data-testid="lockup"]
<a class="lockup svelte-n3nezg" href="https://tv.apple.com/us/show/shrinking/umc.cmc.apzybj6eqf6pzccd97kev7bs?ctx_agid=502c9996" data-testid="lockup" style="--lockup-aspect-ratio: 2/3; --lockup-border-radius: 14px; --afterShadowBorderRadius: 13px; --lockup-chin-height: 0px;">

Showing first 10 of 56 audited elements.

Main landmark should not be contained in another landmark

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.

Learn more

Audit Elements

main
<main data-testid="main" class="svelte-1vdwh3d">
Page must have means to bypass repeated blocks

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.

Learn more

Audit Elements

html
<html dir="ltr" lang="en-US" hydrated="">
Page should contain a level-one heading

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.

Learn more

Audit Elements

html
<html dir="ltr" lang="en-US" hydrated="">
Required ARIA attributes must be provided

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.

Learn more

Audit Elements

.search-input-container
<div data-testid="amp-search-input" aria-controls="search-suggestions" aria-expanded="false" aria-haspopup="listbox" aria-owns="search-suggestions" class="search-input-container svelte-52onsm" tabindex="-1" role="">
.pagination-dots__list
<div role="tablist" class="pagination-dots__list svelte-1wlnx51 pagination--start pagination-dots__list--will-overflow">
#tab-0
<button id="tab-0" role="tab" aria-selected="true" aria-controls="tabpanel-0" data-testid="pagination-dot-0" class="pagination__dot svelte-1wlnx51 dot--visible-first dot--active dot--visible"><span class="svelte-1wlnx51">Get Apple TV free for 1 week.</span> </button>
#tab-1
<button id="tab-1" role="tab" aria-selected="false" aria-controls="tabpanel-1" data-testid="pagination-dot-1" class="pagination__dot svelte-1wlnx51 dot--visible-second dot--visible"><span class="svelte-1wlnx51">Get Apple TV and Peacock together.</span> </button>
#tab-2
<button id="tab-2" role="tab" aria-selected="false" aria-controls="tabpanel-2" data-testid="pagination-dot-2" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Criminal Record</span> </button>
#tab-3
<button id="tab-3" role="tab" aria-selected="false" aria-controls="tabpanel-3" data-testid="pagination-dot-3" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Margo’s Got Money Troubles</span> </button>
#tab-4
<button id="tab-4" role="tab" aria-selected="false" aria-controls="tabpanel-4" data-testid="pagination-dot-4" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Your Friends &amp; Neighbors</span> </button>
#tab-5
<button id="tab-5" role="tab" aria-selected="false" aria-controls="tabpanel-5" data-testid="pagination-dot-5" class="pagination__dot svelte-1wlnx51 dot--visible"><span class="svelte-1wlnx51">Shrinking</span> </button>
#tab-6
<button id="tab-6" role="tab" aria-selected="false" aria-controls="tabpanel-6" data-testid="pagination-dot-6" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last-1"><span class="svelte-1wlnx51">Imperfect Women</span> </button>
#tab-7
<button id="tab-7" role="tab" aria-selected="false" aria-controls="tabpanel-7" data-testid="pagination-dot-7" class="pagination__dot svelte-1wlnx51 dot--visible dot--visible-last"><span class="svelte-1wlnx51">Monarch: Legacy of Monsters</span> </button>

Showing first 10 of 71 audited elements.

Scrollable region must have keyboard access

Scrollable regions must contain focusable elements or be focusable themselves to enable keyboard navigation. Without keyboard access, users cannot scroll to view content that extends beyond the visible area, making that content completely inaccessible to keyboard-only users.

Learn more

Audit Elements

#scrollable-page
<div id="scrollable-page" class="scrollable-page svelte-xmtc6f" data-main-content="" data-testid="main-section" aria-hidden="false">
.shelf-list
<ul class="shelf-list svelte-10i104w">
section[aria-labelledby="sec-heading-1v0fzza"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
section[aria-labelledby="sec-heading-d4xkyn1"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
section[aria-labelledby="sec-heading-cpms79t"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
.shelf-grid__list--grid-type-C
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-C shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
section[aria-labelledby="sec-heading-ojlc9pt"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
section[aria-labelledby="sec-heading-9dlyy0k"] > .shelf-grid__body.svelte-13b6ljx[data-testid="shelf-body"] > .shelf-grid__list--grid-type-I.shelf-grid__list.shelf-grid__list--grid-rows-1
<ul slot="shelf-content" class="shelf-grid__list shelf-grid__list--grid-type-I shelf-grid__list--grid-rows-1 svelte-13b6ljx" role="list" tabindex="-1" data-testid="shelf-item-list">
Summary elements must have discernible text

Screen reader users cannot identify the purpose of summary elements without an accessible name. Without a name, users won't understand what the control does and will likely miss information hidden within the associated details element.

Learn more

Audit Elements

.svelte-9g3za2:nth-child(1) > details > summary
<summary tabindex="0" class="svelte-1keuh4y">
.svelte-9g3za2:nth-child(2) > details > summary
<summary tabindex="0" class="svelte-1keuh4y">
.svelte-9g3za2:nth-child(3) > details > summary
<summary tabindex="0" class="svelte-1keuh4y">
.svelte-9g3za2:nth-child(4) > details > summary
<summary tabindex="0" class="svelte-1keuh4y">
.svelte-9g3za2:nth-child(5) > details > summary
<summary tabindex="0" class="svelte-1keuh4y">
.svelte-9g3za2:nth-child(6) > details > summary
<summary tabindex="0" class="svelte-1keuh4y">
.svelte-9g3za2:nth-child(7) > details > summary
<summary tabindex="0" class="svelte-1keuh4y">
.svelte-9g3za2:nth-child(8) > details > summary
<summary tabindex="0" class="svelte-1keuh4y">
Users should be able to zoom and scale the text up to 500%

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.

Learn more

Audit Elements

meta[name="viewport"]
<meta name="viewport" content="width=device-width,initial-scale=1">
Zooming and scaling must not be disabled

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.

Learn more

Audit Elements

meta[name="viewport"]
<meta name="viewport" content="width=device-width,initial-scale=1">

Browse results by category