Public accessibility assessment

Accessibility issues detected on enfemmestyle.com

Evolize inspected 5 public pages on enfemmestyle.com and detected 37 automatically identifiable accessibility findings.

37Findings detected
9WCAG criteria affected
5Pages inspected
9 Sep 2026Assessment date

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

Most widespread issueHidden elements can still receive keyboard focusDetected on 5 inspected pages
Most affected page/products/wl249520 findings detected
Most represented WCAG criterionWCAG 4.1.2 — Name, Role, Value10 detected findings

Is enfemmestyle.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 enfemmestyle.com and detected 37 accessibility findings. The most widespread issue was "Hidden elements can still receive keyboard focus", detected on 5 inspected pages. The most affected inspected page was "/products/wl2495", where 20 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) · 2 inspected pages · 2 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 →
  2. Critical

    Buttons have no accessible name

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

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

    Recommended action

    Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.

    View technical evidence →
  3. Critical

    Links lack accessible text

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

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to /products/wig-brush.

    View technical evidence →
  4. Critical

    Links lack accessible text

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

    Links expose no accessible name, so screen-reader users cannot determine their destination.

    Recommended action

    This link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to #Reviews-6765160825008.

    View technical evidence →
  5. Critical

    Buttons have no accessible name

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

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

    Recommended action

    Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
4.1.2Name, Role, ValueA1033 / 5
1.4.3Contrast (Minimum)AA844 / 5
2.1.1KeyboardA855 / 5
2.4.4Link Purpose (In Context)A422 / 5
2.4.3Focus OrderA355 / 5
1.1.1Non-text ContentA255 / 5
1.2.2Captions (Prerecorded)A111 / 5
1.3.1Info and RelationshipsA155 / 5
2.2.2Pause, Stop, HideA111 / 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

Buttons have no accessible name

WCAG 4.1.2 (A)4 instances2 inspected pages

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

Give it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.

View 4 affected elements
Component · Ref 9DH85X
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.product__thumb-arrow--next
Markup
<button type="button" class="product__thumb-arrow product__thumb-arrow--next">
Component · Ref 9FP57A
Affected pagehttps://enfemmestyle.com/products/wig-brush
Element.js-photoswipe__zoom
Accessible nameClose (esc)
Markup
<button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
Component · Ref 5BX5NM
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.starting-slide > .product-image-main[data-product-image-main=""] > .image-wrap > .js-photoswipe__zoom.product__photo-zoom.btn--body
Accessible nameClose (esc)
Markup
<button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
Critical

Dropdown menus have no accessible name

WCAG 4.1.2 (A)2 instances2 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

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

View 2 affected elements
Component · Ref P7Y8SB
Affected pagehttps://enfemmestyle.com/products/wig-brush
Element.zrx-slider-variant-select
Accessible nameNude Brown
Markup
<select class="zrx-slider-variant-select zrx-slider-add-to-cart"><!----><option index="0"> Nude </option><option index="1"> Brown </option></select>
Affected pages/products/wl2495 /products/wig-brush
High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)50 instances5 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 50 affected elements
Component · Ref JQTHWX
Affected pagehttps://enfemmestyle.com/cart
Elementdiv:nth-of-type(2) > ul:nth-of-type(1) > li:nth-of-type(2) > div:nth-of-type(1) > div > button
Accessible nameClothing
Markup
<button type="button" aria-controls="Linklist-collections-clothing2" aria-labelledby="Label-collections-clothing2" class="collapsible-trigger collapsible--auto-height" aria-expanded="false"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path></svg>
</span>
</button>
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Component · Ref IJM4ZC
Affected pagehttps://enfemmestyle.com/pages/contact-us
Elementa#Label-collections-new-products1
Accessible nameNew
Markup
<a href="/collections/new-products" class="mobile-nav__link mobile-nav__link--top-level" id="Label-collections-new-products1">
                    New
                  </a>
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Component · Ref H40VNQ
Affected pagehttps://enfemmestyle.com/cart
Elementdiv#NavDrawer > div > div:nth-of-type(1) > div > div:nth-of-type(2) > button
Accessible nameClose menu
Markup
<button type="button" class="drawer__close-button js-drawer-close">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
            <span class="icon__fallback-text">Close menu</span>
          </button>
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)49 instances5 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

Use a native <button>/<a>, or add tabindex="0" plus keyboard event handlers (Enter/Space) to custom controls.

View 49 affected elements
Component · Ref VG7JDJ
Affected pagehttps://enfemmestyle.com/pages/contact-us
Elementdiv#cookie-consent-dialogBox > div > div > a:nth-of-type(2)
Accessible nameAccept
Rolebutton
Markup
<a role="button" class="cc-btn cc-btn-decision cc-allow">Accept</a>
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Component · Ref FEVNFZ
Affected pagehttps://enfemmestyle.com/cart
Elementdiv#cookie-consent-dialogBox > div > div > a:nth-of-type(1)
Accessible nameDecline
Rolebutton
Markup
<a role="button" class="cc-btn cc-btn-decision cc-deny">Decline</a>
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Component · Ref H1MCCF
Affected pagehttps://enfemmestyle.com/products/wig-brush
Elementdiv > fieldset > div > div > ul > li:nth-of-type(7)
Accessible name2500H Butterscotch with Light Blonde Highlights - Sold Out
Roleradio
Markup
<li class="swatch-view-item swatch-item-unavailable" orig-value="2500H Butterscotch with Light Blonde Highlights" option-value-id="83443024094" aria-label="2500H Butterscotch with Light Blonde Highlights - Sold Out" role="radio" aria-checked="false" tabindex="-1" style="width: 38px; margin-right: 8px;"><div class="swatch-image-wrapper"><div class="swatch-custom-image swatch-selector swatch-allow-animation" type="image" data-value="2500H Butterscotch with Light Blonde Highlights" orig-value="2500H Butterscotch with Light Blonde Highlights" option-value-id="83443024094" swatch-option="option1"><…
Affected pages/ /products/wig-brush
Component · Ref 7A22U3
Affected pagehttps://enfemmestyle.com/products/wig-brush
Elementdiv > fieldset > div > div > ul > li:nth-of-type(2)
Accessible name12H Medium Brown with Blonde Highlights
Roleradio
Markup
<li class="swatch-view-item" orig-value="12H Medium Brown with Blonde Highlights" option-value-id="83442860254" aria-label="12H Medium Brown with Blonde Highlights" role="radio" aria-checked="false" tabindex="-1" style="width: 38px; margin-right: 8px;"><div class="swatch-image-wrapper"><div class="swatch-custom-image swatch-selector swatch-allow-animation" type="image" data-value="12H Medium Brown with Blonde Highlights" orig-value="12H Medium Brown with Blonde Highlights" option-value-id="83442860254" swatch-option="option1"><div style="background-image: url(https://cdn.starapps.studio/v2/app…
Affected pages/ /products/wig-brush
Component · Ref S9HQ04
Affected pagehttps://enfemmestyle.com/products/wl2495
Elementdiv#swatch-option1 > div > fieldset > ul > li:nth-of-type(9)
Accessible name5H Dark Brown with Medium Auburn Highlights
Roleradio
Markup
<li key="8" class="swatch-view-item" orig-value="5H Dark Brown with Medium Auburn Highlights" option-value-id="107762450654" aria-label="5H Dark Brown with Medium Auburn Highlights" role="radio" aria-checked="false" tabindex="-1" data-event-data="{}"><div class="swatch-image-wrapper"><div class="swatch-custom-image swatch-selector swatch-allow-animation" type="image" data-value="5H Dark Brown with Medium Auburn Highlights" orig-value="5H Dark Brown with Medium Auburn Highlights" option-value-id="107762450654" swatch-option="option1"><div style="background-image: url(https://cdn.starapps.studio…
Component · Ref DZHHDS
Affected pagehttps://enfemmestyle.com/products/wl2495
Elementdiv#swatch-option1 > div > fieldset > ul > li:nth-of-type(10)
Accessible name626H Med Brown with Carmel Gold Blonde Highlights - Sold Out
Roleradio
Markup
<li key="9" class="swatch-view-item swatch-item-unavailable" orig-value="626H Med Brown with Carmel Gold Blonde Highlights" option-value-id="107762483422" aria-label="626H Med Brown with Carmel Gold Blonde Highlights - Sold Out" role="radio" aria-checked="false" tabindex="-1" data-event-data="{}" style="margin-right: 0px;"><div class="swatch-image-wrapper"><div class="swatch-custom-image swatch-selector swatch-allow-animation" type="image" data-value="626H Med Brown with Carmel Gold Blonde Highlights" orig-value="626H Med Brown with Carmel Gold Blonde Highlights" option-value-id="107762483422"…
High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)5 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 5 affected elements
Component · Ref QDJ25W
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.secondary-slide.product-main-slide[data-index="3"]
Accessible name<img class="lazyloaded" src="//enfemmestyle.com/cdn/shop/files/8350-7H-4_1400x.jpg?v=1726604493" alt="Luxuriously Long Lace Front Wig With Fringe Bang from En Femme for the crossdresser and transgender woman"> Close (esc)
Markup
<div class="product-main-slide secondary-slide" data-index="3" aria-hidden="true" style="position: absolute; left: 0px; transform: translateX(300%);">
Component · Ref BUN4DP
Affected pagehttps://enfemmestyle.com/
Element.hero__slide-link[href$="clothing"][aria-hidden="true"]
Markup
<a href="/collections/clothing" class="hero__slide-link" aria-hidden="true"></a>
Component · Ref C1YMZT
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.grid--uniform
Accessible name<img class="grid-product__image lazyloaded" src="//enfemmestyle.com/cdn/shop/files/8350-7H-1_400x.jpg?v=1726604296" alt="Luxuriously Long Lace Front Wig With Fringe Bang from En Femme for the crossdresser and transgender woman"> Luxuriously Long Lace Front Wig With Fringe Bang $216.95 Wig Color - 12H Medium Brown with Blonde Highlights Wig Color 12H Medium Brown with Blonde Highlights 14H Dark Blonde with Wheat Blonde Highlights 16H Ash Blonde with Platinum Blonde HIghlights 1BH Off Black 24H18 Light Brown with Gold Blonde Highlights 26GR Gold Blonde with Light Blonde Highlights and Brown Roots 26H Light Gold Blonde with Light Blonde HIghlights 4H Dark Brown with Subtle Deep Brown Highlights 5H Dark Brown with Medium Auburn Highlights 626H Med Brown with Carmel Gold Blonde Highlights 6H Chestnut Brown with Subtle Med Brown Highlights 7H Medium Brown with Gold Blonde HIghlights 88GR Wheat Blonde with Light Gold and Golden Blonde Highlights - Brown Roots 8H Medium Brown with Subtle Blonde Highlights
Markup
<div class="grid grid--uniform visually-invisible" aria-hidden="true">
High

Scrollable region must have keyboard access

WCAG 2.1.1 (A)2 instances2 inspected pages

Scrollable region must have keyboard access

Why it matters

Scrollable region must have keyboard access

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 2 affected elements
Component · Ref F4ESRH
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.zrx-info-popup-wrapper
Accessible name{{currency}}{{discount}} undefinedView Cart
Markup
<div class="zrx-info-popup-wrapper closed">
Affected pages/products/wl2495 /products/wig-brush
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 OWRLPK
Affected pagehttps://enfemmestyle.com/
Elementimg[height="1350"]
Markup
<img src="//enfemmestyle.com/c..." srcset="//enfemmestyle.com/c..." width="2400" height="1350" loading="lazy" class="small--hide hero__im..." sizes="100%">
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)5 instances5 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 5 affected elements
Component · Ref 2LSWQJ
Affected pagehttps://enfemmestyle.com/products/wig-brush
Elementdiv > div > div:nth-of-type(1) > div:nth-of-type(1) > div > p
Accessible nameAre you 18 years old or older?
Markup
<p>Are you 18 years old or older?</p>
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Medium

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)3 instances3 inspected pages

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 UOABZN
Affected pagehttps://enfemmestyle.com/
Elementdiv[data-product-id="8321882587358"] > .grid-product__content > .grid-product__link[data-appmate=""] > variant-swatch-king > .swatches.swatches-type-collections.hover-disabled > div[sa-options-position="default"] > div[option-name="Color"][option-target="option2"] > .swatch-single.swatch-preset-14382.swatch-view-slide > fieldset > legend > .swatch-label.swatch-label-image.star-hide > .swatch-option-name
Accessible nameColor
Markup
<span id="option2" class="swatch-option-name">Color</span>
Component · Ref FL3P74
Affected pagehttps://enfemmestyle.com/products/wig-brush
Elementdiv[data-product-id="6774219145392"] > .grid-product__content > .grid-product__link[data-appmate=""] > variant-swatch-king > .swatches-type-collections.swatches.hover-disabled > div[sa-options-position="default"] > div[option-name="Wig Color"][option-target="option1"] > .swatch-single.swatch-preset-14382.swatch-view-slide > fieldset > legend > .swatch-label.swatch-label-custom-image.star-hide > .swatch-option-name
Accessible nameWig Color
Markup
<span id="option1" class="swatch-option-name">Wig Color</span>
Component · Ref VOHD02
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.swatch-preset-14383 > fieldset > legend > .swatch-label.swatch-label-custom-image > .swatch-option-name
Accessible nameWig Color
Markup
<span id="option1" class="swatch-option-name">Wig Color</span>
Low

Low-quality alternative text

WCAG 1.1.1 (A)26 instances5 inspected pages

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Why it matters

Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.

Recommended correction

Replace placeholder or filename alt text with a concise description of what the image conveys.

View 26 affected elements
Component · Ref 3KT75P
Affected pagehttps://enfemmestyle.com/products/wl2495
Elementdiv:nth-of-type(2) > div > div:nth-of-type(1) > div > a > img
Markup
<img class="animation-delay-3 lazyautosizes lazyloaded" data-widths="[120, 360, 540, 720]" data-aspectratio="1.0" data-sizes="auto" alt="Luxuriously Long Lace Front Wig With Fringe Bang from En Femme for the crossdresser and transgender woman" data-srcset="//enfemmestyle.com/cdn/shop/files/8350-7H-1_120x.jpg?v=1726604296 120w, //enfemmestyle.com/cdn/shop/files/8350-7H-1_360x.jpg?v=1726604296 360w, //enfemmestyle.com/cdn/shop/files/8350-7H-1_540x.jpg?v=1726604296 540w, //enfemmestyle.com/cdn/shop/files/8350-7H-1_720x.jpg?v=1726604296 720w" sizes="76px" srcset="//enfemmestyle.com/cdn/shop/files/…
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Low

Text has insufficient colour contrast

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

View 14 affected elements
Component · Ref BIECCS
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.zrx-info-popup-heading
Accessible name{{currency}}{{discount}} undefined
Markup
<div class="zrx-info-popup-heading">{{currency}}{{discount}} undefined</div>
Affected pages/products/wl2495 /products/wig-brush
Component · Ref VQQ3H
Affected pagehttps://enfemmestyle.com/
Element.flex-grid__item--promo-1 > .promo-grid__container.promo-grid__container--framed.horizontal-center > .promo-grid__content--framed.promo-grid__content > .promo-grid__text > .rte--strong.rte--block
Accessible nameThe Calais Collection
Markup
<div class="rte--block rte--strong">
                        The Calais Collection
                      </div>
Component · Ref SED4H4
Affected pagehttps://enfemmestyle.com/
Element.flex-grid__item--promo2-1 > .promo-grid__container--tint.horizontal-left.promo-grid__container > .promo-grid__content--small-text.promo-grid__content > .promo-grid__text.text-center > .rte--em.rte--block
Accessible nameDesigned Just for You
Markup
<div class="rte--block rte--em">
                        Designed Just for You
                      </div>
Component · Ref RZHHQJ
Affected pagehttps://enfemmestyle.com/
Element.btn[href$="calais-collection"]
Accessible nameShop Now
Markup
<a href="/collections/calais-collection" class="btn">
                        Shop Now
                      </a>
Component · Ref VZPGXN
Affected pagehttps://enfemmestyle.com/
Element.promo-grid__container--tint.horizontal-left[href$="makeup"] > .promo-grid__content--small-text.promo-grid__content > .promo-grid__text.text-center > .rte--strong.rte--block
Accessible nameFlawless
Markup
<div class="rte--block rte--strong">Flawless
                      </div>
Component · Ref 2RKY20
Affected pagehttps://enfemmestyle.com/
Element.rte--block:nth-child(3)
Accessible nameExplore Now
Markup
<div class="rte--block">
                        Explore Now
                      </div>
Component · Ref AAWK55
Affected pagehttps://enfemmestyle.com/
Element.promo-grid__content--framed.promo-grid__content > .promo-grid__text > .rte--em.rte--block
Accessible nameNew Arrivals
Markup
<div class="rte--block rte--em">
                        New Arrivals
                      </div>
Component · Ref 5GIZ6J
Affected pagehttps://enfemmestyle.com/pages/contact-us
Element#contact-form-submit-template--16664762089694__form
Accessible nameSend
Markup
<button type="submit" id="contact-form-submit-template--16664762089694__form" class="btn">
          Send
        </button>
Low

Video may be missing captions

WCAG 1.2.2 (A)1 instance1 inspected page

A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.

Why it matters

A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.

Recommended correction

Provide a synchronized captions track (<track kind="captions">) for video with meaningful audio.

View 1 affected element
Component · Ref POJJJS
Affected pagehttps://enfemmestyle.com/products/wl2495
Elementvideo#ProductVideo-template--16664762319070__main-5
Accessible nameYour browser does not support the video tag.
Markup
<video playsinline="" loop="" muted="" controlslist="nodownload" poster="//enfemmestyle.com/cdn/shop/products/81eb6a7f26cf478f8bd48a5ef6263880.thumbnail.0000000_620x.jpg?v=1630032040" data-image-count="5" data-video-type="mp4" data-video-style="muted" id="ProductVideo-template--16664762319070__main-5" class="product__video"><source src="//enfemmestyle.com/cdn/shop/videos/c/vp/81eb6a7f26cf478f8bd48a5ef6263880/81eb6a7f26cf478f8bd48a5ef6263880.m3u8?v=0" type="application/x-mpegURL"><source src="//enfemmestyle.com/cdn/shop/videos/c/vp/81eb6a7f26cf478f8bd48a5ef6263880/81eb6a7f26cf478f8bd48a5ef62638…

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.