Public accessibility assessment

Accessibility issues detected on shoebacca.com

Evolize inspected 4 public pages on shoebacca.com and detected 74 automatically identifiable accessibility findings.

74Findings detected
9WCAG criteria affected
4Pages inspected
12 Aug 2026Assessment date

Highest detected severity: Critical · 31 high-priority findings · 80% inspected-page coverage

Most widespread issueDropdown menus have no accessible nameDetected on 4 inspected pages
Most affected page/products/ca-pro-ivy-league-3885560258 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)25 detected findings

Is shoebacca.com your website?

Keep this assessment current and get notified when new accessibility issues are detected.

https://

Not your website? Scan your own site →

01 · Accessibility summary

Evolize inspected 4 public pages on shoebacca.com and detected 74 accessibility findings. The most widespread issue was "Dropdown menus have no accessible name", detected on 4 inspected pages. The most affected inspected page was "/products/ca-pro-ivy-league-38855602", where 58 findings were detected. The assessment identified findings mapped to 9 WCAG success criterions. The sections below prioritize the broadest issues and provide technical evidence for each detected finding.

02 · Start here

These findings combine the highest severity and broadest reach detected during this assessment.

  1. Critical

    Dropdown menus have no accessible name

    WCAG 4.1.2 (A) · 4 inspected pages · 8 instances
    Why this matters

    Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

    Recommended action

    Add an 'aria-label' attribute or a 'label' element to the select element to provide an accessible name, e.g., <select aria-label='Language Selection'>...</select> or <label for='language_code'>Language Selection</label><select id='language_code'>...</select>.

    View technical evidence →
  2. Critical

    Dropdown menus have no accessible name

    WCAG 4.1.2 (A) · 4 inspected pages · 8 instances
    Why this matters

    Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

    Recommended action

    Add an 'aria-label' or 'label' element that describes the purpose of the select menu, ensuring it is programmatically associated with the select element.

    View technical evidence →
  3. Critical

    Buttons have no accessible name

    WCAG 4.1.2 (A) · 1 inspected page · 48 instances
    Why this matters

    Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

    Recommended action

    Add text to the buttons or provide an alternative way for screen readers to announce their purpose, such as using the 'aria-label' attribute.

    View technical evidence →
  4. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 2 instances
    Why this matters

    Links expose no accessible name, so their destination is unknown to screen reader users.

    Recommended action

    Add text to the links that describes their purpose, or use the 'aria-label' attribute to provide a text description for screen readers.

    View technical evidence →
  5. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 2 instances
    Why this matters

    Links expose no accessible name, so their destination is unknown to screen reader users.

    Recommended action

    Add text to the links that describes their purpose, or use the 'aria-label' attribute to provide a text description for screen readers.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA2544 / 4
2.1.1KeyboardA1344 / 4
2.5.8Target Size (Minimum)AA1244 / 4
4.1.2Name, Role, ValueA844 / 4
1.3.1Info and RelationshipsA644 / 4
2.4.3Focus OrderA544 / 4
2.4.4Link Purpose (In Context)A544 / 4
3.3.2Labels or InstructionsA244 / 4
2.2.2Pause, Stop, HideA111 / 4

Absence of a criterion here does not indicate conformance with it — only that no automatically detectable issue was found for it.

Continuous monitoring

A scan shows today's exposure. Monitoring shows what changes next.

Evolize continuously reassesses public website pages, detects newly introduced or recurring accessibility findings, and tracks remediation over time.

04 · All detected findings

Critical

Dropdown menus have no accessible name

WCAG 4.1.2 (A)16 instances4 inspected pages

Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

Why it matters

Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.

Recommended correction

Add an 'aria-label' or 'label' element that describes the purpose of the select menu, ensuring it is programmatically associated with the select element.

View 16 affected elements
Component · Ref 8KF8UK
Affected pagehttps://www.shoebacca.com/
Element#FooterLocalization > .select:nth-child(6) > .thb-currency-code[name="currency_code"]
Accessible nameUnited States (USD $)
Markup
<select name="currency_code" class="thb-currency-code resize-select" style="width: 166px;">
		    
		      <option value="USD" selected="selected">
		        United States (USD $)
		      </option>
		    
		  </select>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref 8BI0CC
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Element#FooterLocalization > .select:nth-child(5) > .thb-language-code[name="language_code"]
Accessible nameEnglish
Markup
<select name="language_code" class="thb-language-code resize-select" style="width: 81px;">
		    
		      <option value="en" selected="selected">English</option>
		    
		  </select>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Critical

Buttons have no accessible name

WCAG 4.1.2 (A)48 instances1 inspected page

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Why it matters

Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.

Recommended correction

Add text to the buttons or provide an alternative way for screen readers to announce their purpose, such as using the 'aria-label' attribute.

View 48 affected elements
Component · Ref 1ZQWUW
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Elementbutton[data-product-id="10177275560218"]
Markup
<button id="swym-collections" class="swym-button swym-heart swym-add-to-wishlist-view-product swym-loaded swym-collections" data-product-url="/collections/women/products/carina-3-0-metallic-whisper-lace-up-sneakers-40451102" data-product-id="10177275560218"></button>
High

ARIA container is missing required child roles

WCAG 1.3.1 (A)4 instances4 inspected pages

An ARIA role that requires specific child roles does not contain them, breaking the widget semantics.

Why it matters

An ARIA role that requires specific child roles does not contain them, breaking the widget semantics.

Recommended correction

Ensure that the ARIA container with the role 'menubar' includes the required child roles, such as 'menuitem' or 'menuitemcheckbox', to provide a clear and accessible navigation structure.

View 4 affected elements
Component · Ref DH7AE9
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.thb-full-menu
Accessible nameWOMEN WOMEN'S SHOES All Women's Shoes New Arrivals Best Sellers Athletic & Sneakers Sandals Espadrilles Clogs Flats Dress Shoes & Heels Loafers Boots & Booties Slippers Sale SHOP BY ACTIVITY Road Running Trail Running Hiking Basketball Soccer Pickleball Travel Everyday Work & Safety WOMEN'S CLOTHING Tops & T-Shirts Hoodies & Sweatshirts Shorts, Pants & Leggings Socks Underwear Coats & Jackets Plus Size Clothing SHOP WOMEN'S NEW ARRIVALS MEN MEN'S SHOES All Men's Shoes New Arrivals Best Sellers Athletic & Sneakers Sandals Casual Shoes Dress Shoes Boots Slippers Sale SHOP BY ACTIVITY Road Running Trail Running Hiking Basketball Soccer Pickleball Travel Everyday Work & Safety MEN'S CLOTHING Shirts & T-Shirts Hoodies & Sweatshirts Shorts, Pants & Jeans Socks Underwear Coats & Jackets SHOP MEN'S NEW ARRIVALS KIDS KIDS' SHOES All Kids' Shoes Kids' New Arrivals Boys' Shoes Girls' Shoes Sale SHOP BY STYLE Athletic Shoes Running Shoes Sneakers Sandals Cowboy Boots KIDS' CLOTHING All Kids' Clothing Boys' Clothes Girls' Clothes Boys' Shirts Girls' Tops SHOP KIDS' NEW ARRIVALS ACCESSORIES ACCESSORIES All Accessories Backpacks Hats Socks Sports Equipment SHOP TRAVEL & SPORTS BAGS SHOPS RUNNING SHOP ATHLETIC SHOP SNEAKER SHOP SANDALS SHOP Explore More BOOTS SHOP WORK & SAFETY SHOP COZY SHOP SPECIAL OCCASION SHOP BRANDS Top Brands PUMA diadora Merrell Salomon Saucony Vivobarefoot SHOP ALL BRANDS adidas Altra The North Face Birkenstock SALE WOMEN'S SALE Athletic Sneakers Sandals Flats Boots Women's Clothing MEN'S SALE Athletic Sneakers Sandals Casual Shoes Boots Men's Clothing KIDS' SALE Athletic Sneakers Sandals Boots Kids' Clothing ACCESSORIES SALE Sport & Travel Bags Hats & Headbands CLEARANCE WOMEN'S CLEARANCE Athletic & Sneakers Sandals Flats Heels Boots Work Boots & Shoes Tops & T-Shirts Shorts & Pants Hoodies & Sweatshirts Coats & Jackets MEN'S CLEARANCE Athletic & Sneakers Sandals Casual Shoes Dress Shoes Boots Work Boots & Shoes Shirts & T-Shirts Shorts & Pants Hoodies & Sweatshirts Coats & Jackets KIDS' CLEARANCE Kids' Sneakers Kids' Athletic Kids' Sandals Kids' Boots Kids' Clothes Kids' Shoes Under $30
Rolemenubar
Markup
<ul class="thb-full-menu gm-menu gm-menu-148132 gm-bordered gm-mobile-bordered gm-submenu-align-left gm-menu-trigger-hover gm-has-retractor gm-transition-fade" role="menubar">
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
High

Text has insufficient colour contrast

WCAG 1.4.3 (AA)122 instances4 inspected pages

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Why it matters

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Recommended correction

Increase the contrast between the text color and its background by adjusting either the text color or the background color to meet the minimum contrast ratio thresholds as defined by WCAG 2.1 SC 1.4.3.

View 122 affected elements
Component · Ref JLQPIJ
Affected pagehttps://www.shoebacca.com/pages/faq
Element.yotpo-banner-logged-out-text
Accessible nameSHOEBACCA REWARDS
Markup
<div class="yotpo-banner-logged-out-text" style="color: white; font-size: 14px; font-family: Montserrat; font-weight: 700; font-style: normal;">
  SHOEBACCA REWARDS
</div>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref 3N6ZKL
Affected pagehttps://www.shoebacca.com/pages/faq
Element.announcement-bar--text > p
Accessible nameFREE SHIPPING & FREE RETURNS ON ALL ORDERS
Markup
<p>FREE SHIPPING &amp; FREE RETURNS ON ALL ORDERS</p>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref 27WW8F
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element#NewsletterForm--sections--25451128226074__footer
Markup
<input placeholder="Enter your mail address" type="email" id="NewsletterForm--sections--25451128226074__footer" name="contact[email]" autocorrect="off" autocapitalize="off" autocomplete="email" value="" required="">
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref C0ZVPU
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Element.thb-item-count
Accessible name0
Markup
<span class="thb-item-count">0</span>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref 6Y5OCD
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element#yotpo-main-widget-btn
Accessible nameWrite A Review
Markup
<button data-v-4f716a87="" id="yotpo-main-widget-btn" type="button" class="yotpo-new-review-btn yotpo-btn-s">Write A Review</button>
Component · Ref P3AUTC
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.subheading
Accessible nameFree Shipping On All Orders & 30-Day Returns
Markup
<p class="product--text subheading">Free Shipping On All Orders &amp; 30-Day Returns</p>
Component · Ref 1HAO30
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.style_vendor
Accessible namePUMA | Mens
Markup
<p class="product--text style_vendor">PUMA | Mens</p>
Component · Ref BFTJNV
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.swym-wishlist-cta
Accessible nameAdd to Wishlist
Markup
<span class="swym-wishlist-cta">Add to Wishlist</span>
Component · Ref HFK7KH
Affected pagehttps://www.shoebacca.com/
Element.ecom__element--button-icon-text
Accessible nameShop Back To School
Markup
<span class="ecom__element--button-icon-text ecom-html">Shop Back To School</span>
Component · Ref 4HDJ8T
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv[data-id="756417381"] > .yotpo-review-left-panel > .yotpo-reviewer[data-v-1ac5f7d8=""] > .yotpo-reviewer-details-verified[data-v-1ac5f7d8=""] > div[data-v-4c2f4803=""][data-v-1ac5f7d8=""] > .yotpo-reviewer-verified-buyer-text.unselectable[data-v-4c2f4803=""]
Accessible nameVerified Buyer
Markup
<span data-v-4c2f4803="" class="yotpo-reviewer-verified-buyer-text unselectable" style="align-self: flex-start;">Verified Buyer</span>
Component · Ref Z1HYQN
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdel > .amount
Accessible name$80.00
Markup
<span class="amount">
					
						$80.00
					
				</span>
Component · Ref PR20NO
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.badge
Accessible nameSale
Markup
<span class="badge onsale">
		    Sale
		  </span>
Component · Ref GIUUVE
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Element#ss__result--products-10352929866010 > .ss__result__inner[sstracking="true"] > .ss__result__image > .ss__image__link > .ss__overlay-badge.ss-luk5zr > .ss__overlay-badge__grid-wrapper > .ss__overlay-badge__grid-wrapper__slot.ss__overlay-badge__grid-wrapper__slot--right.ss-1x80rls > .ss__badge-text.ss__badge-text--new-arrival.ss-qb8sse > .ss__badge-text__value
Accessible nameNEW
Markup
<span class="ss__badge-text__value">NEW</span>
Component · Ref TAYVP2
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.testimonials__testimonial.carousel__slide[aria-hidden="true"]:nth-child(3) > .testimonials__testimonial-inner > p
Accessible nameHigh quality shoes and extremely fast shipping. Super pleased!!
Markup
<p>High quality shoes and extremely fast shipping. Super pleased!!</p>
Component · Ref FRAA1G
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.yotpo-read-more
Accessible nameRead more about I hadn't worn a pair review by Michael f.
Markup
<button data-v-71a0b8d7="" class="yotpo-read-more" aria-expanded="false" aria-label="Read more about I hadn't worn a pair review by Michael f." data-position="closed" type="button">Read more</button>
Component · Ref EWX91A
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.testimonials__testimonial.carousel__slide[aria-hidden="true"]:nth-child(1) > .testimonials__testimonial-inner > .testimonials__author
Accessible nameKayla Beltran
Markup
<div class="testimonials__author">
							
								Kayla Beltran
							
						</div>
Component · Ref 5R4TVJ
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.breadcrumbs
Accessible namebreadcrumbs
Markup
<nav class="breadcrumbs" aria-label="breadcrumbs">
	  <a href="/" title="Home">Home</a>
	  
		
	  
	    <i>/</i>
	    CA Pro Ivy League Lace Up Sneakers
	  
	  
		
	  
		
		
	</nav>
Component · Ref U8QBV1
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element#AddToCart > span:nth-child(1)
Accessible nameAdd to cart
Markup
<span>Add to cart
</span>
Component · Ref CWQ6TG
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementbutton[aria-label="2 star by 0 reviews"] > .yotpo-star-distribution-row-wrapper.default-row.yotpo-distribution-row > .yotpo-star-distribution-value[aria-hidden="true"]
Accessible name0
Markup
<div class="yotpo-star-distribution-value" aria-hidden="true">0</div>
Component · Ref E7Z3MC
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementbutton[aria-label="5 star by 5 reviews"] > .yotpo-star-distribution-row-wrapper.default-row.yotpo-distribution-row > .yotpo-star-distribution-index-wrapper > .yotpo-star-distribution-index[aria-hidden="true"]
Accessible name5
Markup
<div class="yotpo-star-distribution-index" aria-hidden="true">5</div>
Component · Ref DCCN7V
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.swym-fave-count
Accessible name62
Markup
<span class="swym-fave-count" data-count="62">62</span>
Component · Ref IFS557
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementa[title="Home"]
Accessible nameHome
Markup
<a href="/" title="Home">Home</a>
Component · Ref 34CUOX
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.pl-text
Accessible nameCLEARANCE
Markup
<span class="pl-text" style="color: rgb(255, 0, 0); font-size: 14px; font-family: Arial; word-break: break-word;">CLEARANCE</span>
Component · Ref 8HVZ9C
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Element.ss__pagination__current > .ss__pagination__label
Accessible name1
Markup
<span class="ss__pagination__label">1</span>
Component · Ref 1NYF00
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Element.ecom-element__banner.ecom__element[deep="3"] > .ecom-banner__hzoom.ecom-masonry__nt_promotion.ecom-image-default > .ecom-masonry__nt_promotion_html.ecom-t__0.ecom-l__0 > .ecom-banner_wrap_html_block.ecom-horizontal-left.ecom-column > .ecom-banner__button.ecom__element--button[title="women's Athletic & Sneakers"] > .ecom-banner__button--text
Accessible nameAthletic & Sneakers
Markup
<span class="ecom-banner__button--text">Athletic &amp; Sneakers</span>
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)80 instances4 inspected pages

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Why it matters

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Recommended correction

Remove the tabindex attribute or make the element visible when it receives focus, so that sighted keyboard users can see where the focus is. Alternatively, remove the element from the tab order by setting tabindex to -1 if it's not meant to be interacted with.

View 80 affected elements
Component · Ref B3P8DL
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Elementdiv#yotpo-drawer-layout > div:nth-of-type(2) > div > div:nth-of-type(2)
Accessible nameJoin now Get $10 Off $60+ Order
Rolebutton
Markup
<div role="button" tabindex="0" class="yotpo-drawer-sign-up-item"><div class="yotpo-drawer-sign-up-titles"><div class="yotpo-drawer-sign-up-title-text" style="color: black; font-size: 16px; font-family: Montserrat; font-weight: 700; font-style: normal;">
  Join now
</div><div class="yotpo-drawer-sign-up-subtitle-text" style="color: black; font-size: 14px; font-family: Montserrat; font-weight: 500; font-style: normal;">
  Get $10 Off $60+ Order
</div></div><div class="yotpo-drawer-sign-up-icon"><svg width="26" height="14" viewBox="0 0 26 14" fill="none" xmlns="http://www.w3.org/2000/svg" role="…
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref UVT0M1
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#yotpo-drawer-layout > div:nth-of-type(2) > div > div:nth-of-type(3) > div:nth-of-type(2)
Accessible nameLog in
Rolebutton
Markup
<div role="button" tabindex="0" class="yotpo-drawer-sign-in-link" style="text-decoration-color: rgb(237, 55, 77);"><div color="rgba(237,55,77,1)" class="yotpo-drawer-sign-in-text" style="color: rgb(237, 55, 77); font-size: 14px; font-family: Montserrat; font-weight: 700; font-style: normal;">
  Log in
</div></div>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref PE0MQR
Affected pagehttps://www.shoebacca.com/
Elementa#notepad-anchor-title
Accessible nameMy Wishlist
Markup
<a href="#swym-wishlist" class="swym-background-color" id="notepad-anchor-title" aria-label="My Wishlist" data-swym-loaded="true"><i class="swym-icon swym-notepad-white"></i>My Wishlist</a>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref KJTPC6
Affected pagehttps://www.shoebacca.com/pages/faq
Elementdiv > ul > li:nth-of-type(1) > ul > li:nth-of-type(2) > a
Accessible nameAll Women's Shoes
Markup
<a class="gm-target js-no-transition" title="All Women's Shoes" href="https://www.shoebacca.com/collections/womens-shoes?icid=mm_womens_shoes_02"><span class="gm-text">All Women's Shoes</span></a>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref 0GV5RW
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#yotpo-drawer-layout > div:nth-of-type(1)
Accessible nameClose button
Rolebutton
Markup
<div role="button" tabindex="0" aria-label="Close button" class="yotpo-close-icon"><svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false" style="color: black;"><rect x="0.000976562" y="0.949219" width="1.34339" height="25.5244" transform="rotate(-45 0.000976562 0.949219)" fill="currentColor"></rect><rect x="18.0498" width="1.34339" height="25.5244" transform="rotate(45 18.0498 0)" fill="currentColor"></rect></svg></div>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)36 instances4 inspected pages

A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

Why it matters

A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.

Recommended correction

Add a tabindex attribute to the close button element or replace it with a native HTML button element to ensure it can receive keyboard focus.

View 36 affected elements
Component · Ref XSVTTD
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Elementspan#swym-close-btn
Accessible nameClose
Rolebutton
Markup
<span id="swym-close-btn" class="swym-close-btn" role="button" aria-label="Close">×</span>
Affected pages/ /pages/faq /collections/women
Component · Ref SNSA7Z
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#swatch-option1 > div > fieldset > ul > li:nth-of-type(2)
Accessible name7.5
Roleradio
Markup
<li class="swatch-view-item" orig-value="7.5" option-value-id="14801731866" aria-label="7.5" role="radio" aria-checked="false" tabindex="-1" data-event-data="{}"><div class="swatch-button swatch-selector star-set-btn swatch-allow-animation" swatch-option="option1" type="swatch-button" data-value="7.5" orig-value="7.5" option-value-id="14801731866">    <div swatch-inside="true" class="swatch-title-and-icon-container"><div class="swatch-button-title-text" swatch-inside="true"><span swatch-inside="true">7.5</span></div></div></div></li>
Component · Ref 0Q8FZF
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#dropdown-yotpo-dropdown-0\.5790456827894364-yotpo-dropdown-option-3
Accessible nameFilter reviews by 3 stars
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by 3 stars" aria-selected="false" id="dropdown-yotpo-dropdown-0.5790456827894364-yotpo-dropdown-option-3" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-f702b75a="" class="yotpo-star-rating-filter yotpo-score" aria-hidden="true" data-testid="star-rating-filter"><span class="star-container"><svg class="yotpo-star-rating-icon yotpo-sr-star-full" width="13.35" height="13.35" viewBox="0 0 33 33" fill="none" xmlns=…
Component · Ref 1VZN2K
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#dropdown-yotpo-dropdown-0\.3758040357675583-yotpo-dropdown-option-4
Accessible nameHighest rating
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-selected="false" id="dropdown-yotpo-dropdown-0.3758040357675583-yotpo-dropdown-option-4" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"> Highest rating</div><!----></div>
Component · Ref 1VZN2O
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#dropdown-yotpo-dropdown-0\.3758040357675583-yotpo-dropdown-option-0
Accessible nameMost relevant
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-selected="true" id="dropdown-yotpo-dropdown-0.3758040357675583-yotpo-dropdown-option-0" class="yotpo-dropdown-option yotpo-dropdown-option--focus yotpo-dropdown-option--selected" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"> Most relevant</div><svg data-v-75d918e0="" data-v-7aac675c="" width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg" class="yotpo-selected-icon--focused yotpo-selected-icon" data-testid="dropdown-selected-icon" aria-hi…
Component · Ref 0Q8FZE
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#dropdown-yotpo-dropdown-0\.5790456827894364-yotpo-dropdown-option-4
Accessible nameFilter reviews by 2 stars
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by 2 stars" aria-selected="false" id="dropdown-yotpo-dropdown-0.5790456827894364-yotpo-dropdown-option-4" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-f702b75a="" class="yotpo-star-rating-filter yotpo-score" aria-hidden="true" data-testid="star-rating-filter"><span class="star-container"><svg class="yotpo-star-rating-icon yotpo-sr-star-full" width="13.35" height="13.35" viewBox="0 0 33 33" fill="none" xmlns=…
Component · Ref 1VZN2U
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#dropdown-yotpo-dropdown-0\.3758040357675583-yotpo-dropdown-option-2
Accessible nameWith media
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-selected="false" id="dropdown-yotpo-dropdown-0.3758040357675583-yotpo-dropdown-option-2" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"> With media</div><!----></div>
Component · Ref 1VZN2V
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#dropdown-yotpo-dropdown-0\.3758040357675583-yotpo-dropdown-option-1
Accessible nameMost recent
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-selected="false" id="dropdown-yotpo-dropdown-0.3758040357675583-yotpo-dropdown-option-1" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"> Most recent</div><!----></div>
Component · Ref 0Q8FZG
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#dropdown-yotpo-dropdown-0\.5790456827894364-yotpo-dropdown-option-2
Accessible nameFilter reviews by 4 stars
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by 4 stars" aria-selected="false" id="dropdown-yotpo-dropdown-0.5790456827894364-yotpo-dropdown-option-2" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-f702b75a="" class="yotpo-star-rating-filter yotpo-score" aria-hidden="true" data-testid="star-rating-filter"><span class="star-container"><svg class="yotpo-star-rating-icon yotpo-sr-star-full" width="13.35" height="13.35" viewBox="0 0 33 33" fill="none" xmlns=…
Component · Ref 1VZN2T
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#dropdown-yotpo-dropdown-0\.3758040357675583-yotpo-dropdown-option-3
Accessible nameVerified purchase
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-selected="false" id="dropdown-yotpo-dropdown-0.3758040357675583-yotpo-dropdown-option-3" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"> Verified purchase</div><!----></div>
Component · Ref 0Q8FZI
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#dropdown-yotpo-dropdown-0\.5790456827894364-yotpo-dropdown-option-0
Accessible nameFilter reviews by all ratings
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by all ratings" aria-selected="true" id="dropdown-yotpo-dropdown-0.5790456827894364-yotpo-dropdown-option-0" class="yotpo-dropdown-option yotpo-dropdown-option--focus yotpo-dropdown-option--selected" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-7aac675c="" class="formated-value">All ratings</span></div><svg data-v-75d918e0="" data-v-7aac675c="" width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg" class=…
Component · Ref 0Q8FZH
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#dropdown-yotpo-dropdown-0\.5790456827894364-yotpo-dropdown-option-1
Accessible nameFilter reviews by 5 stars
Roleoption
Markup
<div data-v-7aac675c="" role="option" aria-label="Filter reviews by 5 stars" aria-selected="false" id="dropdown-yotpo-dropdown-0.5790456827894364-yotpo-dropdown-option-1" class="yotpo-dropdown-option" data-testid="dropdown-option"><div data-v-7aac675c="" class="yotpo-dropdown-option-label" data-testid="dropdown-option-label"><span data-v-f702b75a="" class="yotpo-star-rating-filter yotpo-score" aria-hidden="true" data-testid="star-rating-filter"><span class="star-container"><svg class="yotpo-star-rating-icon yotpo-sr-star-full" width="13.35" height="13.35" viewBox="0 0 33 33" fill="none" xmlns=…
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)9 instances4 inspected pages

Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

Why it matters

Fields rely on placeholder text instead of a real label. The placeholder disappears once the user types, and it is not exposed as a programmatic label.

Recommended correction

Add a visible and permanent label to each form field, ensuring that the label remains visible even after the user starts typing. This can be achieved by adding a `<label>` element associated with the input field or using `aria-label`/`aria-labelledby` attributes for dynamic content.

View 9 affected elements
Component · Ref AUA7B2
Affected pagehttps://www.shoebacca.com/
Elementdiv#shopify-section-sections--25451128258842__header > div > div > form > fieldset > input
Markup
<input type="search" class="search-field ss__autocomplete__input" placeholder="Search for anything" value="" name="q" autocomplete="off" spellcheck="false" autocorrect="off" autocapitalize="none" ss-autocomplete-input="">
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref 9TZ0EH
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Elementinput#ss__facet__search__input--vendor
Markup
<input id="ss__facet__search__input--vendor" class="ss__facet__search__input" placeholder="Search Brands">
High

List items are not inside a list

WCAG 1.3.1 (A)32 instances4 inspected pages

A <li> appears outside a <ul> or <ol>, so the list relationship is not conveyed to assistive technology.

Why it matters

A <li> appears outside a <ul> or <ol>, so the list relationship is not conveyed to assistive technology.

Recommended correction

Ensure all <li> elements are contained within a <ul> or <ol> to maintain the list structure and ensure accessibility for assistive technologies.

View 32 affected elements
Component · Ref H5BQAF
Affected pagehttps://www.shoebacca.com/pages/faq
Element.thb-full-menu > .gm-level-0[data-gmmi="3"][data-gmdi="3"]
Accessible nameACCESSORIES ACCESSORIES All Accessories Backpacks Hats Socks Sports Equipment SHOP TRAVEL & SPORTS BAGS
Markup
<li data-gmmi="3" data-gmdi="3" class="gm-item gm-level-0 gm-has-submenu gm-submenu-mega gm-submenu-align-full">
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
High

Summary elements must have discernible text

WCAG 4.1.2 (A)4 instances4 inspected pages

Summary elements must have discernible text

Why it matters

Summary elements must have discernible text

Recommended correction

Add discernible text to the summary element, either by including actual text content or by using an aria-label attribute to provide a text description.

View 4 affected elements
Component · Ref YBQPB8
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Elementsummary
Markup
<summary class="mobile-toggle">
		<span></span>
		<span></span>
		<span></span>
	</summary>
Affected pages/ /collections/women
Component · Ref 2JCGP7
Affected pagehttps://www.shoebacca.com/pages/faq
Element.mobile-toggle
Markup
<summary class="mobile-toggle">
		<span></span>
		<span></span>
		<span></span>
	</summary>
Affected pages/pages/faq /products/ca-pro-ivy-league-38855602
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)8 instances4 inspected pages

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Why it matters

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Recommended correction

Wrap the content in a landmark element (like <header>, <nav>, <main>, <footer>, or <aside>) to ensure it's accessible via landmark navigation. For example, the 'FREE SHIPPING & FREE RETURNS ON ALL ORDERS' announcement could be contained within a <header> or <aside> element.

View 8 affected elements
Component · Ref 5YKAPS
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#shopify-section-sections--25451128258842__announcement-bar > div > div > div:nth-of-type(2) > p
Accessible nameFREE SHIPPING & FREE RETURNS ON ALL ORDERS
Markup
<p>FREE SHIPPING &amp; FREE RETURNS ON ALL ORDERS</p>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Medium

Touch targets are too small on mobile

WCAG 2.5.8 (AA)59 instances4 inspected pages

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Why it matters

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Recommended correction

Increase the size of the touch target to at least 24×24px to make it easier for users to activate the control by touch.

View 59 affected elements
Component · Ref ELTERS
Affected pagehttps://www.shoebacca.com/pages/faq
Elementtheme-header#header > div > div > div:nth-of-type(2) > a:nth-of-type(2)
Markup
<a href="#swym-wishlist" class="swym-wishlist" data-swym-loaded="true">
      <i aria-hidden="true" focusable="false" role="presentation" class="icon icon-swym-wishlist"></i>
    </a>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref 9D1Q62
Affected pagehttps://www.shoebacca.com/pages/faq
Elementdiv#shopify-section-sections--25451128258842__announcement-bar > div > div > div:nth-of-type(2) > a
Accessible nameFREE SHIPPING & FREE RETURNS ON ALL ORDERS
Markup
<a href="/pages/faq" class="announcement-bar--link" aria-label="FREE SHIPPING &amp; FREE RETURNS ON ALL ORDERS"></a>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref HHMETD
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Elementnav#mobile-menu > div:nth-of-type(1) > ul:nth-of-type(3) > li:nth-of-type(1) > a
Accessible nameFacebook
Markup
<a href="https://www.facebook.com/shoebacca/" class="social facebook" target="_blank" rel="noreferrer" title="Facebook">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 18 18">
  <path fill="var(--color-accent)" d="M16.42.61c.27 0 .5.1.69.28.19.2.28.42.28.7v15.44c0 .27-.1.5-.28.69a.94.94 0 01-.7.28h-4.39v-6.7h2.25l.31-2.65h-2.56v-1.7c0-.4.1-.72.28-.93.18-.2.5-.32 1-.32h1.37V3.35c-.6-.06-1.27-.1-2.01-.1-1.01 0-1.83.3-2.45.9-.62.6-.93 1.44-.93 2.53v1.97H7.04v2.65h2.24V18H.98c-.28 0-.5-.1-.7-.28a.94.94 0 01-.28-.7V1.59c0-.27.1-.5.28-.69a.94.94…
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref AJL6VK
Affected pagehttps://www.shoebacca.com/pages/faq
Elementdiv#Accordion-collapsible_tab_HTrgTq-template--25451127111962__faq > p:nth-of-type(5) > a
Accessible nameFedEx Delivery Manager
Markup
<a href="https://www.fedex.com/en-us/delivery-manager.html">FedEx Delivery Manager</a>
Component · Ref CDZSDN
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv:nth-of-type(1) > div:nth-of-type(1) > div > ul > li:nth-of-type(6) > a
Accessible nameWork & Safety
Markup
<a href="/collections/work-safety-shop" title="Work &amp; Safety">Work &amp; Safety</a>
Component · Ref LDFRYF
Affected pagehttps://www.shoebacca.com/
Elementdiv:nth-of-type(2) > div > div:nth-of-type(2) > div > h4 > a
Accessible nameadidas
Markup
<a href="https://www.shoebacca.com/collections/adidas" title="Adidas Text">adidas</a>
Component · Ref PVOGF2
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Elementdiv > div > div > div:nth-of-type(2) > div > a
Accessible nameBoots
Markup
<a class="ecom-banner__button ecom__element--button pe_auto ecom-flex ecom-fl_center ecom-al_center" href="https://www.shoebacca.com/collections/womens-boots" title="boots collection"><span class="ecom-banner__button--text">Boots</span></a>
Component · Ref Q0Q0ZI
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementform#\[object\ HTMLInputElement\] > div > div:nth-of-type(2) > div:nth-of-type(3) > div > button
Accessible nameAdd to Wishlist
Markup
<button class="swym-button swym-add-to-wishlist swym-inject swym-has-fave-count swym-iconbtnlink swym-heart swym-loaded" onclick="event.preventDefault();" aria-label="Add to Wishlist"><span class="swym-wishlist-cta">Add to Wishlist</span></button>
Component · Ref LRXLCH
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementdiv#shopify-section-template--25451127931162__breadcrumbs > scroll-shadow > nav > a
Accessible nameHome
Markup
<a href="/" title="Home">Home</a>
Component · Ref OBV21Q
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Elementdiv > figure > div > div:nth-of-type(2) > div > button:nth-of-type(1)
Markup
<button class="ss__qa__close"><svg class="ss__icon ss__icon--close-thin ss-1v72vbw" viewBox="0 0 56 56" xmlns="http://www.w3.org/2000/svg"><path d="M56 5.638l-22.362 22.362 22.362 22.362-5.638 5.638-22.362-22.362-22.362 22.362-5.638-5.638 22.362-22.362-22.362-22.362 5.638-5.638 22.362 22.362 22.362-22.362z"></path></svg></button>
Medium

Touch targets are too small

WCAG 2.5.8 (AA)32 instances4 inspected pages

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Why it matters

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Recommended correction

Ensure that all interactive elements, such as buttons and links, have a minimum size of 24x24px to make them easily accessible by touch. Consider increasing the size of small elements or providing sufficient space around them to meet the target size requirement.

View 32 affected elements
Component · Ref KZ5BYW
Affected pagehttps://www.shoebacca.com/pages/faq
Element.swym-wishlist
Markup
<a href="#swym-wishlist" class="swym-wishlist" data-swym-loaded="true">
      <i aria-hidden="true" focusable="false" role="presentation" class="icon icon-swym-wishlist"></i>
    </a>
Affected pages/ /pages/faq /products/ca-pro-ivy-league-38855602 /collections/women
Component · Ref L23Y2I
Affected pagehttps://www.shoebacca.com/collections/women?icid=mm_women_01
Elementbutton[data-product-id="10012325478682"]
Markup
<button id="swym-collections" class="swym-button swym-heart swym-add-to-wishlist-view-product swym-loaded swym-collections" data-product-url="/collections/women/products/gola-classics-hawk-83-sneakers-clb772-110" data-product-id="10012325478682"></button>
Low

ARIA attributes have invalid values

WCAG 4.1.2 (A)3 instances1 inspected page

ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

Why it matters

ARIA attributes reference ids that do not exist or hold invalid values, breaking the accessibility tree.

Recommended correction

Verify that the aria-controls and aria-labelledby attributes reference existing and valid ids, and ensure that all ARIA attributes conform to valid values as defined in the WAI-ARIA specification.

View 3 affected elements
Component · Ref FDF45W
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.yotpo-score-filter-container > .yotpo-dropdown-closable.yotpo-dropdown-closable--focused[aria-haspopup="listbox"]
Accessible nameRating
Rolecombobox
Markup
<div data-v-7aac675c="" class="yotpo-dropdown-closa..." aria-expanded="false" aria-controls="dropdown-yotpo-dropd..." tabindex="0" aria-labelledby="yotpo-dropdown-0.579..." aria-haspopup="listbox" role="combobox" data-testid="dropdown-combobox">
Component · Ref 68IP90
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.yotpo-dropdown-closable
Accessible nameSort by
Rolecombobox
Markup
<div data-v-7aac675c="" class="yotpo-dropdown-closa..." aria-expanded="false" aria-controls="dropdown-yotpo-dropd..." tabindex="0" aria-labelledby="yotpo-dropdown-0.375..." aria-haspopup="listbox" role="combobox" data-testid="dropdown-combobox">
Component · Ref 8742MU
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Element.yotpo-dropdown-closable--textual
Accessible nameSort by
Rolecombobox
Markup
<div data-v-7aac675c="" class="yotpo-dropdown-closa..." aria-expanded="false" aria-controls="dropdown-yotpo-dropd..." tabindex="0" aria-labelledby="yotpo-dropdown-0.558..." aria-haspopup="listbox" role="combobox" data-testid="dropdown-combobox">
Low

Navigation regions are not distinguishable

WCAG 1.3.1 (A)2 instances1 inspected page

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Why it matters

The page has multiple navigation landmarks but they lack accessible names, so screen reader users cannot tell them apart.

Recommended correction

Add a unique and descriptive 'aria-label' or 'aria-labelledby' attribute to each navigation landmark to provide an accessible name.

View 2 affected elements
Component · Ref IE8E97
Affected pagehttps://www.shoebacca.com/products/ca-pro-ivy-league-38855602
Elementnav#mobile-menu
Accessible nameWOMEN WOMEN'S SHOES All Women's Shoes New Arrivals Best Sellers Athletic & Sneakers Sandals Espadrilles Clogs Flats Dress Shoes & Heels Loafers Boots & Booties Slippers Sale SHOP BY ACTIVITY Road Running Trail Running Hiking Basketball Soccer Pickleball Travel Everyday Work & Safety WOMEN'S CLOTHING Tops & T-Shirts Hoodies & Sweatshirts Shorts, Pants & Leggings Socks Underwear Coats & Jackets Plus Size Clothing SHOP WOMEN'S NEW ARRIVALS MEN MEN'S SHOES All Men's Shoes New Arrivals Best Sellers Athletic & Sneakers Sandals Casual Shoes Dress Shoes Boots Slippers Sale SHOP BY ACTIVITY Road Running Trail Running Hiking Basketball Soccer Pickleball Travel Everyday Work & Safety MEN'S CLOTHING Shirts & T-Shirts Hoodies & Sweatshirts Shorts, Pants & Jeans Socks Underwear Coats & Jackets SHOP MEN'S NEW ARRIVALS KIDS KIDS' SHOES All Kids' Shoes Kids' New Arrivals Boys' Shoes Girls' Shoes Sale SHOP BY STYLE Athletic Shoes Running Shoes Sneakers Sandals Cowboy Boots KIDS' CLOTHING All Kids' Clothing Boys' Clothes Girls' Clothes Boys' Shirts Girls' Tops SHOP KIDS' NEW ARRIVALS ACCESSORIES ACCESSORIES All Accessories Backpacks Hats Socks Sports Equipment SHOP TRAVEL & SPORTS BAGS SHOPS RUNNING SHOP ATHLETIC SHOP SNEAKER SHOP SANDALS SHOP Explore More BOOTS SHOP WORK & SAFETY SHOP COZY SHOP SPECIAL OCCASION SHOP BRANDS Top Brands PUMA diadora Merrell Salomon Saucony Vivobarefoot SHOP ALL BRANDS adidas Altra The North Face Birkenstock SALE WOMEN'S SALE Athletic Sneakers Sandals Flats Boots Women's Clothing MEN'S SALE Athletic Sneakers Sandals Casual Shoes Boots Men's Clothing KIDS' SALE Athletic Sneakers Sandals Boots Kids' Clothing ACCESSORIES SALE Sport & Travel Bags Hats & Headbands CLEARANCE WOMEN'S CLEARANCE Athletic & Sneakers Sandals Flats Heels Boots Work Boots & Shoes Tops & T-Shirts Shorts & Pants Hoodies & Sweatshirts Coats & Jackets MEN'S CLEARANCE Athletic & Sneakers Sandals Casual Shoes Dress Shoes Boots Work Boots & Shoes Shirts & T-Shirts Shorts & Pants Hoodies & Sweatshirts Coats & Jackets KIDS' CLEARANCE Kids' Sneakers Kids' Athletic Kids' Sandals Kids' Boots Kids' Clothes Kids' Shoes Under $30 Placeholder Facebook Twitter Instagram Pinterest TikTok English United States (USD $) <button class="text-button">Update country/region</button> Login
Roledialog
Markup
<nav id="mobile-menu" class="mobile-menu-drawer" role="dialog" tabindex="-1">
	<div class="mobile-menu-content"><ul class="mobile-menu gm-menu gm-menu-148132 gm-menu-mobile gm-bordered gm-mobile-bordered gm-submenu-align-left gm-menu-trigger-click_toggle gm-has-retractor gm-transition-fade gm-submenu-open-style-dropdown">
<li data-gmmi="0" data-gmdi="0" class="gm-item gm-level-0 gm-has-submenu gm-submenu-mega gm-submenu-align-full"><a class="gm-target js-no-transition" title="WOMEN" href="https://www.shoebacca.com/collections/women?icid=mm_women_01"><span class="gm-text">WOMEN</span><span clas…

05 · Most affected inspected pages

06 · About this assessment

Evolize inspects publicly accessible website pages using automated browser-based testing and deterministic accessibility rules. Automated testing can identify many reproducible technical issues but cannot determine complete WCAG or legal compliance.

  • Publicly accessible surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every issue.
  • Results reflect the site at the scan date and may have changed since.

Evolize provides digital risk intelligence and does not provide legal advice, certify compliance, or guarantee that litigation will not occur. Methodology · Security · Example assessment

07 · Continuous monitoring

This public report captures one assessment. Evolize monitoring rescans the website, detects new and recurring findings, tracks changes over time and verifies corrections.

Is information in this report inaccurate or outdated? Request a correction or removal.