Public accessibility assessment

Accessibility issues detected on wildfang.com

Evolize inspected 5 public pages on wildfang.com and detected 68 automatically identifiable accessibility findings.

68Findings detected
7WCAG criteria affected
5Pages inspected
8 Sep 2026Assessment date

Highest detected severity: Critical · 11 high-priority findings · 100% inspected-page coverage

Most widespread issueRequired ARIA attributes are missingDetected on 4 inspected pages
Most affected page/products/debbie-harry-x-wildfang-quote-graphic-tee55 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)44 detected findings

Is wildfang.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 5 public pages on wildfang.com and detected 68 accessibility findings. The most widespread issue was "Required ARIA attributes are missing", detected on 4 inspected pages. The most affected inspected page was "/products/debbie-harry-x-wildfang-quote-graphic-tee", where 55 findings were detected. The assessment identified findings mapped to 7 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

    Required ARIA attributes are missing

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

    An element's ARIA role requires attributes that are absent, so its state is not exposed correctly.

    Recommended action

    Add the ARIA attributes required by the element's role (e.g. aria-checked on a checkbox role).

    View technical evidence →
  2. Critical

    Required ARIA attributes are missing

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

    An element's ARIA role requires attributes that are absent, so its state is not exposed correctly.

    Recommended action

    Add the ARIA attributes required by the element's role (e.g. aria-checked on a checkbox role).

    View technical evidence →
  3. Critical

    Dropdown menus have no accessible name

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

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

    Recommended action

    Associate a <label> with each <select>, or add an aria-label / aria-labelledby that names its purpose.

    View technical evidence →
  4. Critical

    Embedded frames lack descriptive titles

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

    An <iframe> has no title, so its purpose is not announced to assistive technology.

    Recommended action

    Add a concise title attribute that describes the frame's actual purpose — for example "Store locator" for a location search or "Promotional campaign" for a marketing embed. The affected frame loads https://wildfang.attn.tv/p/q6v/landing-page, which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

    View technical evidence →
  5. Critical

    Required ARIA attributes are missing

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

    An element's ARIA role requires attributes that are absent, so its state is not exposed correctly.

    Recommended action

    Add the ARIA attributes required by the element's role (e.g. aria-checked on a checkbox role).

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA4433 / 5
4.1.2Name, Role, ValueA1344 / 5
1.3.1Info and RelationshipsA644 / 5
2.4.3Focus OrderA244 / 5
3.3.2Labels or InstructionsA244 / 5
1.1.1Non-text ContentA111 / 5
2.5.8Target Size (Minimum)AA122 / 5

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

Required ARIA attributes are missing

WCAG 4.1.2 (A)17 instances4 inspected pages

An element's ARIA role requires attributes that are absent, so its state is not exposed correctly.

Why it matters

An element's ARIA role requires attributes that are absent, so its state is not exposed correctly.

Recommended correction

Add the ARIA attributes required by the element's role (e.g. aria-checked on a checkbox role).

View 17 affected elements
Component · Ref KVT8WJ
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.footer__contact-title
Accessible nameCONTACT
Roleheading
Markup
<div class="footer__contact-title mt-lg text-[23px] mb-md" role="heading">CONTACT</div>
Affected pages/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
Component · Ref G80HMK
Affected pagehttps://www.wildfang.com/
Element.footer__nav-group.flex-1:nth-child(1) > .footer__nav-title.text-\[23px\][role="heading"]
Accessible nameCustomer Care
Roleheading
Markup
<div class="footer__nav-title text-[23px] mb-md" role="heading">Customer Care</div>
Affected pages/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
Component · Ref GZ8KZ6
Affected pagehttps://www.wildfang.com/
Element.hero__description
Accessible nameNew styles just dropped, designed by Debbie Harry herself.
Roleheading
Markup
<div class="hero__description pt-sm font-playfair text-[22px] font-400 italic" role="heading">
          <p>New styles just dropped, designed by Debbie Harry herself.</p>
        </div>
Critical

Embedded frames lack descriptive titles

WCAG 4.1.2 (A)1 instance1 inspected page

An <iframe> has no title, so its purpose is not announced to assistive technology.

Why it matters

An <iframe> has no title, so its purpose is not announced to assistive technology.

Recommended correction

Add a concise title attribute that describes the frame's actual purpose — for example "Store locator" for a location search or "Promotional campaign" for a marketing embed. The affected frame loads https://wildfang.attn.tv/p/q6v/landing-page, which can help identify its purpose. Avoid generic values such as "Embedded content", "iframe", or "frame".

View 1 affected element
Component · Ref 9ZDB5X
Affected pagehttps://www.wildfang.com/pages/sign-up
Elementiframe[width="100%"]
Markup
<iframe src="https://wildfang.attn.tv/p/q6v/landing-page" style="min-height: 800px;" width="100%" height="100%"></iframe>
Critical

Dropdown menus have no accessible name

WCAG 4.1.2 (A)3 instances1 inspected page

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

Associate a <label> with each <select>, or add an aria-label / aria-labelledby that names its purpose.

View 3 affected elements
Component · Ref MVTYCF
Affected pagehttps://www.wildfang.com/en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#\31 0201546916021-options-template--28045245087925__complete
Accessible nameSelect Size OS
Markup
<select class="product-card__select border border-black p-xs w-full leading-none h-[32px] uppercase font-oswald text-[12px] cursor-pointer" id="10201546916021-options-template--28045245087925__complete" name="10201546916021-options-template--28045245087925__complete" ...>
High

ARIA roles used must conform to valid values

WCAG 4.1.2 (A)4 instances4 inspected pages

ARIA roles used must conform to valid values

Why it matters

ARIA roles used must conform to valid values

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 4 affected elements
Component · Ref VNHIDK
Affected pagehttps://www.wildfang.com/
Elementfooter
Accessible nameWildfang Get 15% off your first order EmailSIGN UP Instagram Facebook Tiktok Customer Care Caret FAQS GIFT CARDS SHIPPING RETURNS + EXCHANGES REVIEWS REWARDS SIZE GUIDE About us Caret Our Story Our Store Sustainability Giving Back Collabs Blog Careers Account Caret Log In Sign Up Get Free Stuff Contact Caret [email removed] Customer Care FAQS GIFT CARDS SHIPPING RETURNS + EXCHANGES REVIEWS REWARDS SIZE GUIDE About us Our Story Our Store Sustainability Giving Back Collabs Blog Careers Account Log In Sign Up Get Free Stuff CONTACT [email removed] © 2026 Wildfang Co. All Rights Reserved| Privacy| Terms| Press| Accessibility
Rolefooter
Markup
<footer class="footer bg-black text-white px-sm tabletl:px-xxl tabletl:pt-xxl tabletl:pb-md" role="footer">
Affected pages/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)40 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

Keep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.

View 40 affected elements
Component · Ref OG5AT6
Affected pagehttps://www.wildfang.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/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
Component · Ref VV7I1R
Affected pagehttps://www.wildfang.com/pages/sign-up
Elementdiv > ul > li:nth-of-type(4) > ul > li > a
Accessible nameDEBBIE HARRY X WILDFANG JUMPSUIT Caret
Markup
<a href="/products/debbie-harry-x-wildfang-jumpsuit" class="mega-menu__featured-link" data-product-link-position="3" data-impression-id="c21d8e14-ae91-4530-b96f-e462ecf982cb" data-product-click-tracked="true">
                      
                        <div class="mega-menu__image w-full pb-xs">
                          



<picture class="lazypicture block w-full h-full" style="--ar-lzimg-mobile: ; ">
  
  <img src="//www.wildfang.com/cdn/shop/files/DEBBIEHARRYXWILDFANGJUMPSUIT_BLACK_1.jpg?v=1784915413&amp;width=1920" srcset="//www.wildfang.com/cdn/shop/files/DEBBIEHARRYXWILDFANGJUMPSUIT…
Affected pages/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)4 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 persistent <label> associated with each field. Keep the placeholder for example text only, not as the label.

View 4 affected elements
Component · Ref SGC5WW
Affected pagehttps://www.wildfang.com/en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Elementinput#header-search
Markup
<input id="header-search" type="search" name="q" placeholder="Enter keyword or item #" class="header__search-input flex-1 border-0 py-[10px] text-lg outline-none">
Affected pages/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)2 instances2 inspected pages

ARIA hidden element must not be focusable or contain focusable elements

Why it matters

ARIA hidden element must not be focusable or contain focusable elements

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 2 affected elements
Component · Ref VZXXXP
Affected pagehttps://www.wildfang.com/en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#the-debbie-harry-x-wildfang-collection-10239452479669
Accessible nameDEBBIE HARRY X WILDFANG collection returns with a new lineup that doesn't hold back. Designed by the icon herself, each style channels her unapologetically punk style and spirit. Featuring luxe vegan leather, a custom woven plaid, and a NEW Holiday Capsule Collection with badass accessories.SHOP THE COLLECTION >
Markup
<div id="the-debbie-harry-x-wildfang-collection-10239452479669" class="accordion-content" aria-hidden="true" js-accordion-content="">
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
High

Images lack text alternatives

WCAG 1.1.1 (A)1 instance1 inspected page

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Why it matters

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Recommended correction

Add a concise alt attribute describing each informative image. Mark purely decorative images with alt="" so assistive technology skips them.

View 1 affected element
Component · Ref 4F9DEY
Affected pagehttps://www.wildfang.com/
Elementimg[loading="eager"]
Markup
<img src="//www.wildfang.com/c..." srcset="//www.wildfang.com/c..." loading="eager" class="w-full ">
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)24 instances4 inspected pages

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

Correct ARIA attribute values and ensure referenced ids exist in the DOM.

View 24 affected elements
Component · Ref 7LD373
Affected pagehttps://www.wildfang.com/en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#header-parent-link-shop-all
Accessible nameSHOP ALL
Markup
<a id="header-parent-link-shop-all" aria-expanded="false" aria-controls="header-submenu-shop-all" href="/en-ca/collections/shop-all" class="header__menu-toggle flex items-center px-sm py-md text-16 font-400 uppercase link leading-none" aria-haspopup="true" js-submenu-parent="">
Affected pages/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)4 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 primary content in <main> and other regions in appropriate landmark elements.

View 4 affected elements
Component · Ref 2OU5KP
Affected pagehttps://www.wildfang.com/
Elementsection#AnnouncementBar > div
Accessible nameFALL SUITING JUST DROPPED FREE SHIPPING $75+ DEBBIE HARRY X WILDFANG IS BACK GET 15% OFF YOUR FIRST ORDER
Markup
<div class="promo-banner__container relative" style="background-color: #000000;" js-collapsable-announcement="">
      <s-carousel data-options="{
    &quot;slidesPerView&quot;: 1,
    &quot;loop&quot;: true
    ,
    &quot;autoplay&quot;: {
      &quot;delay&quot;: &quot;4000&quot;
    }
    
  }">
        <div id="AnnouncementCarousel" class="swiper relative h-[40px] flex items-center swiper-initialized swiper-horizontal swiper-backface-hidden" js-carousel="">
          <div class="swiper-wrapper h-full w-full" id="swiper-wrapper-415703aa5be4ac69" aria-live="off" style="cursor: grab; transit…
Affected pages/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)20 instances4 inspected pages

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

Give each navigation region a distinct aria-label (e.g. "Primary", "Footer") when more than one is present.

View 20 affected elements
Component · Ref P263TV
Affected pagehttps://www.wildfang.com/
Elementdiv#shopify-section-header > s-header > div:nth-of-type(1) > nav
Accessible nameNEW SHOP NEW NEW SUITING NEW WORKWEAR NEW BUTTON UPS + TOPS NEW BOTTOMS THE EMPOWER HOUNDSTOOTH BLAZER Caret THE ESSENTIAL CORDUROY TROUSER Caret DEBBIE HARRY X WILDFANG JUMPSUIT Caret DEBBIE HARRY X WILDFANG Caret SHOP ALL SHOP ALL NEW BLAZERS + VESTS BUTTON UPS BOTTOMS COVERALLS + JUMPSUITS TOPS SWEATERS DRESSES + SKIRTS TEES + TANKS ACCESSORIES GIFT CARDS COLLECTIONS DEBBIE HARRY X WILDFANG FALL SUITING BESTSELLERS WORKWEAR SHOP NEW ARRIVALS Caret SHOP FALL SUITING Caret SHOP DEBBIE HARRY X WILDFANG Caret SUITING …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="header__nav hidden tabletl:block">
      <ul class="header__menu flex items-center font-oswald widescreen:gap-sm">
        
          
          
          <li class="header__menu-item group">
            
              <a id="header-parent-link-new" aria-expanded="false" aria-controls="header-submenu-new" href="/collections/newarrivals" class="header__menu-toggle flex items-center px-sm py-md text-16 font-400 uppercase link leading-none" aria-haspopup="true" js-submenu-parent="">
                <span class="header__menu-toggle-text leading-none">NEW</span>
              </a>
    …
Affected pages/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
Component · Ref 8NP0OB
Affected pagehttps://www.wildfang.com/pages/sign-up
Elementfooter > div:nth-of-type(1) > div > div:nth-of-type(2) > div > nav:nth-of-type(1)
Accessible nameCustomer Care FAQS GIFT CARDS SHIPPING RETURNS + EXCHANGES REVIEWS REWARDS SIZE GUIDE
Markup
<nav class="footer__nav-group flex-1">
              <div class="footer__nav-title text-[23px] mb-md" role="heading">Customer Care</div>
              <ul class="footer__nav-list">
                
                  <li class="footer__nav-item mt-xs">
                    <a href="https://www.wildfang.com/pages/faqs" class="footer__nav-link text-[15px]">FAQS</a>
                  </li>
                
                  <li class="footer__nav-item mt-xs">
                    <a href="https://www.wildfang.com/products/gift-card?variant=" class="footer__nav-link text-[15px]" data-product-link-pos…
Affected pages/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
Component · Ref Z0DH5C
Affected pagehttps://www.wildfang.com/en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Elements-drawer#MobileNavDrawer > div > s-accordion > nav
Accessible nameNEW SHOP Caret NEW SHOP ALL BUTTON UPS BOTTOMS BLAZERS & VESTS COVERALLS + JUMPSUITS ACCESSORIES TOPS SWEATERS DRESSES & SKIRTS TEES + TANKS GIFT CARDS FEATURED DEBBIE HARRY X WILDFANG New styles just dropped, designed by Debbie Harry herself. SHOP COLLECTION Caret SMARTLY SUITED Fall suiting just dropped. Every style works with everything. Endless looks. That's just good math. SHOP FALL SUITING Caret SUITING Caret ALL SUITING BLAZERS + VESTS PANTS BUTTON UPS JUMPSUITS ACCESSORIES SALE SUITING FEATURED …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="mobile-nav__nav font-oswald">
        <ul class="mobile-nav__list list-none">
          
            <li class="accordion-item mobile-nav__item border-b border-black py-md text-18" js-accordion-item="">
              
                <a href="/en-ca/collections/newarrivals" class="mobile-nav__link flex w-full items-center justify-between active:text-green active:underline">
                  <span class="mobile-nav__link-text">NEW</span>
                </a>
              
            </li>
          
            <li class="accordion-item mobile-nav__item border-b border-black py-m…
Affected pages/ /products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee /pages/sign-up
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)269 instances3 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 ratio to at least 4.5:1 for normal text and 3:1 for large text.

View 269 affected elements
Component · Ref MRAPVN
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-reviews-list-item:nth-child(10) > .oke-w-review > .oke-w-review-main > .oke-w-review-content > .oke-reviewContainer > .oke-reviewContent.oke-reviewContent--left > .oke-reviewContent-top > .oke-reviewContent-date > span
Accessible name4 months ago
Markup
<span>4 months ago</span>
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Component · Ref 65J8HT
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Elements[aria-label="Original price: $48.00"]
Accessible nameOriginal price: $48.00
Markup
<s class="price__compare inline text-gray" aria-label="Original price: $48.00">$48.00</s>
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Component · Ref 3FQEEA
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.\!text-gray
Accessible nameSize - 4X
Markup
<label for="swatch-4X-template--..." aria-label="Size - 4X" class="product-swatch__labe...">
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Component · Ref Y0PI3W
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-reviews-count
Accessible name378 reviews
Markup
<div class="oke-w-reviews-count"> 378 reviews </div>
Component · Ref TQ2TLV
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-ratingAverageModule-count
Accessible nameBased on 378 reviews
Markup
<div class="oke-w-ratingAverageModule-count"> Based on 378 reviews </div>
Component · Ref LAQJYC
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-reviews-list-item:nth-child(7) > .oke-w-review > .oke-w-review-main > .oke-w-review-footer > .oke-w-review-helpful > .oke-helpful > .oke-helpful-label
Accessible nameWas this helpful?
Markup
<span class="oke-helpful-label">Was this helpful?</span>
Component · Ref 5VMGTN
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-recommendsModule-text
Accessible namewould recommend these products
Markup
<span class="oke-w-recommendsModule-text">would recommend these products</span>
Component · Ref 5XZVPR
Affected pagehttps://www.wildfang.com/
Element#TabTrigger-collection_89Hxt4
Accessible nameDEBBIE HARRY X WILDFANG
Roletab
Markup
<button id="TabTrigger-collection_89Hxt4" class="tab__trigger min-w-max py-xxs h4 text-center border-b border-gray tabletl:min-w-[276px] tabletl:py-xs" aria-controls="TabContent-collection_89Hxt4" role="tab" aria-selected="true" js-tab="">DEBBIE HARRY X WILDFANG</button>
Component · Ref GCZLQ8
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Elementnarvar-edd-widget,narvar-edd-postal-code-input,.postal-code-value
Markup
<span class="postal-code-value" part="postal-value"><!--?lit$863646963$-->94107</span>
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Component · Ref STHMA4
Affected pagehttps://www.wildfang.com/en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Elementnarvar-edd-widget,.postal-code-section
Markup
<div class="section postal-code-section" part="postal-section">
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Component · Ref NNM2I3
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#oke-sortSelect--reviews
Accessible nameSort
Markup
<select id="oke-sortSelect--reviews" aria-label="Sort" class="oke-sortSelect-sort oke-select">
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Component · Ref 2LU2IB
Affected pagehttps://www.wildfang.com/en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-breakdownModule-distribution-count[aria-hidden="true"]:nth-child(7)
Accessible name29
Markup
<div aria-hidden="true" class="oke-w-breakdownModule-distribution-count" style="grid-row: 2;"> 29 </div>
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Component · Ref 6BW2OF
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#\31 0201546916021-options-template--28045245087925__complete
Accessible nameSelect Size OS
Markup
<select class="product-card__select border border-black p-xs w-full leading-none h-[32px] uppercase font-oswald text-[12px] cursor-pointer" id="10201546916021-options-template--28045245087925__complete" name="10201546916021-options-template--28045245087925__complete" ...>
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Component · Ref 8HYK71
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-breakdownModule-distribution-label[aria-hidden="true"]:nth-child(13) > .oke-w-breakdownModule-distribution-label-number
Accessible name2
Markup
<span class="oke-w-breakdownModule-distribution-label-number"> 2 </span>
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Component · Ref 6N5YWO
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-reviews-list-item:nth-child(1) > .oke-w-review > .oke-w-review-side > .oke-w-review-side-expandContent > .oke-w-review-recommendation > .oke-w-reviewerRecommendation.oke-w-reviewerRecommendation--yes > .oke-w-reviewerRecommendation-text
Accessible nameI recommend this product
Markup
<span class="oke-w-reviewerRecommendation-text">I recommend this product</span>
Component · Ref S0HT06
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-reviews-list-item:nth-child(7) > .oke-w-review > .oke-w-review-main > .oke-w-review-content > .oke-reviewContainer > .oke-reviewContent.oke-reviewContent--left > .oke-reviewContent-title.oke-title[aria-level="2"]
Accessible nameAwesome weight
Roleheading
Markup
<div role="heading" aria-level="2" class="oke-reviewContent-title oke-title">Awesome weight </div>
Component · Ref MAEZA5
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#oke-helpful-vote-counter-positive-79d7c938-0676-421f-b3d4-3efc2ac8e1c3
Accessible nameYes, this review from Tammy was helpful. 0 people voted yes
Markup
<span id="oke-helpful-vote-counter-positive-79d7c938-0676-421f-b3d4-3efc2ac8e1c3" class="oke-helpful-vote-counter"><span class="oke-a11yText">Yes, this review from Tammy was helpful.</span> 0 <span class="oke-a11yText">people voted yes</span></span>
Component · Ref P5C07H
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-reviews-list-item:nth-child(6) > .oke-w-review > .oke-w-review-side > .oke-w-review-side-expandContent > .oke-w-review-selectAttributes > .oke-w-selectAttr > .oke-w-selectAttr-item > .oke-w-selectAttr-item-title
Accessible nameWhat is your height?
Markup
<strong class="oke-w-selectAttr-item-title"> What is your height? </strong>
Component · Ref XODOMN
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-reviews-list-item:nth-child(5) > .oke-w-review > .oke-w-review-side > .oke-w-review-side-expandContent > .oke-w-review-product > .oke-product[data-product-card-tracked="true"] > .oke-product-details[data-product-card-tracked="true"] > .oke-product-details-title
Accessible nameReviewing
Markup
<div class="oke-product-details-title"> Reviewing </div>
Component · Ref IGV9X4
Affected pagehttps://www.wildfang.com/
Element.image-overlay__link.block[href$="suiting"] > .tabletl\:items-end.items-end.image-overlay__container > .tabletl\:gap-sm.image-overlay__content.tabletl\:py-xxxl > .image-overlay__subheading.italic.h3
Accessible nameFor the event, and the day after.
Markup
<p class="image-overlay__subheading h3 font-playfair font-700 italic" style="--subheading-color: #ffffff;">
              For the event, and the day after.
          </p>
Component · Ref KVS9C8
Affected pagehttps://www.wildfang.com/
Element.image-overlay__link.block[href$="giving-back"] > .tabletl\:items-center.image-overlay__container.tabletl\:justify-start > .image-overlay__content.tabletl\:py-xxxl.tabletl\:gap-md > .image-overlay__heading.h3.font-700
Accessible nameOVER $1 MILLION DONATED
Markup
<p class="image-overlay__heading h3 font-oswald font-700" style="--heading-color: #ffffff;">
              OVER $1 MILLION DONATED
          </p>
Component · Ref XI76RJ
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-product-details-name[data-product-link-position="20"][data-product-click-tracked="true"]
Accessible nameView Debbie Harry X Wildfang Quote Graphic Tee
Markup
<a href="//www.wildfang.com/p..." aria-label="View Debbie Harry X ..." class="oke-product-details-..." data-product-link-po...="20" data-impression-id="51366faf-f651-459b-8..." data-product-click-t...="true">
Component · Ref HJ3MSJ
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#reviews-tab-95fd8418-5a0e-431b-b615-d2c10f5d1cda
Markup
<button aria-selected="true" id="reviews-tab-95fd8418-5a0e-431b-b615-d2c10f5d1cda" aria-controls="reviews-panel-95fd8418-5a0e-431b-b615-d2c10f5d1cda" tabindex="0" role="tab" type="button" class="oke-w-navBar-item">
Component · Ref DVA5H6
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-reviews-list-item:nth-child(4) > .oke-w-review > .oke-w-review-main > .oke-w-review-content > .oke-reviewContainer > .oke-reviewContent.oke-reviewContent--left > .oke-reviewContent-body.oke-bodyText > p
Accessible nameCool shirt!
Markup
<p>Cool shirt!</p>
Component · Ref C32IOG
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-attrBar-labels-label--mid.oke-attrBar-labels-label
Accessible nameTrue to Size
Markup
<span class="oke-attrBar-labels-label oke-attrBar-labels-label--mid"> True to Size </span>

Showing 25 representative examples · 19 more affected elements not shown

Medium

Elements must only use permitted ARIA attributes

WCAG 4.1.2 (A)4 instances2 inspected pages

Elements must only use permitted ARIA attributes

Why it matters

Elements must only use permitted ARIA attributes

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 4 affected elements
Component · Ref QPAFZY
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Elementdiv[aria-label="Discount price: $36.00"]
Accessible nameDiscount price: $36.00
Markup
<div class="price__regular inline text-black" aria-label="Discount price: $36.00">$36.00</div>
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Component · Ref SHANJ3
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Elements[aria-label="Original price: $48.00"]
Accessible nameOriginal price: $48.00
Markup
<s class="price__compare inline text-gray" aria-label="Original price: $48.00">$48.00</s>
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Medium

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)3 instances1 inspected page

IDs used in ARIA and labels must be unique

Why it matters

IDs used in ARIA and labels must be unique

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 3 affected elements
Component · Ref AEPMLO
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#oke-sortSelect--reviews
Accessible nameSort
Markup
<select id="oke-sortSelect--reviews" aria-label="Sort" class="oke-sortSelect-sort oke-select">
Component · Ref 849STL
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#filter-toggle
Markup
<button aria-expanded="false" aria-controls="filter-options" id="filter-toggle" type="button" class="oke-button oke-w-reviews-filterToggle"><span class="oke-icon"></span><span class="oke-button-text"> Filters <!----></span></button>
Component · Ref AMTFN2
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#filter-options
Accessible nameFilters
Roleregion
Markup
<div id="filter-options" aria-labelledby="filter-toggle" role="region" class="oke-w-reviews-filters"><!----></div>
Low

Touch targets are too small

WCAG 2.5.8 (AA)10 instances2 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 this <div>'s rendered area to at least 24 × 24 CSS pixels, or provide sufficient spacing from adjacent targets. Prefer increasing padding on the existing control (for example the button or link) rather than adding a separate non-interactive wrapper.

View 10 affected elements
Component · Ref UWYMVX
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element.oke-w-breakdownModule-distribution-highlight.oke-is-clickable[role="button"]:nth-child(16)
Accessible nameTotal 2 star reviews: 11. Filter by 2 star reviews
Rolebutton
Markup
<div tabindex="0" role="button" aria-label="Total 2 star reviews: 11. Filter by 2 star reviews" class="oke-w-breakdownModule-distribution-highlight oke-is-clickable" style="grid-row: 4;"></div>
Affected pages/products/debbie-harry-x-wildfang-quote-graphic-tee /en-ca/products/debbie-harry-x-wildfang-quote-graphic-tee
Low

Page has no level-one heading

WCAG 1.3.1 (A)1 instance1 inspected page

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Why it matters

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Recommended correction

Add a single descriptive <h1> that names the page's primary purpose.

View 1 affected element
Component · Ref C0NSV2
Affected pagehttps://www.wildfang.com/
Elementhtml > body
Accessible nameMy Wishlist 0 Skip to content FALL SUITING JUST DROPPED FREE SHIPPING $75+ DEBBIE HARRY X WILDFANG IS BACK GET 15% OFF YOUR FIRST ORDER Wildfang NEW SHOP NEW NEW SUITING NEW WORKWEAR NEW BUTTON UPS + TOPS NEW BOTTOMS THE EMPOWER HOUNDSTOOTH BLAZER Caret THE ESSENTIAL CORDUROY TROUSER Caret DEBBIE HARRY X WILDFANG JUMPSUIT Caret DEBBIE HARRY X WILDFANG Caret SHOP ALL SHOP ALL NEW BLAZERS + VESTS BUTTON UPS BOTTOMS COVERALLS + JUMPSUITS TOPS SWEATERS DRESSES + SKIRTS TEES + TANKS ACCESSORIES GIFT CARDS COLLECTIONS DEBBIE HARRY X WILDFANG FALL SUITING BESTSELLERS WORKWEAR SHOP NEW ARRIVALS Caret …[truncated by Evolize: exceeded D1 value limit]
Markup
<body class="template-index swym-ready swym-buttons-loaded" data-refersion-loaded="true"><div class="uwy userway_p3 uts" data-uw-feature-ignore="true" data-uw-rm-ignore="true" title="Accessibility Menu" style="background-color: transparent !important; overflow: initial !important;"><div class="userway_buttons_wrapper" style="left: calc(-43px + 100vw) !important; bottom: 33px !important;"><div class="ulsti hidden userway_dark" id="userwayLstIcon" aria-label="Translations Menu" role="button" tabindex="0" aria-haspopup="dialog" data-uw-s19-ignore="" title="Translations Menu" style="background: rg…
Low

Form field must not have multiple label elements

WCAG 3.3.2 (A)2 instances1 inspected page

Form field must not have multiple label elements

Why it matters

Form field must not have multiple label elements

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 2 affected elements
Component · Ref FIMU0H
Affected pagehttps://www.wildfang.com/products/debbie-harry-x-wildfang-quote-graphic-tee
Element#oke-sortSelect--reviews
Accessible nameSort
Markup
<select id="oke-sortSelect--reviews" aria-label="Sort" class="oke-sortSelect-sort oke-select">

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.