Peacockpeacocktv.com
Accessibility Score
Issues Found
Issues Found
CriticalCertain ARIA roles must contain particular children1 element
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.
Failing Elements
<div data-testid="sle-carousel" role="list" class="sle-carousel-styles__SLECarouselStyle-sc-306efcb4-1 fFrzMx">
Fix any of the following:
- Element has children which are not allowed: ul[tabindex], div[aria-hidden]
SeriousARIA hidden element must not be focusable or contain focusable elements32 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.
Failing Elements
<div data-index="1" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Fix all of the following:
- Focusable content should have tabindex="-1" or be removed from the DOM
<div data-index="2" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Fix all of the following:
- Focusable content should have tabindex="-1" or be removed from the DOM
<div data-index="3" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Fix all of the following:
- Focusable content should have tabindex="-1" or be removed from the DOM
<div data-index="4" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Fix all of the following:
- Focusable content should have tabindex="-1" or be removed from the DOM
<div data-index="5" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Fix all of the following:
- Focusable content should have tabindex="-1" or be removed from the DOM
<div data-index="6" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Fix all of the following:
- Focusable content should have tabindex="-1" or be removed from the DOM
<div data-index="7" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Fix all of the following:
- Focusable content should have tabindex="-1" or be removed from the DOM
<div data-index="8" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Fix all of the following:
- Focusable content should have tabindex="-1" or be removed from the DOM
<div data-index="9" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Fix all of the following:
- Focusable content should have tabindex="-1" or be removed from the DOM
<div data-index="10" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Fix all of the following:
- Focusable content should have tabindex="-1" or be removed from the DOM
Showing first 10 of 32 failing elements.
ModeratePage should contain a level-one heading1 element
Screen reader users use keyboard shortcuts to jump directly to the first h1, expecting to land at the main content. Without an h1 or with a misplaced one, users must listen to more of the page to understand its structure, wasting valuable time on every page visit.
Failing Elements
<html class="no-js" lang="en-US">
Fix all of the following:
- Page must have a level-one heading
Passed Audits
<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements1 element
Screen readers announce definition lists in a specific way that helps users understand term-definition relationships. When definition lists aren't properly marked up with dl, dt, and dd elements, screen readers produce confusing or inaccurate output that prevents users from understanding the content structure.
Audit Elements
<dl class="faq-styles__FaqBody-sc-93399b1c-1 bwIVYw">
<dt> and <dd> elements must be contained by a <dl>8 elements
Definition list items must follow a specific hierarchy: dl as parent, with alternating dt (term) and dd (description) children. Without this proper structure, the list becomes invalid and screen readers cannot inform users they're listening to a list or convey the relationships between terms and their definitions.
Audit Elements
<dt aria-controls="faq-item-content-0" aria-label="Which NBA playoff rounds will be available on Peacock?" class="faq-styles__FaqQuestion-sc-93399b1c-4 jchvrx">
<dt aria-controls="faq-item-content-1" aria-label="Why are some MLB games unavailable to stream on Peacock?" class="faq-styles__FaqQuestion-sc-93399b1c-4 jchvrx">
<dt aria-controls="faq-item-content-2" aria-label="How can I sign up for the Apple TV and Peacock bundle?" class="faq-styles__FaqQuestion-sc-93399b1c-4 jchvrx">
<dt aria-controls="faq-item-content-3" aria-label="What's Peacock?" class="faq-styles__FaqQuestion-sc-93399b1c-4 jchvrx">
<dt aria-controls="faq-item-content-4" aria-label="What can I watch with Peacock Premium vs. Peacock Premium Plus?" class="faq-styles__FaqQuestion-sc-93399b1c-4 jchvrx">
<dt aria-controls="faq-item-content-5" aria-label="What devices does Peacock support?" class="faq-styles__FaqQuestion-sc-93399b1c-4 jchvrx">
<dt aria-controls="faq-item-content-6" aria-label="Does Peacock have a discount for students?" class="faq-styles__FaqQuestion-sc-93399b1c-4 jchvrx">
<dt aria-controls="faq-item-content-7" aria-label="Where can I get a Peacock Gift Card?" class="faq-styles__FaqQuestion-sc-93399b1c-4 jchvrx">
<html> element must have a lang attribute1 element
Screen readers need language information to switch between pronunciation libraries. Without a specified language, screen readers default to the user's preferred language, resulting in incorrect pronunciation that sounds like a strange accent and makes content difficult or impossible to understand.
Audit Elements
<html class="no-js" lang="en-US">
<html> element must have a valid value for the lang attribute1 element
Screen readers use language-specific sound libraries for proper pronunciation. Invalid language attributes cause screen readers to use the wrong library, making text sound like a confusing accent or completely unintelligible, especially for multilingual users who access content in multiple languages.
Audit Elements
<html class="no-js" lang="en-US">
<li> elements must be contained in a <ul> or <ol>103 elements
Lists require proper semantic hierarchy with ul or ol parent elements and li child elements. This structure allows screen readers to announce when users enter a list, how many items it contains, and which item they're currently on, providing essential context for understanding the content.
Audit Elements
<li class="skip-links-styles__SkipLinkListItem-sc-6203da-0 bKoqtE"><a data-testid="skip-link-main-content" href="#main-content" class="skip-links-styles__SkipLinkListLink-sc-6203da-2 NLXhC">Skip to main content</a></li>
<li class="skip-links-styles__SkipLinkListItem-sc-6203da-0 bKoqtE"><a data-testid="skip-link-ib-section-footer" href="#ib-section-footer" class="skip-links-styles__SkipLinkListLink-sc-6203da-2 NLXhC">Skip to footer</a></li>
<li class="menu-styles__MenuLi-sc-cb80e05e-2 khpJYz">
<li class="menu-styles__MenuLi-sc-cb80e05e-2 khpJYz">
<li class="slick-active"><button>1</button></li>
<li class=""><button>2</button></li>
<li class=""><button>3</button></li>
<li class=""><button>4</button></li>
<li class=""><button>5</button></li>
<li class=""><button>6</button></li>
Showing first 10 of 103 audited elements.
<ul> and <ol> must only directly contain <li>, <script> or <template> elements15 elements
Lists must contain only li elements as direct children (besides non-content elements like script or style). When other content elements appear within ul or ol tags, screen readers cannot properly inform users they're listening to list items, breaking the expected list navigation experience.
Audit Elements
<ul data-testid="skip-links" class="skip-links-styles__Container-sc-6203da-1 fhfkdu">
<ul class="menu-styles__MenuUl-sc-cb80e05e-1 eIFDCl">
<ul class="slick-dots" style="display: block;">
<ul id="plans" class="render-plans-styles__Plans-sc-1a378d61-2 iQHobb">
<ul data-testid="plan-features" class="plan-card-styles__PlanFeatures-sc-2ebd9158-12 cGnySx">
<ul data-testid="plan-features" class="plan-card-styles__PlanFeatures-sc-2ebd9158-12 cGnySx">
<ul data-testid="plan-features" class="plan-card-styles__PlanFeatures-sc-2ebd9158-12 cGnySx">
<ul data-testid="footer-section-list" class="styles__IAFooterSectionList-sc-652bc49a-6 gopyOh">
<ul data-testid="footer-section-list" class="styles__IAFooterSectionList-sc-652bc49a-6 gopyOh">
<ul data-testid="footer-section-list" class="styles__IAFooterSectionList-sc-652bc49a-6 gopyOh">
Showing first 10 of 15 audited elements.
All page content should be contained by landmarks852 elements
Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.
Audit Elements
<div class="app__container" data-ib-react-subtree-key="page">
<div class="prospect-styles__Base-sc-937e95b3-0 kYynsC">
<div class="prospect-styles__Div-sc-937e95b3-1 dceEdt">
<ul data-testid="skip-links" class="skip-links-styles__Container-sc-6203da-1 fhfkdu">
<li class="skip-links-styles__SkipLinkListItem-sc-6203da-0 bKoqtE"><a data-testid="skip-link-main-content" href="#main-content" class="skip-links-styles__SkipLinkListLink-sc-6203da-2 NLXhC">Skip to main content</a></li>
<a data-testid="skip-link-main-content" href="#main-content" class="skip-links-styles__SkipLinkListLink-sc-6203da-2 NLXhC">Skip to main content</a>
<li class="skip-links-styles__SkipLinkListItem-sc-6203da-0 bKoqtE"><a data-testid="skip-link-ib-section-footer" href="#ib-section-footer" class="skip-links-styles__SkipLinkListLink-sc-6203da-2 NLXhC">Skip to footer</a></li>
<a data-testid="skip-link-ib-section-footer" href="#ib-section-footer" class="skip-links-styles__SkipLinkListLink-sc-6203da-2 NLXhC">Skip to footer</a>
<div data-testid="sticky-header" class="styles__Div-sc-c603689-0 dsAQhR">
<div id="ib-section-header" data-testid="ia-header" data-tracking-module="ia-header" class="styles__Div-sc-c603689-0 dsAQhR">
Showing first 10 of 852 audited elements.
Alternative text of images should not be repeated as text17 elements
Duplicating alternative text adjacent to an image or link forces screen readers to announce the same information twice. This redundancy is unnecessary and confusing, especially when image buttons repeat their labels in nearby text.
Audit Elements
<img src="https://www.peacocktv.com/dam/growth/assets/Home/tilewall/0416-4up.jpg?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Hero image" data-tracking-context="Hero image" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacocktv.com/dam/growth/assets/apple/peacock-logo2.png?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Peacock Logo" data-tracking-context="Peacock Logo" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacocktv.com/dam/growth/assets/apple/lockup.png?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Apple Bundle Lockup Logo" data-tracking-context="Apple Bundle Lockup Logo" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img alt="Sports Offering Cont..." data-tracking-contex...="Sports Offering Cont..." class="picture-styles__Pict..." src="https://www.peacockt...">
<img src="https://www.peacocktv.com/dam/growth/assets/apple/0416-bundle.jpg?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="APPLE BUNDLE " data-tracking-context="APPLE BUNDLE " class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacocktv.com/dam/growth/assets/apple/lockup.png?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Apple Bundle Lockup Logo" data-tracking-context="Apple Bundle Lockup Logo" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacockt..." alt="Two mobile phones wi..." data-tracking-contex...="Two mobile phones wi..." class="picture-styles__Pict...">
<img src="https://www.peacocktv.com/dam/growth/assets/Home/productfeatures/0909-productfeatures-channels.png?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="channels" data-tracking-context="channels" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacocktv.com/dam/growth/assets/Home/giftcards/gc-new-d.jpg?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Peacock Home" data-tracking-context="Peacock Home" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="data:image/svg+xml;b..." role="img" alt="chevron" class="faq-styles__Chevron-...">
Showing first 10 of 17 audited elements.
ARIA attributes must be used as specified for the element's role112 elements
Using ARIA attributes where they're not expected causes unpredictable behavior in assistive technologies. Following the ARIA specification ensures that screen readers and other tools can properly interpret and communicate your content's meaning to people with disabilities.
Audit Elements
<a data-testid="logo-link" href="/" aria-label="Peacock" data-tracking-label="Peacock" class="index-styles__LogoLink-sc-e1186207-2 IgcSp">
<a data-tracking="true" href="https://www.peacocktv.com/start" data-tracking-action="click" data-testid="menu-secondary-button" aria-label="Sign In" data-tracking-label="Sign In" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 dcvKeD">Sign In</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" data-testid="menu-primary-button" aria-label="Get Started" data-tracking-label="Get Started" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 eRwGrz">Get Started</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" mode="primary" data-preview-selector="cta" aria-label="Get Started" data-testid="peacock-button" class="button-styles__Button-sc-2dd5854b-0 dFiYwF button-styles__ExtendedToolkitButton-sc-7eb08a60-1 jEnhyo">
<button aria-label="Close" tabindex="0" type="button" class="styles__CloseIcon-sc-ddb35e76-7 dkyQjw">
<div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline: none;">
<a color="primaryA" href="#ib-section-section-10" aria-label="Liège-Bastogne-Liège" data-testid="tile-link" class="sle-carousel-tile-styles__TileLinkWrapper-sc-fa534edd-6 bfhejJ">
<div data-testid="sle-carousel-tile" aria-label="Liège-Bastogne-Liège" data-tracking-context="Cycling" data-tracking-label="Liège-Bastogne-Liège" data-tracking-other="1777197600000" data-tracking-pod="1" class="sle-carousel-tile-styles__Tile-sc-fa534edd-2 gPuCiz">
<span aria-label="Liège-Bastogne-Liège" class="sle-carousel-tile-styles__TitleLink-sc-fa534edd-1 cMLZhp"><span class="sle-carousel-tile-styles__Title-sc-fa534edd-4 edKNnL">Liège-Bastogne-Liège</span><span class="sle-carousel-tile-styles__SubTitle-sc-fa534edd-5 hgrIct">April 26th, 10AM</span></span>
<div role="region" aria-label="Cast carousel" data-testid="cast-carousel" data-tracking-module="cast-carousel" class="index-styles__CastCarouselContainer-sc-e3c201c8-0 duprvb">
Showing first 10 of 112 audited elements.
ARIA attributes must conform to valid names112 elements
Misspelled or non-existent ARIA attributes cannot perform their intended accessibility function. Assistive technologies rely on correctly spelled, current ARIA attributes to convey proper user interface behaviors and structural information to people with disabilities.
Audit Elements
<a data-testid="logo-link" href="/" aria-label="Peacock" data-tracking-label="Peacock" class="index-styles__LogoLink-sc-e1186207-2 IgcSp">
<a data-tracking="true" href="https://www.peacocktv.com/start" data-tracking-action="click" data-testid="menu-secondary-button" aria-label="Sign In" data-tracking-label="Sign In" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 dcvKeD">Sign In</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" data-testid="menu-primary-button" aria-label="Get Started" data-tracking-label="Get Started" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 eRwGrz">Get Started</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" mode="primary" data-preview-selector="cta" aria-label="Get Started" data-testid="peacock-button" class="button-styles__Button-sc-2dd5854b-0 dFiYwF button-styles__ExtendedToolkitButton-sc-7eb08a60-1 jEnhyo">
<button aria-label="Close" tabindex="0" type="button" class="styles__CloseIcon-sc-ddb35e76-7 dkyQjw">
<div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline: none;">
<a color="primaryA" href="#ib-section-section-10" aria-label="Liège-Bastogne-Liège" data-testid="tile-link" class="sle-carousel-tile-styles__TileLinkWrapper-sc-fa534edd-6 bfhejJ">
<div data-testid="sle-carousel-tile" aria-label="Liège-Bastogne-Liège" data-tracking-context="Cycling" data-tracking-label="Liège-Bastogne-Liège" data-tracking-other="1777197600000" data-tracking-pod="1" class="sle-carousel-tile-styles__Tile-sc-fa534edd-2 gPuCiz">
<span aria-label="Liège-Bastogne-Liège" class="sle-carousel-tile-styles__TitleLink-sc-fa534edd-1 cMLZhp"><span class="sle-carousel-tile-styles__Title-sc-fa534edd-4 edKNnL">Liège-Bastogne-Liège</span><span class="sle-carousel-tile-styles__SubTitle-sc-fa534edd-5 hgrIct">April 26th, 10AM</span></span>
<div role="region" aria-label="Cast carousel" data-testid="cast-carousel" data-tracking-module="cast-carousel" class="index-styles__CastCarouselContainer-sc-e3c201c8-0 duprvb">
Showing first 10 of 112 audited elements.
ARIA attributes must conform to valid values112 elements
ARIA attributes must contain correctly spelled values that match the attribute's expected options. Invalid values prevent the accessibility feature from working, making content inaccessible to assistive technology users who depend on these attributes for navigation and interaction.
Audit Elements
<a data-testid="logo-link" href="/" aria-label="Peacock" data-tracking-label="Peacock" class="index-styles__LogoLink-sc-e1186207-2 IgcSp">
<a data-tracking="true" href="https://www.peacocktv.com/start" data-tracking-action="click" data-testid="menu-secondary-button" aria-label="Sign In" data-tracking-label="Sign In" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 dcvKeD">Sign In</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" data-testid="menu-primary-button" aria-label="Get Started" data-tracking-label="Get Started" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 eRwGrz">Get Started</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" mode="primary" data-preview-selector="cta" aria-label="Get Started" data-testid="peacock-button" class="button-styles__Button-sc-2dd5854b-0 dFiYwF button-styles__ExtendedToolkitButton-sc-7eb08a60-1 jEnhyo">
<button aria-label="Close" tabindex="0" type="button" class="styles__CloseIcon-sc-ddb35e76-7 dkyQjw">
<div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline: none;">
<a color="primaryA" href="#ib-section-section-10" aria-label="Liège-Bastogne-Liège" data-testid="tile-link" class="sle-carousel-tile-styles__TileLinkWrapper-sc-fa534edd-6 bfhejJ">
<div data-testid="sle-carousel-tile" aria-label="Liège-Bastogne-Liège" data-tracking-context="Cycling" data-tracking-label="Liège-Bastogne-Liège" data-tracking-other="1777197600000" data-tracking-pod="1" class="sle-carousel-tile-styles__Tile-sc-fa534edd-2 gPuCiz">
<span aria-label="Liège-Bastogne-Liège" class="sle-carousel-tile-styles__TitleLink-sc-fa534edd-1 cMLZhp"><span class="sle-carousel-tile-styles__Title-sc-fa534edd-4 edKNnL">Liège-Bastogne-Liège</span><span class="sle-carousel-tile-styles__SubTitle-sc-fa534edd-5 hgrIct">April 26th, 10AM</span></span>
<div role="region" aria-label="Cast carousel" data-testid="cast-carousel" data-tracking-module="cast-carousel" class="index-styles__CastCarouselContainer-sc-e3c201c8-0 duprvb">
Showing first 10 of 112 audited elements.
ARIA commands must have an accessible name8 elements
Screen reader users cannot determine the purpose of interactive elements with role="link", role="button", or role="menuitem" that lack an accessible name. Without a name, these controls are essentially invisible to assistive technology users.
Audit Elements
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-0-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-1-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-2-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-3-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-4-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-5-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-6-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-7-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
ARIA hidden element must not be focusable or contain focusable elements47 elements
Elements with aria-hidden="true" are removed from the accessibility API but remain keyboard-focusable, creating confusion about their visibility state. When users tab to these hidden elements, screen readers stay silent, leaving users unaware of what they've focused on or why nothing is being announced.
Audit Elements
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" viewBox="0 0 114 35" data-testid="peacock-wob-logo" aria-hidden="true">
<button type="button" tabindex="-1" aria-hidden="true" data-testid="arrow-prev" hidden="" class="sle-carousel-arrow-styles__PrevArrow-sc-db150d37-0 giGpqM"></button>
<button type="button" tabindex="-1" aria-hidden="true" data-testid="arrow-next" class="sle-carousel-arrow-styles__NextArrow-sc-db150d37-1 hghJSb"></button>
<button type="button" tabindex="-1" aria-hidden="true" data-testid="arrow-prev" hidden="" class="sle-carousel-arrow-styles__PrevArrow-sc-db150d37-0 giGpqM"></button>
<div data-index="1" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
<div data-index="2" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
<div data-index="3" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
<div data-index="4" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
<div data-index="5" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
<div data-index="6" class="slick-slide" tabindex="-1" aria-hidden="true" style="outline: none;">
Showing first 10 of 47 audited elements.
ARIA role should be appropriate for the element75 elements
Invalid ARIA role and HTML element combinations can break accessibility for entire sections of your application. When roles are used incorrectly, assistive technologies may report confusing or nonsensical information to users, making it impossible for them to understand and interact with the interface properly.
Audit Elements
<header role="banner" class="index-styles__Header-sc-e1186207-0 expCul">
<div data-testid="sle-carousel" role="list" class="sle-carousel-styles__SLECarouselStyle-sc-306efcb4-1 fFrzMx">
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
Showing first 10 of 75 audited elements.
ARIA roles used must conform to valid values24 elements
Invalid ARIA role values prevent assistive technologies from understanding and communicating the element's purpose to users. Without valid roles, screen readers cannot provide information about the element's features, properties, or how users should interact with it.
Audit Elements
<header role="banner" class="index-styles__Header-sc-e1186207-0 expCul">
<div data-testid="sle-carousel" role="list" class="sle-carousel-styles__SLECarouselStyle-sc-306efcb4-1 fFrzMx">
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
<div role="region" aria-label="Cast carousel" data-testid="cast-carousel" data-tracking-module="cast-carousel" class="index-styles__CastCarouselContainer-sc-e3c201c8-0 duprvb">
<div role="tablist" aria-label="Navigation Bar" data-testid="desktop-view" class="navigation-bar-styles__TabletDesktopView-sc-95235aa-2 hcgydk">
<button tabindex="0" aria-label="Plans " data-preview-selector="gridCollection-0-filterTitle" role="tab" aria-selected="true" id="ia-plan-picker-multi-diff-TabletDesktopView-Plans -0" data-testid="selected-category" class="navigation-bar-styles__NavigationBarItem-sc-95235aa-4 cghJOW">Plans </button>
<button tabindex="-1" aria-label="Bundles" data-preview-selector="gridCollection-1-filterTitle" role="tab" aria-selected="false" id="ia-plan-picker-multi-diff-TabletDesktopView-Bundles-1" data-testid="non-selected-category" class="navigation-bar-styles__NavigationBarItem-sc-95235aa-4 gvokWK">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-0-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<img src="data:image/svg+xml;b..." role="img" alt="chevron" class="faq-styles__Chevron-...">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-1-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
Showing first 10 of 24 audited elements.
aria-hidden="true" must not be present on the document body1 element
Setting <body aria-hidden="true" hides all page content from assistive technologies while leaving it visible on screen. This creates a confusing experience where keyboard users can still tab to elements, but screen readers remain completely silent, providing no information about what's focused.
Audit Elements
<body class="base-us">
Banner landmark should not be contained in another landmark1 element
Banner landmarks must be top-level to effectively designate the header portion of the page. Nested banner landmarks fail to provide the structural information screen reader users need to navigate efficiently through the page layout.
Audit Elements
<header role="banner" class="index-styles__Header-sc-e1186207-0 expCul">
Buttons must have discernible text34 elements
Screen reader users cannot determine the purpose of buttons without an accessible name. Without a name, users don't know what action the button will perform when activated.
Audit Elements
<button aria-label="Close" tabindex="0" type="button" class="styles__CloseIcon-sc-ddb35e76-7 dkyQjw">
<button>1</button>
<button>2</button>
<button>3</button>
<button>4</button>
<button>5</button>
<button>6</button>
<button>7</button>
<button>8</button>
<button>9</button>
Showing first 10 of 34 audited elements.
Certain ARIA roles must be contained by particular parents3 elements
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.
Audit Elements
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
<button tabindex="0" aria-label="Plans " data-preview-selector="gridCollection-0-filterTitle" role="tab" aria-selected="true" id="ia-plan-picker-multi-diff-TabletDesktopView-Plans -0" data-testid="selected-category" class="navigation-bar-styles__NavigationBarItem-sc-95235aa-4 cghJOW">Plans </button>
<button tabindex="-1" aria-label="Bundles" data-preview-selector="gridCollection-1-filterTitle" role="tab" aria-selected="false" id="ia-plan-picker-multi-diff-TabletDesktopView-Bundles-1" data-testid="non-selected-category" class="navigation-bar-styles__NavigationBarItem-sc-95235aa-4 gvokWK">
Certain ARIA roles must contain particular children1 element
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.
Audit Elements
<div role="tablist" aria-label="Navigation Bar" data-testid="desktop-view" class="navigation-bar-styles__TabletDesktopView-sc-95235aa-2 hcgydk">
Contentinfo landmark should not be contained in another landmark1 element
The contentinfo landmark must be at the top level to help screen reader users quickly navigate to footer information. When nested inside another landmark, it becomes harder to find, defeating its purpose of providing quick access to content information.
Audit Elements
<footer role="contentinfo" class="footer-styles__Footer-sc-46d220e0-1 eGlaxA">
Deprecated ARIA roles must not be used24 elements
Deprecated ARIA roles are not recognized by modern screen readers and assistive technologies. Using outdated roles means some users cannot access essential information or functionality on your site.
Audit Elements
<header role="banner" class="index-styles__Header-sc-e1186207-0 expCul">
<div data-testid="sle-carousel" role="list" class="sle-carousel-styles__SLECarouselStyle-sc-306efcb4-1 fFrzMx">
<div color="primaryA" role="listitem" class="sle-carousel-tile-styles__TileStyle-sc-fa534edd-0 HyoXH">
<div role="region" aria-label="Cast carousel" data-testid="cast-carousel" data-tracking-module="cast-carousel" class="index-styles__CastCarouselContainer-sc-e3c201c8-0 duprvb">
<div role="tablist" aria-label="Navigation Bar" data-testid="desktop-view" class="navigation-bar-styles__TabletDesktopView-sc-95235aa-2 hcgydk">
<button tabindex="0" aria-label="Plans " data-preview-selector="gridCollection-0-filterTitle" role="tab" aria-selected="true" id="ia-plan-picker-multi-diff-TabletDesktopView-Plans -0" data-testid="selected-category" class="navigation-bar-styles__NavigationBarItem-sc-95235aa-4 cghJOW">Plans </button>
<button tabindex="-1" aria-label="Bundles" data-preview-selector="gridCollection-1-filterTitle" role="tab" aria-selected="false" id="ia-plan-picker-multi-diff-TabletDesktopView-Bundles-1" data-testid="non-selected-category" class="navigation-bar-styles__NavigationBarItem-sc-95235aa-4 gvokWK">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-0-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<img src="data:image/svg+xml;b..." role="img" alt="chevron" class="faq-styles__Chevron-...">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-1-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
Showing first 10 of 24 audited elements.
Document should have one main landmark1 element
Every page should have exactly one main landmark that identifies the primary content. Without a main landmark, screen reader users must navigate through all content linearly to find what they're looking for, making page navigation difficult and time-consuming.
Audit Elements
<html class="no-js" lang="en-US">
Document should not have more than one banner landmark1 element
Multiple banner landmarks force screen reader users to sort through duplicate options to find header information. Each page should have only one banner landmark to enable quick, predictable navigation to the header without overwhelming users with unnecessary choices.
Audit Elements
<header role="banner" class="index-styles__Header-sc-e1186207-0 expCul">
Document should not have more than one contentinfo landmark1 element
Multiple contentinfo landmarks force screen reader users to sort through extra options to find footer information. Each page should have only one content info landmark to enable quick, predictable navigation without overwhelming users with duplicate structural markers.
Audit Elements
<footer role="contentinfo" class="footer-styles__Footer-sc-46d220e0-1 eGlaxA">
Document should not have more than one main landmark1 element
Multiple main landmarks confuse screen reader users about where the primary content is located. Each page should have only one main landmark so users can quickly and predictably navigate to the primary content area.
Audit Elements
<main id="main-content" data-a11y-root="disabled" data-testid="ib-main-content">
Documents must have <title> element to aid in navigation1 element
The page title is the first thing screen reader users hear when loading a page. Without a descriptive, unique title, users must read through the entire page to understand its contents and purpose, wasting valuable time on every page visit.
Audit Elements
<html class="no-js" lang="en-US">
Elements must meet minimum color contrast ratio thresholds132 elements
People with low vision or color blindness cannot read text that lacks sufficient contrast with its background. With nearly three times more people having low vision than total blindness, and 8% of men and 0.4% of women having color deficiencies, adequate contrast is essential for making text readable to millions of users.
Audit Elements
<a data-tracking="true" href="https://www.peacocktv.com/start" data-tracking-action="click" data-testid="menu-secondary-button" aria-label="Sign In" data-tracking-label="Sign In" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 dcvKeD">Sign In</a>
<div data-preview-selector="headline" class="styles__Headline-sc-ddb35e76-3 fuUblu">The NBA Playoffs Are Here</div>
<div data-preview-selector="subheadline" class="styles__SubHeadline-sc-ddb35e76-4 iPiPpY">Stream the First Round on Peacock and NBC</div>
<span role="" class="richText-styles__RTLight-sc-277721d5-14 cIPGzS">Hit Movies, Must-See TV, and Live Sports</span>
<span role="" class="richText-styles__RTTextSizeSpan-sc-277721d5-3 brinlF">Choose a Peacock plan or bundle to start streaming.</span>
<span role="" class="richText-styles__RTLight-sc-277721d5-14 cIPGzS">Shows, Movies & Sports</span>
<span role="" class="richText-styles__RTLight-sc-277721d5-14 cIPGzS">Bundle and Save</span>
<span role="" class="richText-styles__RTTextSizeSpan-sc-277721d5-3 johOwA">Already have a Peacock subscription billed directly by Peacock? </span>
<span role="" class="richText-styles__RTTextSizeSpan-sc-277721d5-3 johOwA">Sign In</span>
<span role="" class="richText-styles__RTTextSizeSpan-sc-277721d5-3 johOwA"> and upgrade to the bundle in your account.</span>
Showing first 10 of 132 audited elements.
Elements must only use permitted ARIA attributes106 elements
Using prohibited ARIA attributes prevents important information from reaching assistive technology users. It also causes assistive technologies to behave inconsistently as they attempt to compensate for the error.
Audit Elements
<a data-testid="logo-link" href="/" aria-label="Peacock" data-tracking-label="Peacock" class="index-styles__LogoLink-sc-e1186207-2 IgcSp">
<a data-tracking="true" href="https://www.peacocktv.com/start" data-tracking-action="click" data-testid="menu-secondary-button" aria-label="Sign In" data-tracking-label="Sign In" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 dcvKeD">Sign In</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" data-testid="menu-primary-button" aria-label="Get Started" data-tracking-label="Get Started" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 eRwGrz">Get Started</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" mode="primary" data-preview-selector="cta" aria-label="Get Started" data-testid="peacock-button" class="button-styles__Button-sc-2dd5854b-0 dFiYwF button-styles__ExtendedToolkitButton-sc-7eb08a60-1 jEnhyo">
<button aria-label="Close" tabindex="0" type="button" class="styles__CloseIcon-sc-ddb35e76-7 dkyQjw">
<div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline: none;">
<a color="primaryA" href="#ib-section-section-10" aria-label="Liège-Bastogne-Liège" data-testid="tile-link" class="sle-carousel-tile-styles__TileLinkWrapper-sc-fa534edd-6 bfhejJ">
<div data-testid="sle-carousel-tile" aria-label="Liège-Bastogne-Liège" data-tracking-context="Cycling" data-tracking-label="Liège-Bastogne-Liège" data-tracking-other="1777197600000" data-tracking-pod="1" class="sle-carousel-tile-styles__Tile-sc-fa534edd-2 gPuCiz">
<span aria-label="Liège-Bastogne-Liège" class="sle-carousel-tile-styles__TitleLink-sc-fa534edd-1 cMLZhp"><span class="sle-carousel-tile-styles__Title-sc-fa534edd-4 edKNnL">Liège-Bastogne-Liège</span><span class="sle-carousel-tile-styles__SubTitle-sc-fa534edd-5 hgrIct">April 26th, 10AM</span></span>
<div role="region" aria-label="Cast carousel" data-testid="cast-carousel" data-tracking-module="cast-carousel" class="index-styles__CastCarouselContainer-sc-e3c201c8-0 duprvb">
Showing first 10 of 106 audited elements.
Elements must only use supported ARIA attributes112 elements
Using ARIA attributes in roles where they're not allowed can disable accessibility for entire sections of your application. Invalid attribute-role combinations create conflicts that cause assistive technologies to report incorrect or nonsensical information about your interface.
Audit Elements
<a data-testid="logo-link" href="/" aria-label="Peacock" data-tracking-label="Peacock" class="index-styles__LogoLink-sc-e1186207-2 IgcSp">
<a data-tracking="true" href="https://www.peacocktv.com/start" data-tracking-action="click" data-testid="menu-secondary-button" aria-label="Sign In" data-tracking-label="Sign In" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 dcvKeD">Sign In</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" data-testid="menu-primary-button" aria-label="Get Started" data-tracking-label="Get Started" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 eRwGrz">Get Started</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" mode="primary" data-preview-selector="cta" aria-label="Get Started" data-testid="peacock-button" class="button-styles__Button-sc-2dd5854b-0 dFiYwF button-styles__ExtendedToolkitButton-sc-7eb08a60-1 jEnhyo">
<button aria-label="Close" tabindex="0" type="button" class="styles__CloseIcon-sc-ddb35e76-7 dkyQjw">
<div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline: none;">
<a color="primaryA" href="#ib-section-section-10" aria-label="Liège-Bastogne-Liège" data-testid="tile-link" class="sle-carousel-tile-styles__TileLinkWrapper-sc-fa534edd-6 bfhejJ">
<div data-testid="sle-carousel-tile" aria-label="Liège-Bastogne-Liège" data-tracking-context="Cycling" data-tracking-label="Liège-Bastogne-Liège" data-tracking-other="1777197600000" data-tracking-pod="1" class="sle-carousel-tile-styles__Tile-sc-fa534edd-2 gPuCiz">
<span aria-label="Liège-Bastogne-Liège" class="sle-carousel-tile-styles__TitleLink-sc-fa534edd-1 cMLZhp"><span class="sle-carousel-tile-styles__Title-sc-fa534edd-4 edKNnL">Liège-Bastogne-Liège</span><span class="sle-carousel-tile-styles__SubTitle-sc-fa534edd-5 hgrIct">April 26th, 10AM</span></span>
<div role="region" aria-label="Cast carousel" data-testid="cast-carousel" data-tracking-module="cast-carousel" class="index-styles__CastCarouselContainer-sc-e3c201c8-0 duprvb">
Showing first 10 of 112 audited elements.
Elements should not have tabindex greater than zero14 elements
Using tabindex values greater than 0 creates unexpected tab orders that disorient users. It makes elements appear to be skipped when users tab past them, requires setting tabindex on every element to maintain order, and forces all tabindex items to be visited before any normal elements, breaking natural navigation flow.
Audit Elements
<button aria-label="Close" tabindex="0" type="button" class="styles__CloseIcon-sc-ddb35e76-7 dkyQjw">
<div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline: none;">
<div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline: none;">
<div data-testid="cast-tile" tabindex="0" data-a11y-outline="true" data-tracking-context="" class="cast-tile-styles__CastTile-sc-89a0c2bc-0 fjfHNf">
<button tabindex="0" aria-label="Plans " data-preview-selector="gridCollection-0-filterTitle" role="tab" aria-selected="true" id="ia-plan-picker-multi-diff-TabletDesktopView-Plans -0" data-testid="selected-category" class="navigation-bar-styles__NavigationBarItem-sc-95235aa-4 cghJOW">Plans </button>
<button tabindex="-1" aria-label="Bundles" data-preview-selector="gridCollection-1-filterTitle" role="tab" aria-selected="false" id="ia-plan-picker-multi-diff-TabletDesktopView-Bundles-1" data-testid="non-selected-category" class="navigation-bar-styles__NavigationBarItem-sc-95235aa-4 gvokWK">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-0-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-1-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-2-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
<span data-testid="faq-item-title" tabindex="0" aria-pressed="false" aria-expanded="false" data-preview-selector="faqs-3-faqItemTitle" role="button" class="faq-styles__FaqButton-sc-93399b1c-5 dTBUIt">
Showing first 10 of 14 audited elements.
Heading levels should only increase by one13 elements
Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.
Audit Elements
<h2 class="richText-styles__RTH2-sc-277721d5-8 hQMimt">
<h2 data-preview-selector="planPickerTitle" class="styles__EmbeddedHeading-sc-7af11b20-5 cbYKS">Pick a Plan. Cancel Anytime.</h2>
<h2 data-testid="Product Title" data-preview-selector="categories-0-plans-0-productTitle" class="plan-card-styles__PlanTitle-sc-2ebd9158-8 dNjqPr">Select</h2>
<h2 data-testid="Product Title" data-preview-selector="categories-0-plans-1-productTitle" class="plan-card-styles__PlanTitle-sc-2ebd9158-8 dNjqPr">Premium </h2>
<h2 data-testid="Product Title" data-preview-selector="categories-0-plans-2-productTitle" class="plan-card-styles__PlanTitle-sc-2ebd9158-8 dNjqPr">Premium Plus</h2>
<h2 class="richText-styles__RTH2-sc-277721d5-8 hQMimt"><span class="richText-styles__RTTextSizeSpan-sc-277721d5-3 fScSAM" role=""><span role="" class="richText-styles__RTColorSpan-sc-277721d5-2 jIYVMO">More Reasons to Love Peacock</span></span></h2>
<h3 data-preview-selector="title" class="faq-styles__FaqHeading-sc-93399b1c-2 bOlpkX">Questions? We've Got You Covered</h3>
<h4 aria-label="BROWSE" data-preview-selector="footerSections-0-heading" class="styles__SectionHeading-sc-652bc49a-5 hmZzME">BROWSE</h4>
<h4 aria-label="SPORTS" data-preview-selector="footerSections-1-heading" class="styles__SectionHeading-sc-652bc49a-5 hmZzME">SPORTS</h4>
<h4 aria-label="COLLECTIONS" data-preview-selector="footerSections-2-heading" class="styles__SectionHeading-sc-652bc49a-5 hmZzME">COLLECTIONS</h4>
Showing first 10 of 13 audited elements.
Headings should not be empty13 elements
Screen readers announce headings to help users navigate page structure. Empty headings confuse users and prevent them from understanding the page's organization. Headings should only be used to convey structure, not for visual styling, and must contain accessible text that screen readers can announce.
Audit Elements
<h2 class="richText-styles__RTH2-sc-277721d5-8 hQMimt">
<h2 data-preview-selector="planPickerTitle" class="styles__EmbeddedHeading-sc-7af11b20-5 cbYKS">Pick a Plan. Cancel Anytime.</h2>
<h2 data-testid="Product Title" data-preview-selector="categories-0-plans-0-productTitle" class="plan-card-styles__PlanTitle-sc-2ebd9158-8 dNjqPr">Select</h2>
<h2 data-testid="Product Title" data-preview-selector="categories-0-plans-1-productTitle" class="plan-card-styles__PlanTitle-sc-2ebd9158-8 dNjqPr">Premium </h2>
<h2 data-testid="Product Title" data-preview-selector="categories-0-plans-2-productTitle" class="plan-card-styles__PlanTitle-sc-2ebd9158-8 dNjqPr">Premium Plus</h2>
<h2 class="richText-styles__RTH2-sc-277721d5-8 hQMimt"><span class="richText-styles__RTTextSizeSpan-sc-277721d5-3 fScSAM" role=""><span role="" class="richText-styles__RTColorSpan-sc-277721d5-2 jIYVMO">More Reasons to Love Peacock</span></span></h2>
<h3 data-preview-selector="title" class="faq-styles__FaqHeading-sc-93399b1c-2 bOlpkX">Questions? We've Got You Covered</h3>
<h4 aria-label="BROWSE" data-preview-selector="footerSections-0-heading" class="styles__SectionHeading-sc-652bc49a-5 hmZzME">BROWSE</h4>
<h4 aria-label="SPORTS" data-preview-selector="footerSections-1-heading" class="styles__SectionHeading-sc-652bc49a-5 hmZzME">SPORTS</h4>
<h4 aria-label="COLLECTIONS" data-preview-selector="footerSections-2-heading" class="styles__SectionHeading-sc-652bc49a-5 hmZzME">COLLECTIONS</h4>
Showing first 10 of 13 audited elements.
IDs used in ARIA and labels must be unique8 elements
Duplicate IDs break the accessibility of ARIA elements, form labels, and table headers. When IDs are duplicated, assistive technologies and scripts only reference the first instance, causing subsequent elements with the same ID to be ignored or incorrectly associated.
Audit Elements
<dd data-testid="faq-item-content" id="faq-item-content-0" data-preview-selector="faqs-0-faqItemContent" class="faq-styles__FaqContent-sc-93399b1c-6 fjQZXq">
<dd data-testid="faq-item-content" id="faq-item-content-1" data-preview-selector="faqs-1-faqItemContent" class="faq-styles__FaqContent-sc-93399b1c-6 fjQZXq">
<dd data-testid="faq-item-content" id="faq-item-content-2" data-preview-selector="faqs-2-faqItemContent" class="faq-styles__FaqContent-sc-93399b1c-6 fjQZXq">Learn more about the Apple TV and Peacock bundle <a href="/bundle/apple-tv" target="_blank">here</a>.</dd>
<dd data-testid="faq-item-content" id="faq-item-content-3" data-preview-selector="faqs-3-faqItemContent" class="faq-styles__FaqContent-sc-93399b1c-6 fjQZXq">
<dd data-testid="faq-item-content" id="faq-item-content-4" data-preview-selector="faqs-4-faqItemContent" class="faq-styles__FaqContent-sc-93399b1c-6 fjQZXq">
<dd data-testid="faq-item-content" id="faq-item-content-5" data-preview-selector="faqs-5-faqItemContent" class="faq-styles__FaqContent-sc-93399b1c-6 fjQZXq">
<dd data-testid="faq-item-content" id="faq-item-content-6" data-preview-selector="faqs-6-faqItemContent" class="faq-styles__FaqContent-sc-93399b1c-6 fjQZXq">
<dd data-testid="faq-item-content" id="faq-item-content-7" data-preview-selector="faqs-7-faqItemContent" class="faq-styles__FaqContent-sc-93399b1c-6 fjQZXq">
Images must have alternative text17 elements
Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.
Audit Elements
<img src="https://www.peacocktv.com/dam/growth/assets/Home/tilewall/0416-4up.jpg?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Hero image" data-tracking-context="Hero image" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacocktv.com/dam/growth/assets/apple/peacock-logo2.png?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Peacock Logo" data-tracking-context="Peacock Logo" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacocktv.com/dam/growth/assets/apple/lockup.png?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Apple Bundle Lockup Logo" data-tracking-context="Apple Bundle Lockup Logo" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img alt="Sports Offering Cont..." data-tracking-contex...="Sports Offering Cont..." class="picture-styles__Pict..." src="https://www.peacockt...">
<img src="https://www.peacocktv.com/dam/growth/assets/apple/0416-bundle.jpg?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="APPLE BUNDLE " data-tracking-context="APPLE BUNDLE " class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacocktv.com/dam/growth/assets/apple/lockup.png?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Apple Bundle Lockup Logo" data-tracking-context="Apple Bundle Lockup Logo" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacockt..." alt="Two mobile phones wi..." data-tracking-contex...="Two mobile phones wi..." class="picture-styles__Pict...">
<img src="https://www.peacocktv.com/dam/growth/assets/Home/productfeatures/0909-productfeatures-channels.png?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="channels" data-tracking-context="channels" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacocktv.com/dam/growth/assets/Home/giftcards/gc-new-d.jpg?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Peacock Home" data-tracking-context="Peacock Home" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="data:image/svg+xml;b..." role="img" alt="chevron" class="faq-styles__Chevron-...">
Showing first 10 of 17 audited elements.
Inline text spacing must be adjustable with custom stylesheets14 elements
Single-spaced text makes it difficult for people with cognitive disabilities to track lines while reading. Providing line spacing between 1.5 to 2 helps these users start a new line more easily after finishing the previous one.
Audit Elements
<rect width="40" height="40" rx="20" fill="#8C8C8C" style="mix-blend-mode:overlay"></rect>
<div class="slick-track" style="width: 26880px; opacity: 1; transform: translate3d(0px, 0px, 0px);">
<div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline: none;">
<div style="width: 0px;"></div>
<div style="width: 0px;"></div>
<ul class="slick-dots" style="display: block;">
<div class="slick-track" style="width: 11360px; opacity: 1; transform: translate3d(-3px, 0px, 0px);">
<div data-index="0" class="slick-slide slick-active slick-current" tabindex="-1" aria-hidden="false" style="outline: none;">
<button data-tracking="true" data-tracking-action="click" aria-label="CHOOSE - $7.99/month" mode="primary" data-preview-selecto...="categories-0-plans-0..." data-testid="peacock-button" data-tracking-contex...="" data-checkout="true" data-checkout-params="/checkout" ...>
<button data-tracking="true" data-tracking-action="click" aria-label="CHOOSE - $79.99/year" mode="primary" data-preview-selecto...="categories-0-plans-0..." data-testid="peacock-button" data-tracking-contex...="" data-checkout="true" data-checkout-params="/checkout" ...>
Showing first 10 of 14 audited elements.
Interactive controls must not be nested59 elements
Nested interactive elements create empty tab stops where screen readers remain silent. When users tab to a focusable element inside another interactive control, they receive no information about its name, role, or state, creating a confusing and broken navigation experience.
Audit Elements
<button aria-label="Close" tabindex="0" type="button" class="styles__CloseIcon-sc-ddb35e76-7 dkyQjw">
<img src="https://www.peacocktv.com/dam/growth/assets/Home/tilewall/0416-4up.jpg?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Hero image" data-tracking-context="Hero image" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacocktv.com/dam/growth/assets/apple/peacock-logo2.png?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Peacock Logo" data-tracking-context="Peacock Logo" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img src="https://www.peacocktv.com/dam/growth/assets/apple/lockup.png?downsize=1200:*&image-quality=7&output-format=webp&output-quality=70" alt="Apple Bundle Lockup Logo" data-tracking-context="Apple Bundle Lockup Logo" class="picture-styles__PictureImage-sc-3172872a-0 iaIEIa">
<img alt="Sports Offering Cont..." data-tracking-contex...="Sports Offering Cont..." class="picture-styles__Pict..." src="https://www.peacockt...">
<button>1</button>
<button>2</button>
<button>3</button>
<button>4</button>
<button>5</button>
Showing first 10 of 59 audited elements.
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination6 elements
Each landmark on a page must have either a unique role or a unique accessible name. Duplicate landmarks confuse screen reader users about which section they're navigating to, making it difficult to efficiently move through the page structure.
Audit Elements
<header role="banner" class="index-styles__Header-sc-e1186207-0 expCul">
<nav class="menu-styles__Menu-sc-cb80e05e-0 bJFmzn">
<main id="main-content" data-a11y-root="disabled" data-testid="ib-main-content">
<div role="region" aria-label="Cast carousel" data-testid="cast-carousel" data-tracking-module="cast-carousel" class="index-styles__CastCarouselContainer-sc-e3c201c8-0 duprvb">
<section id="ib-section-S-80a3e877" data-testid="ia-footer-navigation" aria-label="footer-navigation" data-tracking-module="ia-footer-navigation" class="styles__IAFooterNavigation-sc-652bc49a-0 gIaIMQ">
<footer role="contentinfo" class="footer-styles__Footer-sc-46d220e0-1 eGlaxA">
Links must have discernible text74 elements
Keyboard users and screen reader users can only interact with links that have accessible names and can receive focus. Without proper names, users don't know where links lead. Without keyboard focus, users who cannot use a mouse cannot activate the links at all.
Audit Elements
<a data-testid="skip-link-main-content" href="#main-content" class="skip-links-styles__SkipLinkListLink-sc-6203da-2 NLXhC">Skip to main content</a>
<a data-testid="skip-link-ib-section-footer" href="#ib-section-footer" class="skip-links-styles__SkipLinkListLink-sc-6203da-2 NLXhC">Skip to footer</a>
<a data-testid="logo-link" href="/" aria-label="Peacock" data-tracking-label="Peacock" class="index-styles__LogoLink-sc-e1186207-2 IgcSp">
<a data-tracking="true" href="https://www.peacocktv.com/start" data-tracking-action="click" data-testid="menu-secondary-button" aria-label="Sign In" data-tracking-label="Sign In" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 dcvKeD">Sign In</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" data-testid="menu-primary-button" aria-label="Get Started" data-tracking-label="Get Started" data-tracking-context="nav" class="button-styles__Button-sc-2dd5854b-0 eRwGrz">Get Started</a>
<a data-tracking="true" href="#ib-section-section-10" data-tracking-action="anchor-click" mode="primary" data-preview-selector="cta" aria-label="Get Started" data-testid="peacock-button" class="button-styles__Button-sc-2dd5854b-0 dFiYwF button-styles__ExtendedToolkitButton-sc-7eb08a60-1 jEnhyo">
<a data-tracking="true" href="?plan-picker-category=plans#ib-section-section-10" data-tracking-action="anchor-click" data-same-page-href="true" mode="primary" data-testid="peacock-button" ...>
<a data-tracking="true" href="?plan-picker-category=bundles#ib-section-section-10" data-tracking-action="anchor-click" data-same-page-href="true" mode="primary" data-testid="peacock-button" ...>
<a class="richText-styles__RTAnchor-sc-277721d5-6 bcrzUe" role="" href="/signin?return=/account/plans"><span role="" class="richText-styles__RTColorSpan-sc-277721d5-2 diTYRg"><span role="" class="richText-styles__RTTextSizeSpan-sc-277721d5-3 johOwA">Sign In</span></span></a>
<a color="primaryA" href="#ib-section-section-10" aria-label="Liège-Bastogne-Liège" data-testid="tile-link" class="sle-carousel-tile-styles__TileLinkWrapper-sc-fa534edd-6 bfhejJ">
Showing first 10 of 74 audited elements.
Main landmark should not be contained in another landmark1 element
The main landmark must be at the top level and not nested inside other landmarks. This ensures screen reader users can quickly navigate to the primary content without searching through complex hierarchy, making page navigation simpler and more predictable.
Audit Elements
<main id="main-content" data-a11y-root="disabled" data-testid="ib-main-content">
Page must have means to bypass repeated blocks1 element
Keyboard-only users must tab through all navigation and header content before reaching the main content, which can take several minutes and cause physical pain for users with motor limitations. Bypass mechanisms like skip links allow these users to jump directly to main content, saving time and reducing fatigue.
Audit Elements
<html class="no-js" lang="en-US">
Required ARIA attributes must be provided87 elements
ARIA widget roles need required attributes to describe their current state. Without these attributes, screen readers cannot communicate essential information like whether a checkbox is checked or a slider's current value, leaving users unable to interact effectively with the widget.
Audit Elements
<header role="banner" class="index-styles__Header-sc-e1186207-0 expCul">
<span class="richText-styles__RTTextSizeSpan-sc-277721d5-3 eZZFKO" role=""><span role="" class="richText-styles__RTLight-sc-277721d5-14 cIPGzS">Hit Movies, Must-See TV, and Live Sports</span></span>
<span role="" class="richText-styles__RTLight-sc-277721d5-14 cIPGzS">Hit Movies, Must-See TV, and Live Sports</span>
<span class="richText-styles__RTLight-sc-277721d5-14 cIPGzS" role=""><span role="" class="richText-styles__RTTextSizeSpan-sc-277721d5-3 brinlF">Choose a Peacock plan or bundle to start streaming.</span></span>
<span role="" class="richText-styles__RTTextSizeSpan-sc-277721d5-3 brinlF">Choose a Peacock plan or bundle to start streaming.</span>
<span class="richText-styles__RTTextSizeSpan-sc-277721d5-3 cWlXKE" role=""><span role="" class="richText-styles__RTLight-sc-277721d5-14 cIPGzS">Shows, Movies & Sports</span></span>
<span role="" class="richText-styles__RTLight-sc-277721d5-14 cIPGzS">Shows, Movies & Sports</span>
<span class="richText-styles__RTTextSizeSpan-sc-277721d5-3 cWlXKE" role=""><span role="" class="richText-styles__RTLight-sc-277721d5-14 cIPGzS">Bundle and Save</span></span>
<span role="" class="richText-styles__RTLight-sc-277721d5-14 cIPGzS">Bundle and Save</span>
<span class="richText-styles__RTColorSpan-sc-277721d5-2 bOLyKC" role=""><span role="" class="richText-styles__RTTextSizeSpan-sc-277721d5-3 johOwA">Already have a Peacock subscription billed directly by Peacock? </span></span>
Showing first 10 of 87 audited elements.
The skip-link target should exist and be focusable2 elements
Skip links allow keyboard users to bypass repetitive navigation and jump directly to main content. Without skip links, users must tab through potentially hundreds of navigation links on every page, which is time-consuming and can cause physical pain for users with motor limitations.
Audit Elements
<a data-testid="skip-link-main-content" href="#main-content" class="skip-links-styles__SkipLinkListLink-sc-6203da-2 NLXhC">Skip to main content</a>
<a data-testid="skip-link-ib-section-footer" href="#ib-section-footer" class="skip-links-styles__SkipLinkListLink-sc-6203da-2 NLXhC">Skip to footer</a>
Users should be able to zoom and scale the text up to 500%1 element
The user-scalable="no" and restrictive maximum-scale parameters prevent people with low vision from zooming to read content. Users who rely on browser zoom to enlarge text are blocked from accessing content at a readable size, violating their need to scale pages up to 5x zoom.
Audit Elements
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0, minimal-ui">
Zooming and scaling must not be disabled1 element
Setting user-scalable="no" or maximum-scale less than 2 prevents people with low vision from zooming to read content. Users who enlarge text in their browsers are blocked from making content readable, violating accessibility guidelines that require supporting at least 200% zoom.
Audit Elements
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0, minimal-ui">