eBayebay.com
Accessibility Score
Issues Found
Issues Found
CriticalImages must have alternative text1 element
Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.
Failing Elements
<img src="https://www.ebayadservices.com/marketingtracking/v1/sync?guid=9215be9319f0ab1216776cf7ff5577fa&uid=" width="1" height="1">
Fix any of the following:
- Element does not have an alt attribute
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
- Element's default semantics were not overridden with role="none" or role="presentation"
SeriousElements should not have tabindex greater than zero8 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.
Failing Elements
<a class="gh-a11y-skip-button__link" href="#mainContent" tabindex="1">Skip to main content</a>
Fix any of the following:
- Element has a tabindex greater than 0
<a href="https://www.ebay.com" _sp="m570.l2586" class="gh-logo" tabindex="2">
Fix any of the following:
- Element has a tabindex greater than 0
<button class="gh-flyout__target" tabindex="3" aria-controls="s0-1-4-9-0-1-dialog" aria-haspopup="true" aria-expanded="false">
Fix any of the following:
- Element has a tabindex greater than 0
<input data-marko="{"oninput":"handleTe..." data-marko-key="@input s0-1-4-10-4" id="gh-ac" class="gh-search-input gh-t..." title="Search" type="text" placeholder="Search for anything" aria-autocomplete="list" aria-expanded="false" size="50" maxlength="300" aria-label="Search for anything" ...>Fix any of the following:
- Element has a tabindex greater than 0
<button class="gh-search-input__camera-btn icon-btn icon-btn--transparent icon-btn--small" data-ebayui="" type="button" aria-label="Camera icon" tabindex="5" _sp="m570.l197748">
Fix any of the following:
- Element has a tabindex greater than 0
<select data-marko="{"onchange":"handleCategorySelect s0-1-4-10-5 false"}" aria-label="Select a category for search" class="gh-search-categories" size="1" id="gh-cat" name="_sacat" tabindex="5">Fix any of the following:
- Element has a tabindex greater than 0
<button data-marko="{"onclick":"handleCl..." class="gh-search-button btn..." data-ebayui="" type="submit" id="gh-search-btn" role="button" value="Search" tabindex="6">Fix any of the following:
- Element has a tabindex greater than 0
<a class="gh-search-button__advanced-link" href="https://www.ebay.com/sch/ebayadvsearch" _sp="m570.l2614" tabindex="7">Advanced</a>
Fix any of the following:
- Element has a tabindex greater than 0
SeriousInteractive elements must have a visible focus indicator1 element
Sighted keyboard users rely on a visible focus indicator to know where they are on the page. When focus styles are missing, too subtle, or have insufficient contrast against the surrounding colors, users cannot tell which element will respond when they press Enter or Space, making keyboard navigation slow and error-prone. This especially affects people with motor impairments who cannot use a mouse and people with low vision who need clear, high-contrast indicators.
Failing Elements
<a class="transition-all focus:opacity-90 hover:opacity-90 t..." _sp="p4624852.m4518.l188499" href="https://pages.ebay.com/promo/2026/vehicles-free-li..." target="_self">
ModerateHeading levels should only increase by one1 element
Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.
Failing Elements
<h3 class="mt-[24px]">Want more?</h3>
Fix any of the following:
- Heading order invalid
ModerateAll page content should be contained by landmarks1 element
Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.
Failing Elements
<img src="https://www.ebayadservices.com/marketingtracking/v1/sync?guid=9215be9319f0ab1216776cf7ff5577fa&uid=" width="1" height="1">
Fix any of the following:
- Some page content is not contained by landmarks
Passed Audits
<html> element must have a lang attribute1 element
Screen readers need language information to switch between pronunciation libraries. Without a specified language, screen readers default to the user's preferred language, resulting in incorrect pronunciation that sounds like a strange accent and makes content difficult or impossible to understand.
Audit Elements
<html lang="en-US">
<html> element must have a valid value for the lang attribute1 element
Screen readers use language-specific sound libraries for proper pronunciation. Invalid language attributes cause screen readers to use the wrong library, making text sound like a confusing accent or completely unintelligible, especially for multilingual users who access content in multiple languages.
Audit Elements
<html lang="en-US">
<li> elements must be contained in a <ul> or <ol>86 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="vl-flyout-nav__js-tab vl-flyout-nav__no-sub vl-flyout-nav--attention vl-flyout-nav--branded-live" data-currenttabindex="0">
<li class="vl-flyout-nav__js-tab vl-flyout-nav__no-sub" data-currenttabindex="1"><a _sp="p4624852.m1379.l187997" href="https://www.ebay.com/mye/myebay/saved" class="vl-flyout-nav__link-container"><span>Saved</span></a></li>
<li class="vl-flyout-nav__js-tab" data-currenttabindex="2">
<li class="vl-flyout-nav__js-tab" data-currenttabindex="3">
<li class="vl-flyout-nav__js-tab" data-currenttabindex="4">
<li class="vl-flyout-nav__js-tab" data-currenttabindex="5">
<li class="vl-flyout-nav__js-tab" data-currenttabindex="6">
<li class="vl-flyout-nav__js-tab" data-currenttabindex="7">
<li class="vl-flyout-nav__js-tab" data-currenttabindex="8">
<li class="vl-flyout-nav__js-tab" data-currenttabindex="9">
Showing first 10 of 86 audited elements.
<ul> and <ol> must only directly contain <li>, <script> or <template> elements19 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 class="vl-flyout-nav__container">
<ul class="carousel__list" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[2]-@hp-topp-module-2-50-6-1-11-1-1-0-list">
<ul class="flex gap-[6px] justify-center ps-0">
<ul class="carousel__list" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[3]-@102997--ebay-live-events_dweb_so-2-51-6-1-11-1-1-9-list">
<ul class="carousel__list" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[4]-@us-live-hub-|-best-of-48hod-channel-2-0-6-1-11-1-1-9-list">
<ul class="vl-live-event-video-card__tags-list"><li class="vl-live-event-video-card__tag">48 Hours of Deals</li><li class="vl-live-event-video-card__tag">$1 Starts</li><li class="vl-live-event-video-card__tag">Electronics</li><li class="vl-live-event-video-card__tag">Refurbished</li></ul>
<ul class="vl-live-event-video-card__tags-list"><li class="vl-live-event-video-card__tag">48 Hours of Deals</li><li class="vl-live-event-video-card__tag">$1 Starts</li><li class="vl-live-event-video-card__tag">Designer</li><li class="vl-live-event-video-card__tag">Sneakers</li></ul>
<ul class="vl-live-event-video-card__tags-list"><li class="vl-live-event-video-card__tag">48 Hours of Deals</li><li class="vl-live-event-video-card__tag">$1 Starts</li><li class="vl-live-event-video-card__tag">Tools</li></ul>
<ul class="vl-live-event-video-card__tags-list"><li class="vl-live-event-video-card__tag">48 Hours of Deals</li><li class="vl-live-event-video-card__tag">Lego</li></ul>
<ul class="carousel__list" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[6]-@us_xc_homepage_pds_bts-2-0-6-1-11-0-4-0-8-0-15-3-0-list">
Showing first 10 of 19 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 data-marko-key="@gh-border s0-1-4-3" id="gh-gb" class="gh-sch-prom" tabindex="-1" style="margin-top: 30px; display: block;"></div>
<svg style="position: absolute; width: 0px; height: 0px;">
<defs></defs>
<symbol viewBox="0 0 16 16" id="icon-close-16"><path d="M2.293 2.293a1 1 0 0 1 1.414 0L8 6.586l4.293-4.293a1 1 0 1 1 1.414 1.414L9.414 8l4.293 4.293a1 1 0 0 1-1.414 1.414L8 9.414l-4.293 4.293a1 1 0 0 1-1.414-1.414L6.586 8 2.293 3.707a1 1 0 0 1 0-1.414Z"></path></symbol>
<path d="M2.293 2.293a1 1 0 0 1 1.414 0L8 6.586l4.293-4.293a1 1 0 1 1 1.414 1.414L9.414 8l4.293 4.293a1 1 0 0 1-1.414 1.414L8 9.414l-4.293 4.293a1 1 0 0 1-1.414-1.414L6.586 8 2.293 3.707a1 1 0 0 1 0-1.414Z"></path>
<symbol viewBox="0 0 16 16" id="icon-chevron-down-16"><path d="M8.707 12.707a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 1.414-1.414L8 10.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6Z"></path></symbol>
<path d="M8.707 12.707a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 1.414-1.414L8 10.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6Z"></path>
<symbol viewBox="0 0 16 16" id="icon-live-bag-thin-16">
<path d="M8.001 0a2.46 2.46 0...">
<symbol viewBox="0 0 16 16" id="icon-heart-16">
Showing first 10 of 852 audited elements.
Alternative text of images should not be repeated as text27 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 class="vl-video-card__img hidden" src="https://i.ebayimg.com/images/g/lD4AAeSwZB9qYWKV/s-l960.webp" alt="$500K Curated Archive MEGA SALE!!" loading="lazy">
<img class="vl-video-card__img display" src="https://i.ebayimg.com/images/g/ho0AAeSwn2JqYSRT/s-l960.webp" alt="48 HOURS OF DEALS! OVER $1,000,000 IN PRODUCTS! W/ PFOOTBALLPETE" loading="lazy">
<img src="https://i.ebayimg.com/images/g/aXIAAeSwycNon7tv/s-l64.webp" alt="Event host avatar" loading="lazy">
<img class="vl-video-card__img display" src="https://i.ebayimg.com/images/g/KlYAAeSwMndqT~Vv/s-l960.webp" alt="$1 Starts 24K Gold Vault: Special Gold Death Rare Coins w/ Christian 48HOD" loading="lazy">
<img src="https://i.ebayimg.com/images/g/Qc8AAOSwnm5kdmMP/s-l64.webp" alt="Event host avatar" loading="lazy">
<img class="vl-video-card__img display" src="https://i.ebayimg.com/images/g/gmkAAeSwNKlqYiNr/s-l960.webp" alt="48HOD: Thursday Thrillers $1 n' Roll Rare Coin Auctions" loading="lazy">
<img src="https://i.ebayimg.com/images/g/kpwAAOSwVAVj6-X0/s-l64.webp" alt="Event host avatar" loading="lazy">
<img class="vl-video-card__img display" src="https://i.ebayimg.com/images/g/ILwAAeSwxLNqWOZN/s-l960.webp" alt="COINS & CURRENCY WITH PCB HOBBY - FREE SHIPPING!! 7/23 L (PT. 1)" loading="lazy">
<img src="https://i.ebayimg.com/images/g/-bgAAOSwx5Nl5QdQ/s-l64.webp" alt="Event host avatar" loading="lazy">
<img class="vl-video-card__img display" src="https://i.ebayimg.com/images/g/fI8AAeSwOzFqV~-X/s-l960.webp" alt="📚 Day 1 Back to School | $1 Starts, Giveaways & Flash Deals for 24-Hours" loading="lazy">
Showing first 10 of 27 audited elements.
ARIA attributes must be used as specified for the element's role74 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 _sp="m570.l3188" href="https://www.ebay.com/deals" aria-label="Deals">Deals</a>
<a _sp="m570.l47233" href="https://www.ebay.com/b/Brand-Outlet/bn_7115532402" aria-label="Brand Outlet">Brand Outlet</a>
<a _sp="m570.l174317" href="https://www.ebay.com/giftcards" aria-label="Gift Cards">Gift Cards</a>
<a _sp="m570.l1545" href="https://www.ebay.com/help/home" aria-label="Help & Contact">Help & Contact</a>
<a _sp="m570.l1528" href="https://www.ebay.com/sl/sell" aria-label="Sell">Sell</a>
<button aria-controls="s0-1-4-6-12-0-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Watch List</button>
<button aria-controls="s0-1-4-6-13-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand My eBay</button>
<button class="gh-flyout__target" aria-controls="s0-1-4-6-15-0-1-dialog" aria-haspopup="true" aria-expanded="false"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-notification-20"></use></svg><span class="gh-hidden">Notifications</span></button>
<span class="gh-cart__icon" aria-label="Your shopping cart contains 0 items"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-cart-20"></use></svg></span>
<button aria-controls="s0-1-4-6-16-1-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Cart</button>
Showing first 10 of 74 audited elements.
ARIA attributes must conform to valid names74 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 _sp="m570.l3188" href="https://www.ebay.com/deals" aria-label="Deals">Deals</a>
<a _sp="m570.l47233" href="https://www.ebay.com/b/Brand-Outlet/bn_7115532402" aria-label="Brand Outlet">Brand Outlet</a>
<a _sp="m570.l174317" href="https://www.ebay.com/giftcards" aria-label="Gift Cards">Gift Cards</a>
<a _sp="m570.l1545" href="https://www.ebay.com/help/home" aria-label="Help & Contact">Help & Contact</a>
<a _sp="m570.l1528" href="https://www.ebay.com/sl/sell" aria-label="Sell">Sell</a>
<button aria-controls="s0-1-4-6-12-0-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Watch List</button>
<button aria-controls="s0-1-4-6-13-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand My eBay</button>
<button class="gh-flyout__target" aria-controls="s0-1-4-6-15-0-1-dialog" aria-haspopup="true" aria-expanded="false"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-notification-20"></use></svg><span class="gh-hidden">Notifications</span></button>
<span class="gh-cart__icon" aria-label="Your shopping cart contains 0 items"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-cart-20"></use></svg></span>
<button aria-controls="s0-1-4-6-16-1-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Cart</button>
Showing first 10 of 74 audited elements.
ARIA attributes must conform to valid values68 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 _sp="m570.l3188" href="https://www.ebay.com/deals" aria-label="Deals">Deals</a>
<a _sp="m570.l47233" href="https://www.ebay.com/b/Brand-Outlet/bn_7115532402" aria-label="Brand Outlet">Brand Outlet</a>
<a _sp="m570.l174317" href="https://www.ebay.com/giftcards" aria-label="Gift Cards">Gift Cards</a>
<a _sp="m570.l1545" href="https://www.ebay.com/help/home" aria-label="Help & Contact">Help & Contact</a>
<a _sp="m570.l1528" href="https://www.ebay.com/sl/sell" aria-label="Sell">Sell</a>
<span class="gh-cart__icon" aria-label="Your shopping cart contains 0 items"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-cart-20"></use></svg></span>
<svg xmlns="http://www.w3.org/2000/svg" width="117" height="48" viewBox="0 0 122 48.592" id="gh-logo" aria-labelledby="ebayLogoTitle">
<span id="ebay-autocomplete-status" role="status" aria-live="polite" class="ebay-autocomplete-helper"></span>
<button class="gh-search-input__camera-btn icon-btn icon-btn--transparent icon-btn--small" data-ebayui="" type="button" aria-label="Camera icon" tabindex="5" _sp="m570.l197748">
<select data-marko="{"onchange":"handleCategorySelect s0-1-4-10-5 false"}" aria-label="Select a category for search" class="gh-search-categories" size="1" id="gh-cat" name="_sacat" tabindex="5">Showing first 10 of 68 audited elements.
ARIA hidden element must not be focusable or contain focusable elements104 elements
Elements with aria-hidden="true" are removed from the accessibility API but remain keyboard-focusable, creating confusion about their visibility state. When users tab to these hidden elements, screen readers stay silent, leaving users unaware of what they've focused on or why nothing is being announced.
Audit Elements
<svg class="gh-flyout__chevron icon icon--12" focusable="false" tabindex="-1" aria-hidden="true"><use href="#icon-chevron-down-12"></use></svg>
<svg class="gh-flyout__chevron icon icon--12" focusable="false" tabindex="-1" aria-hidden="true"><use href="#icon-chevron-down-12"></use></svg>
<svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-notification-20"></use></svg>
<svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-cart-20"></use></svg>
<svg class="icon icon--30" focusable="false" aria-hidden="true"><use href="#icon-spinner-30"></use></svg>
<svg class="gh-flyout__chevron icon icon--12" focusable="false" tabindex="-1" aria-hidden="true"><use href="#icon-chevron-down-12"></use></svg>
<svg aria-hidden="true" class="icon icon--12" focusable="false"><use href="#icon-chevron-right-12"></use></svg>
<svg aria-hidden="true" class="icon icon--12" focusable="false"><use href="#icon-chevron-right-12"></use></svg>
<svg aria-hidden="true" class="icon icon--12" focusable="false"><use href="#icon-chevron-right-12"></use></svg>
<svg data-marko-key="@svg s0-1-4-10-4-1-0" class="gh-search-input__icon icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-search-16"></use></svg>
Showing first 10 of 104 audited elements.
ARIA role should be appropriate for the element77 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
<span class="progress-spinner progress-spinner--large gh-flyout-loading__spinner" role="img" aria-label="Loading..."><svg class="icon icon--30" focusable="false" aria-hidden="true"><use href="#icon-spinner-30"></use></svg></span>
<span id="ebay-autocomplete-status" role="status" aria-live="polite" class="ebay-autocomplete-helper"></span>
<input data-marko="{"oninput":"handleTe..." data-marko-key="@input s0-1-4-10-4" id="gh-ac" class="gh-search-input gh-t..." title="Search" type="text" placeholder="Search for anything" aria-autocomplete="list" aria-expanded="false" size="50" maxlength="300" aria-label="Search for anything" ...><button data-marko="{"onclick":"handleCl..." class="gh-search-button btn..." data-ebayui="" type="submit" id="gh-search-btn" role="button" value="Search" tabindex="6"><ul role="listbox" id="ebay-autocomplete" style="width: 697px; display: none;" class="ebay-autocomplete-large ui-autocomplete"></ul>
<button aria-label="Pause video" role="button" class="vl-pause-play-button icon-btn" data-ebayui="" type="button"><svg aria-hidden="true" class="icon icon--16" focusable="false"><use href="#icon-pause-16"></use></svg></button>
<button aria-label="Pause video" role="button" class="vl-pause-play-button icon-btn" data-ebayui="" type="button"><svg aria-hidden="true" class="icon icon--16" focusable="false"><use href="#icon-pause-16"></use></svg></button>
<div aria-roledescription="Carousel" class="carousel dp-carousel-disable-mask home-topp-carousel my-0 mx-auto overflow-hidden hp-xl2:px-600 carousel--slides carousel__autoplay" role="group">
<div role="img" aria-hidden="true" class="h-full w-full dp-evo-banner-color-custom-class"><img src="https://i.ebayimg.com/images/g/1KwAAeSwnN9qX-p7/s-l960.webp" alt="" class="block w-full h-full object-cover object-position-left-center" loading="lazy"></div>
<div role="img" aria-hidden="true" class="h-full w-full dp-evo-banner-color-custom-class"><img src="https://i.ebayimg.com/images/g/BWUAAeSw6sVqRnjK/s-l960.webp" alt="" class="block w-full h-full object-cover object-position-left-center" loading="lazy"></div>
Showing first 10 of 77 audited elements.
ARIA roles used must conform to valid values18 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
<span id="ebay-autocomplete-status" role="status" aria-live="polite" class="ebay-autocomplete-helper"></span>
<input data-marko="{"oninput":"handleTe..." data-marko-key="@input s0-1-4-10-4" id="gh-ac" class="gh-search-input gh-t..." title="Search" type="text" placeholder="Search for anything" aria-autocomplete="list" aria-expanded="false" size="50" maxlength="300" aria-label="Search for anything" ...><button data-marko="{"onclick":"handleCl..." class="gh-search-button btn..." data-ebayui="" type="submit" id="gh-search-btn" role="button" value="Search" tabindex="6"><button aria-label="Pause video" role="button" class="vl-pause-play-button icon-btn" data-ebayui="" type="button"><svg aria-hidden="true" class="icon icon--16" focusable="false"><use href="#icon-pause-16"></use></svg></button>
<div aria-roledescription="Carousel" class="carousel dp-carousel-disable-mask home-topp-carousel my-0 mx-auto overflow-hidden hp-xl2:px-600 carousel--slides carousel__autoplay" role="group">
<div aria-roledescription="Carousel" class="carousel live-event-video-carousel live-event-video-carousel__skeleton__layout" role="group">
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
Showing first 10 of 18 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 data-seek-controller="1">
autocomplete attribute must be used correctly1 element
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.
Audit Elements
<input data-marko="{"oninput":"handleTe..." data-marko-key="@input s0-1-4-10-4" id="gh-ac" class="gh-search-input gh-t..." title="Search" type="text" placeholder="Search for anything" aria-autocomplete="list" aria-expanded="false" size="50" maxlength="300" aria-label="Search for anything" ...>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 data-marko-key="@gh s0-1-4" id="gh" class="gh-header">
Buttons must have discernible text41 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-controls="s0-1-4-6-12-0-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Watch List</button>
<button aria-controls="s0-1-4-6-13-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand My eBay</button>
<button class="gh-flyout__target" aria-controls="s0-1-4-6-15-0-1-dialog" aria-haspopup="true" aria-expanded="false"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-notification-20"></use></svg><span class="gh-hidden">Notifications</span></button>
<button aria-controls="s0-1-4-6-16-1-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Cart</button>
<button class="gh-flyout__target" tabindex="3" aria-controls="s0-1-4-9-0-1-dialog" aria-haspopup="true" aria-expanded="false">
<button class="gh-search-input__camera-btn icon-btn icon-btn--transparent icon-btn--small" data-ebayui="" type="button" aria-label="Camera icon" tabindex="5" _sp="m570.l197748">
<button data-marko="{"onclick":"handleCl..." class="gh-search-button btn..." data-ebayui="" type="submit" id="gh-search-btn" role="button" value="Search" tabindex="6"><button aria-haspopup="true">Expand: Motors</button>
<button aria-haspopup="true">Expand: Electronics</button>
<button aria-haspopup="true">Expand: Collectibles</button>
Showing first 10 of 41 audited elements.
Contentinfo landmark should not be contained in another landmark1 element
The contentinfo landmark must be at the top level to help screen reader users quickly navigate to footer information. When nested inside another landmark, it becomes harder to find, defeating its purpose of providing quick access to content information.
Audit Elements
<footer class="gh-footer is-large">
Deprecated ARIA roles must not be used18 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
<span id="ebay-autocomplete-status" role="status" aria-live="polite" class="ebay-autocomplete-helper"></span>
<input data-marko="{"oninput":"handleTe..." data-marko-key="@input s0-1-4-10-4" id="gh-ac" class="gh-search-input gh-t..." title="Search" type="text" placeholder="Search for anything" aria-autocomplete="list" aria-expanded="false" size="50" maxlength="300" aria-label="Search for anything" ...><button data-marko="{"onclick":"handleCl..." class="gh-search-button btn..." data-ebayui="" type="submit" id="gh-search-btn" role="button" value="Search" tabindex="6"><button aria-label="Pause video" role="button" class="vl-pause-play-button icon-btn" data-ebayui="" type="button"><svg aria-hidden="true" class="icon icon--16" focusable="false"><use href="#icon-pause-16"></use></svg></button>
<div aria-roledescription="Carousel" class="carousel dp-carousel-disable-mask home-topp-carousel my-0 mx-auto overflow-hidden hp-xl2:px-600 carousel--slides carousel__autoplay" role="group">
<div aria-roledescription="Carousel" class="carousel live-event-video-carousel live-event-video-carousel__skeleton__layout" role="group">
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
Showing first 10 of 18 audited elements.
Document should have one main landmark1 element
Every page should have exactly one main landmark that identifies the primary content. Without a main landmark, screen reader users must navigate through all content linearly to find what they're looking for, making page navigation difficult and time-consuming.
Audit Elements
<html lang="en-US">
Document should not have more than one banner landmark1 element
Multiple banner landmarks force screen reader users to sort through duplicate options to find header information. Each page should have only one banner landmark to enable quick, predictable navigation to the header without overwhelming users with unnecessary choices.
Audit Elements
<header data-marko-key="@gh s0-1-4" id="gh" class="gh-header">
Document should not have more than one contentinfo landmark1 element
Multiple contentinfo landmarks force screen reader users to sort through extra options to find footer information. Each page should have only one content info landmark to enable quick, predictable navigation without overwhelming users with duplicate structural markers.
Audit Elements
<footer class="gh-footer is-large">
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 class="pt-0 -mt-50 lg:-mt-150 hp-sm:-mt-200 overflow-clip" id="mainContent">
Documents must have <title> element to aid in navigation1 element
The page title is the first thing screen reader users hear when loading a page. Without a descriptive, unique title, users must read through the entire page to understand its contents and purpose, wasting valuable time on every page visit.
Audit Elements
<html lang="en-US">
Elements marked as presentational should be consistently ignored9 elements
Elements with role="none" or role="presentation" should be removed from the accessibility tree. Adding global ARIA attributes or making these elements focusable prevents their removal, leaving them accessible to screen readers when they should be ignored, creating unexpected and confusing behavior.
Audit Elements
<img alt="" class="duration-200 ease-in-out h-full object-center object-contain transform transition-all w-full [transition:scale_var(--motion-duration-medium-2)_var(--motion-easing-standard)]" src="https://i.ebayimg.com/images/g/ypkAAeSwrsFqUZIZ/s-l500.webp">
<img alt="" class="duration-200 ease-in-out h-full object-center object-contain transform transition-all w-full [transition:scale_var(--motion-duration-medium-2)_var(--motion-easing-standard)]" src="https://i.ebayimg.com/images/g/wgMAAeSw7ehqUZIY/s-l500.webp">
<img alt="" class="duration-200 ease-in-out h-full object-center object-contain transform transition-all w-full [transition:scale_var(--motion-duration-medium-2)_var(--motion-easing-standard)]" src="https://i.ebayimg.com/images/g/5RoAAeSwAY9qUZIZ/s-l500.webp">
<img alt="" class="duration-200 ease-in-out h-full object-center object-contain transform transition-all w-full [transition:scale_var(--motion-duration-medium-2)_var(--motion-easing-standard)]" src="https://i.ebayimg.com/images/g/xMwAAeSwYexqUZIZ/s-l500.webp">
<img alt="" class="duration-200 ease-in-out h-full object-center object-contain transform transition-all w-full [transition:scale_var(--motion-duration-medium-2)_var(--motion-easing-standard)]" src="https://i.ebayimg.com/images/g/ydcAAeSwGjJqUZIZ/s-l500.webp">
<img alt="" class="duration-200 ease-in-out h-full object-center object-contain transform transition-all w-full [transition:scale_var(--motion-duration-medium-2)_var(--motion-easing-standard)]" src="https://i.ebayimg.com/images/g/no0AAeSwe4RqUZIZ/s-l500.webp">
<img alt="" class="duration-200 ease-in-out h-full object-center object-contain transform transition-all w-full [transition:scale_var(--motion-duration-medium-2)_var(--motion-easing-standard)]" src="https://i.ebayimg.com/images/g/wlEAAeSwJM5qUZIZ/s-l500.webp">
<img src="https://i.ebayimg.com/images/g/BeQAAeSwHflqV7Cv/s-l200.webp" alt="" class="max-h-[24px]" loading="lazy">
<img src="https://ir.ebaystati..." alt="" onload="var addx1 = document...">
Elements must meet minimum color contrast ratio thresholds198 elements
People with low vision or color blindness cannot read text that lacks sufficient contrast with its background. With nearly three times more people having low vision than total blindness, and 8% of men and 0.4% of women having color deficiencies, adequate contrast is essential for making text readable to millions of users.
Audit Elements
<span class="gh-identity-signed-out-unrecognized">
<a _sp="m570.l1524" href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&sgfl=gh&ru=https%3A%2F%2Fwww.ebay.com%2F">Sign in</a>
<span class="hide-at-md"> or <a _sp="m570.l2621" href="https://signup.ebay.com/pa/crte?ru=https%3A%2F%2Fwww.ebay.com%2F">register</a></span>
<a _sp="m570.l2621" href="https://signup.ebay.com/pa/crte?ru=https%3A%2F%2Fwww.ebay.com%2F">register</a>
<a _sp="m570.l3188" href="https://www.ebay.com/deals" aria-label="Deals">Deals</a>
<a _sp="m570.l47233" href="https://www.ebay.com/b/Brand-Outlet/bn_7115532402" aria-label="Brand Outlet">Brand Outlet</a>
<a _sp="m570.l174317" href="https://www.ebay.com/giftcards" aria-label="Gift Cards">Gift Cards</a>
<a _sp="m570.l1545" href="https://www.ebay.com/help/home" aria-label="Help & Contact">Help & Contact</a>
<a _sp="m570.l1528" href="https://www.ebay.com/sl/sell" aria-label="Sell">Sell</a>
<span class="gh-watchlist__target">Watchlist</span>
Showing first 10 of 198 audited elements.
Elements must only use permitted ARIA attributes74 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 _sp="m570.l3188" href="https://www.ebay.com/deals" aria-label="Deals">Deals</a>
<a _sp="m570.l47233" href="https://www.ebay.com/b/Brand-Outlet/bn_7115532402" aria-label="Brand Outlet">Brand Outlet</a>
<a _sp="m570.l174317" href="https://www.ebay.com/giftcards" aria-label="Gift Cards">Gift Cards</a>
<a _sp="m570.l1545" href="https://www.ebay.com/help/home" aria-label="Help & Contact">Help & Contact</a>
<a _sp="m570.l1528" href="https://www.ebay.com/sl/sell" aria-label="Sell">Sell</a>
<button aria-controls="s0-1-4-6-12-0-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Watch List</button>
<button aria-controls="s0-1-4-6-13-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand My eBay</button>
<button class="gh-flyout__target" aria-controls="s0-1-4-6-15-0-1-dialog" aria-haspopup="true" aria-expanded="false"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-notification-20"></use></svg><span class="gh-hidden">Notifications</span></button>
<span class="gh-cart__icon" aria-label="Your shopping cart contains 0 items"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-cart-20"></use></svg></span>
<button aria-controls="s0-1-4-6-16-1-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Cart</button>
Showing first 10 of 74 audited elements.
Elements must only use supported ARIA attributes74 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 _sp="m570.l3188" href="https://www.ebay.com/deals" aria-label="Deals">Deals</a>
<a _sp="m570.l47233" href="https://www.ebay.com/b/Brand-Outlet/bn_7115532402" aria-label="Brand Outlet">Brand Outlet</a>
<a _sp="m570.l174317" href="https://www.ebay.com/giftcards" aria-label="Gift Cards">Gift Cards</a>
<a _sp="m570.l1545" href="https://www.ebay.com/help/home" aria-label="Help & Contact">Help & Contact</a>
<a _sp="m570.l1528" href="https://www.ebay.com/sl/sell" aria-label="Sell">Sell</a>
<button aria-controls="s0-1-4-6-12-0-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Watch List</button>
<button aria-controls="s0-1-4-6-13-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand My eBay</button>
<button class="gh-flyout__target" aria-controls="s0-1-4-6-15-0-1-dialog" aria-haspopup="true" aria-expanded="false"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-notification-20"></use></svg><span class="gh-hidden">Notifications</span></button>
<span class="gh-cart__icon" aria-label="Your shopping cart contains 0 items"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-cart-20"></use></svg></span>
<button aria-controls="s0-1-4-6-16-1-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Cart</button>
Showing first 10 of 74 audited elements.
Elements should not have tabindex greater than zero4 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
<div data-marko-key="@gh-border s0-1-4-3" id="gh-gb" class="gh-sch-prom" tabindex="-1" style="margin-top: 30px; display: block;"></div>
<button aria-controls="s0-1-4-6-12-0-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Watch List</button>
<button aria-controls="s0-1-4-6-13-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand My eBay</button>
<button aria-controls="s0-1-4-6-16-1-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Cart</button>
Form elements must have labels1 element
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.
Audit Elements
<input data-marko="{"oninput":"handleTe..." data-marko-key="@input s0-1-4-10-4" id="gh-ac" class="gh-search-input gh-t..." title="Search" type="text" placeholder="Search for anything" aria-autocomplete="list" aria-expanded="false" size="50" maxlength="300" aria-label="Search for anything" ...>Form elements should have a visible label2 elements
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.
Audit Elements
<input data-marko="{"oninput":"handleTe..." data-marko-key="@input s0-1-4-10-4" id="gh-ac" class="gh-search-input gh-t..." title="Search" type="text" placeholder="Search for anything" aria-autocomplete="list" aria-expanded="false" size="50" maxlength="300" aria-label="Search for anything" ...><select data-marko="{"onchange":"handleCategorySelect s0-1-4-10-5 false"}" aria-label="Select a category for search" class="gh-search-categories" size="1" id="gh-cat" name="_sacat" tabindex="5">Form field must not have multiple label elements2 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.
Audit Elements
<input data-marko="{"oninput":"handleTe..." data-marko-key="@input s0-1-4-10-4" id="gh-ac" class="gh-search-input gh-t..." title="Search" type="text" placeholder="Search for anything" aria-autocomplete="list" aria-expanded="false" size="50" maxlength="300" aria-label="Search for anything" ...><select data-marko="{"onchange":"handleCategorySelect s0-1-4-10-5 false"}" aria-label="Select a category for search" class="gh-search-categories" size="1" id="gh-cat" name="_sacat" tabindex="5">Heading levels should only increase by one18 elements
Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.
Audit Elements
<h1 class="clipped">Electronics, Cars, Fashion, Collectibles &amp; More | eBay</h1>
<h2 class="mb-100 mt-0 mx-0 text-giant1 line-clamp-3 hp-md:mb-150 hp-xl1:text-giant2">Up to 50% off epic finds</h2>
<h2 class="live-event-video-carousel__title"><a href="https://www.ebay.com/ebaylive">Two days of our biggest deals</a></h2>
<h2 class="live-event-video-carousel__title"><a href="https://www.ebay.com/ebaylive/channels/H4cL7laKB4GqxpRM">Best of 48 Hours of Deals</a></h2>
<h2 class="m-0 text-large2 lg:text-giant1" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[5]-@100004-hp-madronaevobannerloyaltymodule-dweb-2-56-6-1-11-1-title" data-testid="loyalty-banner-heading">
<h2 class="font-weight-bold m-0 text-large1 md:text-large2" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[6]-@us_xc_homepage_pds_bts-2-0-6-1-11-0-4-0-title">Up to 50% off back-to-school deals</h2>
<h2 class="mb-100 mt-0 mx-0 text-giant1 line-clamp-3 hp-md:mb-150 hp-xl1:text-giant2">Level up with our new Price Guide</h2>
<h2 class="mb-100 mt-0 mx-0 text-giant1 line-clamp-3 hp-md:mb-150 hp-xl1:text-giant2">Grab new faves with up to 25% off</h2>
<h2 class="font-weight-bold m-0 mr-[8px] text-large1 md:text-large2" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[9]-@102690-featured-deals-2-64-6-1-11-1-0-title">Today's Deals</h2>
<h3 class="gf-big-links__title"><a href="https://www.ebay.com/n/all-categories" _sp="m571.l3601">Buy</a></h3>
Showing first 10 of 18 audited elements.
Headings should not be empty19 elements
Screen readers announce headings to help users navigate page structure. Empty headings confuse users and prevent them from understanding the page's organization. Headings should only be used to convey structure, not for visual styling, and must contain accessible text that screen readers can announce.
Audit Elements
<h1 class="clipped">Electronics, Cars, Fashion, Collectibles &amp; More | eBay</h1>
<h3 class="mt-[24px]">Want more?</h3>
<h2 class="mb-100 mt-0 mx-0 text-giant1 line-clamp-3 hp-md:mb-150 hp-xl1:text-giant2">Up to 50% off epic finds</h2>
<h2 class="live-event-video-carousel__title"><a href="https://www.ebay.com/ebaylive">Two days of our biggest deals</a></h2>
<h2 class="live-event-video-carousel__title"><a href="https://www.ebay.com/ebaylive/channels/H4cL7laKB4GqxpRM">Best of 48 Hours of Deals</a></h2>
<h2 class="m-0 text-large2 lg:text-giant1" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[5]-@100004-hp-madronaevobannerloyaltymodule-dweb-2-56-6-1-11-1-title" data-testid="loyalty-banner-heading">
<h2 class="font-weight-bold m-0 text-large1 md:text-large2" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[6]-@us_xc_homepage_pds_bts-2-0-6-1-11-0-4-0-title">Up to 50% off back-to-school deals</h2>
<h2 class="mb-100 mt-0 mx-0 text-giant1 line-clamp-3 hp-md:mb-150 hp-xl1:text-giant2">Level up with our new Price Guide</h2>
<h2 class="mb-100 mt-0 mx-0 text-giant1 line-clamp-3 hp-md:mb-150 hp-xl1:text-giant2">Grab new faves with up to 25% off</h2>
<h2 class="font-weight-bold m-0 mr-[8px] text-large1 md:text-large2" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[9]-@102690-featured-deals-2-64-6-1-11-1-0-title">Today's Deals</h2>
Showing first 10 of 19 audited elements.
IDs used in ARIA and labels must be unique11 elements
Duplicate IDs break the accessibility of ARIA elements, form labels, and table headers. When IDs are duplicated, assistive technologies and scripts only reference the first instance, causing subsequent elements with the same ID to be ignored or incorrectly associated.
Audit Elements
<div class="gh-flyout__dialog" id="s0-1-4-6-12-0-0-dialog"><div class="gh-flyout__box"></div></div>
<div class="gh-flyout__dialog" id="s0-1-4-6-13-0-dialog">
<div class="gh-flyout__dialog" id="s0-1-4-6-15-0-1-dialog">
<div class="gh-flyout__dialog" id="s0-1-4-6-16-1-0-dialog">
<title id="ebayLogoTitle">eBay Home</title>
<div class="gh-flyout__dialog" id="s0-1-4-9-0-1-dialog">
<ul role="listbox" id="ebay-autocomplete" style="width: 697px; display: none;" class="ebay-autocomplete-large ui-autocomplete"></ul>
<h2 class="m-0 text-large2 lg:text-giant1" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[5]-@100004-hp-madronaevobannerloyaltymodule-dweb-2-56-6-1-11-1-title" data-testid="loyalty-banner-heading">
<h2 class="font-weight-bold m-0 text-large1 md:text-large2" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[6]-@us_xc_homepage_pds_bts-2-0-6-1-11-0-4-0-title">Up to 50% off back-to-school deals</h2>
<h2 class="font-weight-bold m-0 mr-[8px] text-large1 md:text-large2" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[9]-@102690-featured-deals-2-64-6-1-11-1-0-title">Today's Deals</h2>
Showing first 10 of 11 audited elements.
Images must have alternative text26 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 class="vl-video-card__img hidden" src="https://i.ebayimg.com/images/g/lD4AAeSwZB9qYWKV/s-l960.webp" alt="$500K Curated Archive MEGA SALE!!" loading="lazy">
<img class="vl-video-card__img display" src="https://i.ebayimg.com/images/g/ho0AAeSwn2JqYSRT/s-l960.webp" alt="48 HOURS OF DEALS! OVER $1,000,000 IN PRODUCTS! W/ PFOOTBALLPETE" loading="lazy">
<img src="https://i.ebayimg.com/images/g/aXIAAeSwycNon7tv/s-l64.webp" alt="Event host avatar" loading="lazy">
<img class="vl-video-card__img display" src="https://i.ebayimg.com/images/g/KlYAAeSwMndqT~Vv/s-l960.webp" alt="$1 Starts 24K Gold Vault: Special Gold Death Rare Coins w/ Christian 48HOD" loading="lazy">
<img src="https://i.ebayimg.com/images/g/Qc8AAOSwnm5kdmMP/s-l64.webp" alt="Event host avatar" loading="lazy">
<img class="vl-video-card__img display" src="https://i.ebayimg.com/images/g/gmkAAeSwNKlqYiNr/s-l960.webp" alt="48HOD: Thursday Thrillers $1 n' Roll Rare Coin Auctions" loading="lazy">
<img src="https://i.ebayimg.com/images/g/kpwAAOSwVAVj6-X0/s-l64.webp" alt="Event host avatar" loading="lazy">
<img class="vl-video-card__img display" src="https://i.ebayimg.com/images/g/ILwAAeSwxLNqWOZN/s-l960.webp" alt="COINS & CURRENCY WITH PCB HOBBY - FREE SHIPPING!! 7/23 L (PT. 1)" loading="lazy">
<img src="https://i.ebayimg.com/images/g/-bgAAOSwx5Nl5QdQ/s-l64.webp" alt="Event host avatar" loading="lazy">
<img class="vl-video-card__img display" src="https://i.ebayimg.com/images/g/fI8AAeSwOzFqV~-X/s-l960.webp" alt="📚 Day 1 Back to School | $1 Starts, Giveaways & Flash Deals for 24-Hours" loading="lazy">
Showing first 10 of 26 audited elements.
Inline text spacing must be adjustable with custom stylesheets53 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
<div data-marko-key="@gh-border s0-1-4-3" id="gh-gb" class="gh-sch-prom" tabindex="-1" style="margin-top: 30px; display: block;"></div>
<section data-marko-key="@gh-main s0-1-4" class="gh-header__main" style="will-change: transform; width: 1184px;">
<form id="gh-f" class="gh-search" method="get" action="https://www.ebay.com/sch/i.html" target="_top" style="position: relative;">
<div id="widgets-placeholder" class="widgets-placeholder" style="display: block;">
<div data-viewport="{"trackableId":"01KY91BFVRW27QD8MVA5XZS86V"}" class="page-grid-container" style="transition: opacity var(--motion-duration-medium-1) var(--motion-easing-continuous); opacity: 1;"><div class="vl-video-card dp-hero-live-event-module__video-card" style="--video-card-width: 100%;--video-card-height: 100%;--video-card-aspect-ratio: 2/3;--video-card-border-radius: 20px;">
<li class="carousel__snap-point" style="width:calc(100% - 0px);margin-right:0px">
<section class="dp_evo_banner_color_..." style="--dp-color-backgroun..." __typename="EvoBannerColorModule" ads-tracking-metadat...="{"amdata":"t=0|tdt=i..." trackable-id="01KY91BG093NY834QAMN..." data-viewport="{"trackableId":"01KY..."><li class="border-width-[1.5px] border-solid box-border content-[''] duration-250 h-[8px] inline-block rounded-full transition w-[8px]" style="border-color: var(--color-neutral-100); background-color: var(--color-neutral-100);"></li>
<li class="border-width-[1.5px] border-solid box-border content-[''] duration-250 h-[8px] inline-block rounded-full transition w-[8px]" style="border-color: var(--color-neutral-100); background-color: transparent;"></li>
Showing first 10 of 53 audited elements.
Interactive controls must not be nested95 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-controls="s0-1-4-6-12-0-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Watch List</button>
<button aria-controls="s0-1-4-6-13-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand My eBay</button>
<button class="gh-flyout__target" aria-controls="s0-1-4-6-15-0-1-dialog" aria-haspopup="true" aria-expanded="false"><svg class="icon icon--20" focusable="false" aria-hidden="true"><use href="#icon-notification-20"></use></svg><span class="gh-hidden">Notifications</span></button>
<button aria-controls="s0-1-4-6-16-1-0-dialog" aria-expanded="false" aria-haspopup="true" class="gh-flyout__target-a11y-btn" tabindex="0">Expand Cart</button>
<button class="gh-flyout__target" tabindex="3" aria-controls="s0-1-4-9-0-1-dialog" aria-haspopup="true" aria-expanded="false">
<button class="gh-search-input__camera-btn icon-btn icon-btn--transparent icon-btn--small" data-ebayui="" type="button" aria-label="Camera icon" tabindex="5" _sp="m570.l197748">
<option value="0">All Categories</option>
<option value="20081">Antiques</option>
<option value="550">Art</option>
<option value="2984">Baby</option>
Showing first 10 of 95 audited elements.
Interactive elements must have a visible focus indicator63 elements
Sighted keyboard users rely on a visible focus indicator to know where they are on the page. When focus styles are missing, too subtle, or have insufficient contrast against the surrounding colors, users cannot tell which element will respond when they press Enter or Space, making keyboard navigation slow and error-prone. This especially affects people with motor impairments who cannot use a mouse and people with low vision who need clear, high-contrast indicators.
Audit Elements
<a class="gh-a11y-skip-button__link" href="#mainContent" tabindex="1">
<a href="https://www.ebay.com" _sp="m570.l2586" class="gh-logo" tabindex="2">
<button class="gh-flyout__target" tabindex="3" aria-controls="s0-1-4-9-0-1-dialog" aria-haspopup="true" aria-expanded="false">
<input data-marko="{"oninput":"handleTextUpdate s0-1-4..." data-marko-key="@input s0-1-4-10-4" id="gh-ac" class="gh-search-input gh-tb ui-autocomplete-input" title="Search" type="text" placeholder="Search for anything" aria-autocomplete="list" aria-expanded="false" size="50" maxlength...<button class="gh-search-input__camera-btn icon-btn icon-btn--tra..." data-ebayui="" type="button" aria-label="Camera icon" tabindex="5" _sp="m570.l197748">
<select data-marko="{"onchange":"handleCategorySelect s..." aria-label="Select a category for search" class="gh-search-categories" size="1" id="gh-cat" name="_sacat" tabindex="5"><button data-marko="{"onclick":"handleClick s0-1-4-10-8..." class="gh-search-button btn btn--primary" data-ebayui="" type="submit" id="gh-search-btn" role="button" value="Search" tabindex="6"><a class="gh-search-button__advanced-link" href="https://www.ebay.com/sch/ebayadvsearch" _sp="m570.l2614" tabindex="7">
<a _sp="m570.l1524" href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&am...">
<a _sp="m570.l2621" href="https://signup.ebay.com/pa/crte?ru=https%3A%2F%2Fw...">
Showing first 10 of 63 audited elements.
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination7 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 data-marko-key="@gh s0-1-4" id="gh" class="gh-header">
<nav class="gh-nav">
<main class="pt-0 -mt-50 lg:-mt-150 hp-sm:-mt-200 overflow-clip" id="mainContent">
<section aria-labelledby="s0-0-1-1-0-2-9-4-13-..." class="max-w-screen mx-auto..." data-viewport="{"trackableId":"01KY..." trackableid="01KY91BG05BN54H13N6Z..."><section aria-labelledby="s0-0-1-1-0-2-9-4-13-..." class="page-grid-container ..." semantichints="[]" trackablemoduleid="4776" trackableid="01KY91BFXZRYRJC401N1..." data-viewport="{"trackableId":"01KY..."><section data-viewport="{"trackableId":"01KY..." semantichints="[]" modulemeta="{"algoVariant":"PERS..." aria-labelledby="s0-0-1-1-0-2-9-4-13-..." class="flex flex-col gap-20..."><footer class="gh-footer is-large">
Links must have discernible text139 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 class="gh-a11y-skip-button__link" href="#mainContent" tabindex="1">Skip to main content</a>
<a _sp="m570.l1524" href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&sgfl=gh&ru=https%3A%2F%2Fwww.ebay.com%2F">Sign in</a>
<a _sp="m570.l2621" href="https://signup.ebay.com/pa/crte?ru=https%3A%2F%2Fwww.ebay.com%2F">register</a>
<a _sp="m570.l3188" href="https://www.ebay.com/deals" aria-label="Deals">Deals</a>
<a _sp="m570.l47233" href="https://www.ebay.com/b/Brand-Outlet/bn_7115532402" aria-label="Brand Outlet">Brand Outlet</a>
<a _sp="m570.l174317" href="https://www.ebay.com/giftcards" aria-label="Gift Cards">Gift Cards</a>
<a _sp="m570.l1545" href="https://www.ebay.com/help/home" aria-label="Help & Contact">Help & Contact</a>
<a _sp="m570.l1528" href="https://www.ebay.com/sl/sell" aria-label="Sell">Sell</a>
<a class="gh-flyout__target" href="https://www.ebay.com/mye/myebay/watchlist" _sp="m570.l47137"><span class="gh-watchlist__target">Watchlist</span><svg class="gh-flyout__chevron icon icon--12" focusable="false" tabindex="-1" aria-hidden="true"><use href="#icon-chevron-down-12"></use></svg></a>
<a class="gh-flyout__target" href="https://www.ebay.com/mys/home?source=GBH" _sp="m570.l2919">
Showing first 10 of 139 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 class="pt-0 -mt-50 lg:-mt-150 hp-sm:-mt-200 overflow-clip" id="mainContent">
Page must have means to bypass repeated blocks1 element
Keyboard-only users must tab through all navigation and header content before reaching the main content, which can take several minutes and cause physical pain for users with motor limitations. Bypass mechanisms like skip links allow these users to jump directly to main content, saving time and reducing fatigue.
Audit Elements
<html lang="en-US">
Page should contain a level-one heading1 element
Screen reader users use keyboard shortcuts to jump directly to the first h1, expecting to land at the main content. Without an h1 or with a misplaced one, users must listen to more of the page to understand its structure, wasting valuable time on every page visit.
Audit Elements
<html lang="en-US">
Required ARIA attributes must be provided18 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
<span id="ebay-autocomplete-status" role="status" aria-live="polite" class="ebay-autocomplete-helper"></span>
<input data-marko="{"oninput":"handleTe..." data-marko-key="@input s0-1-4-10-4" id="gh-ac" class="gh-search-input gh-t..." title="Search" type="text" placeholder="Search for anything" aria-autocomplete="list" aria-expanded="false" size="50" maxlength="300" aria-label="Search for anything" ...><button data-marko="{"onclick":"handleCl..." class="gh-search-button btn..." data-ebayui="" type="submit" id="gh-search-btn" role="button" value="Search" tabindex="6"><button aria-label="Pause video" role="button" class="vl-pause-play-button icon-btn" data-ebayui="" type="button"><svg aria-hidden="true" class="icon icon--16" focusable="false"><use href="#icon-pause-16"></use></svg></button>
<div aria-roledescription="Carousel" class="carousel dp-carousel-disable-mask home-topp-carousel my-0 mx-auto overflow-hidden hp-xl2:px-600 carousel--slides carousel__autoplay" role="group">
<div aria-roledescription="Carousel" class="carousel live-event-video-carousel live-event-video-carousel__skeleton__layout" role="group">
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
<button class="vl-pause-play-button icon-btn" data-ebayui="" type="button" aria-label="Play video" role="button" _sp="p4624852.m158758.l170141"><svg class="icon icon--16" focusable="false" aria-hidden="true"><use href="#icon-play-16"></use></svg></button>
Showing first 10 of 18 audited elements.
Scrollable region must have keyboard access3 elements
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.
Audit Elements
<ul class="carousel__list" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[3]-@102997--ebay-live-events_dweb_so-2-51-6-1-11-1-1-9-list">
<ul class="carousel__list" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[4]-@us-live-hub-|-best-of-48hod-channel-2-0-6-1-11-1-1-9-list">
<ul class="carousel__list" id="s0-0-1-1-0-2-9-4-13-2-0-3-0-1-3-@homepage-0-0-7[0]-@us_xc_homepage_general_dweb_so-1-0-15[9]-@102690-featured-deals-2-64-6-1-11-1-0-4-3-0-6-1-0-list">
Select element must have an accessible name1 element
Screen reader users cannot understand what information a select element requires without a proper label. Labels are essential for identifying form fields even when the purpose seems visually obvious, ensuring all users can complete forms successfully.
Audit Elements
<select data-marko="{"onchange":"handleCategorySelect s0-1-4-10-5 false"}" aria-label="Select a category for search" class="gh-search-categories" size="1" id="gh-cat" name="_sacat" tabindex="5">Users should be able to zoom and scale the text up to 500%1 element
The user-scalable="no" and restrictive maximum-scale parameters prevent people with low vision from zooming to read content. Users who rely on browser zoom to enlarge text are blocked from accessing content at a readable size, violating their need to scale pages up to 5x zoom.
Audit Elements
<meta name="viewport" content="width=device-width, initial-scale=1">
Zooming and scaling must not be disabled1 element
Setting user-scalable="no" or maximum-scale less than 2 prevents people with low vision from zooming to read content. Users who enlarge text in their browsers are blocked from making content readable, violating accessibility guidelines that require supporting at least 200% zoom.
Audit Elements
<meta name="viewport" content="width=device-width, initial-scale=1">