Public accessibility assessment

Accessibility issues detected on chefmaster.com

Evolize inspected 5 public pages on chefmaster.com and detected 62 automatically identifiable accessibility findings.

62Findings detected
12WCAG criteria affected
5Pages inspected
8 Sep 2026Assessment date

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

Most widespread issueLinks lack accessible textDetected on 5 inspected pages
Most affected page/43 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)16 detected findings

Is chefmaster.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 chefmaster.com and detected 62 accessibility findings. The most widespread issue was "Links lack accessible text", detected on 5 inspected pages. The most affected inspected page was "/", where 43 findings were detected. The assessment identified findings mapped to 12 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

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 5 instances
    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 https://www.facebook.com/chefmasterofficial.

    View technical evidence →
  2. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 5 instances
    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 https://www.facebook.com/chefmasterofficial.

    View technical evidence →
  3. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 4 instances
    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 https://www.instagram.com/chefmaster/?hl=en.

    View technical evidence →
  4. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 4 instances
    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 https://www.instagram.com/chefmaster/?hl=en.

    View technical evidence →
  5. Critical

    Links lack accessible text

    WCAG 2.4.4 (A) · 1 inspected page · 4 instances
    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 https://www.instagram.com/chefmaster/?hl=en.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA1655 / 5
2.4.4Link Purpose (In Context)A1555 / 5
1.2.2Captions (Prerecorded)A611 / 5
4.1.2Name, Role, ValueA655 / 5
1.3.1Info and RelationshipsA555 / 5
2.5.8Target Size (Minimum)AA555 / 5
1.1.1Non-text ContentA455 / 5
2.1.1KeyboardA355 / 5
2.4.3Focus OrderA355 / 5
1.3.5Identify Input PurposeAA111 / 5
2.2.2Pause, Stop, HideA111 / 5
3.3.2Labels or InstructionsA155 / 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

Form fields are missing labels

WCAG 1.3.1 (A)2 instances2 inspected pages

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Why it matters

Form inputs have no programmatically associated label, so assistive technology cannot announce what to enter.

Recommended correction

Associate a <label> with each field via for/id, or use aria-label / aria-labelledby. Placeholder text is not a label.

View 2 affected elements
Component · Ref 7W3XJ1
Affected pagehttps://chefmaster.com/pages/contact
Element#ContactFormEmail
Markup
<input type="email" id="ContactFormEmail" name="contact[email]" autocorrect="off" autocapitalize="off" value="" class="">
Component · Ref XAPNQN
Affected pagehttps://chefmaster.com/account/login
Element#RegisterForm-password
Markup
<input class="form-input form-input-placeholder" type="password" name="customer[password]" id="RegisterForm-password" aria-required="true" placeholder="" required="">
High

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)5 instances5 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 5 affected elements
Component · Ref S532XX
Affected pagehttps://chefmaster.com/account/login
Elementinput[placeholder="Search"]
Accessible nameSearch
Rolecombobox
Markup
<input class="search__input field_..." id="Search-In-Modal" type="search" name="q" value="" placeholder="Search" autocomplete="off" role="combobox" aria-expanded="false" aria-owns="predictive-search-re..." aria-controls="predictive-search-re..." aria-haspopup="listbox" aria-autocomplete="list" ...>
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
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 GVHSVX
Affected pagehttps://chefmaster.com/pages/wholesale-inquiry-form
Elementdiv > div > div > ul > li:nth-of-type(1) > a
Accessible namesearch
Markup
<a href="/search?q=dempus*&amp;type=product" class="link" data-uw-rm-brl="PR" data-uw-original-href="/search?q=dempus*&amp;type=product" aria-label="search" data-uw-rm-empty-ctrl="">
                                        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
	<path d="M 19 3 C 13.488281 3 9 7.488281 9 13 C 9 15.394531 9.839844 17.589844 11.25 19.3125 L 3.28125 27.28125 L 4.71875 28.71875 L 12.6875 20.75 C 14.410156 22.160156 16.605469 23 19 23 C 24.511719 23 29 18.511719 29 13 C 29 7.488281 24.511719 3 19 3 Z M 19 5 C 23.429688 5 27 8.570313 27 13 C 27 17.429688 23.429…
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref 3660YE
Affected pagehttps://chefmaster.com/
Elementdiv:nth-of-type(2) > div > div > div > h3 > button
Accessible nameClose
Markup
<button type="button" class="header-search-popup-close" aria-label="Close">
                                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
	<path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.0002 0 1 0 10.414062 40.414062 L 24 26.828125 L 37.585938 40.414062 A 2.0002 2.0002 0 1 0 40.414062 37.585938 L 26.828125 24 L 40.414062 10.414062 A 2.0002 2.0002 0 0 0 38.982422 6.970…
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref 94NSH8
Affected pagehttps://chefmaster.com/
Elementbutton#uw-open-accessibility
Accessible nameOpen the accessibility menu
Markup
<button class="uw-sl__item" data-uw-rm-ignore="true" data-uw-ignore-translate="true" lang="en-US" id="uw-open-accessibility"><span class="uw-sl__item__left" data-uw-ignore-translate="true"><span class="uw-sl__item__img"><svg focusable="false" width="23" height="28" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="presentation"><path d="M.018 8.639c.105-.595.65-.991 1.223-.877a53.94 53.94 0 0020.517 0c.625-.125 1.228.366 1.242 1.06.01.544-.402 1.003-.915 1.102-2.289.44-4.589.727-6.893.877-.948.063-1.647.948-1.54 1.932l.202 1.84c.314 2.87.958 5.69 1.919 8.399l1.26 3.553c.202.568-.076 …
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)20 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 20 affected elements
Component · Ref X536LW
Affected pagehttps://chefmaster.com/account/login
Elementsection#shopify-section-halo-toolbar-mobile > div > div > ul > li:nth-of-type(5) > a
Accessible nameCart 00 items
Rolelink
Markup
<a role="link" aria-disabled="true" data-cart-sidebar="">
                            <span class="icon"><svg viewBox="0 0 30 30" class="icon icon-cart" enable-background="new 0 0 30 30">
  <g>
    <g>
      <path d="M20,6V5c0-2.761-2.239-5-5-5s-5,2.239-5,5v1H4v24h22V6H20z M12,5c0-1.657,1.343-3,3-3s3,1.343,3,3v1h-6V5z M24,28H6V8h4v3    h2V8h6v3h2V8h4V28z"></path>
    </g>
  </g>
</svg></span>
                            <span class="text">Cart</span>
                            
                                <div class="cart-count-bubble"><span class="text" aria-hidden="true" data-cart-count…
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref Y4OI4F
Affected pagehttps://chefmaster.com/pages/contact
Elementdiv#halo-cart-sidebar > div:nth-of-type(2) > div:nth-of-type(2) > div > div > a
Accessible nameContinue Shopping
Rolelink
Markup
<a class="button button-2 button-continue" role="link" aria-disabled="true" onclick="window.location.reload();">
                Continue Shopping
            </a>
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
High

Form fields use placeholder text as the only label

WCAG 1.3.1 (A)5 instances5 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 5 affected elements
Component · Ref S9LFG
Affected pagehttps://chefmaster.com/pages/wholesale-inquiry-form
Elementinput#NewsletterForm--footer
Markup
<input id="NewsletterForm--footer" type="email" name="contact[email]" class="field__input" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Your email" required="">
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
High

Images lack text alternatives

WCAG 1.1.1 (A)8 instances5 inspected pages

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 8 affected elements
Component · Ref E40Q1G
Affected pagehttps://chefmaster.com/pages/contact
Element.rain_footer_img > img
Markup
<img src="https://cdn.shopify.com/s/files/1/0746/2967/7340/files/Asset_1_100x_a4f5c15f-8c7e-464d-878f-860f3ce1f232.png?v=1682491450">
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref 1G6YCT
Affected pagehttps://chefmaster.com/
Element.custom-press-banner-bg > img
Markup
<img src="//chefmaster.com/cdn/shop/files/pink_cm.png?v=1775669913">
Component · Ref KR8JP1
Affected pagehttps://chefmaster.com/
Element.logo_world > img
Markup
<img src="//chefmaster.com/cdn/shop/files/logochefmaster_2.png?v=1697258837">
Component · Ref TR46U8
Affected pagehttps://chefmaster.com/
Elementfigure > img
Markup
<img src="//chefmaster.com/cdn/shop/files/Rectangle_13_1.png?v=1697258878">
High

Interactive controls must not be nested

WCAG 4.1.2 (A)5 instances5 inspected pages

Interactive controls must not be nested

Why it matters

Interactive controls must not be nested

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 5 affected elements
Component · Ref MSRO9T
Affected pagehttps://chefmaster.com/account/login
Elementdetails-modal > predictive-search > .search_details[open="open"] > .header__search-full
Accessible nameSearch
Markup
<summary class="header__search-full" aria-haspopup="dialog" aria-label="Search">
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
High

ARIA roles used must conform to valid values

WCAG 4.1.2 (A)1 instance1 inspected page

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 1 affected element
Component · Ref BP80T7
Affected pagehttps://chefmaster.com/pages/contact
Elementp[role="address"]
Accessible name501 Airpark Drive Fullerton,CA. 92833
Roleaddress
Markup
<p role="address">501 Airpark Drive Fullerton,CA. 92833</p>
High

autocomplete attribute must be used correctly

WCAG 1.3.5 (AA)1 instance1 inspected page

autocomplete attribute must be used correctly

Why it matters

autocomplete attribute must be used correctly

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 1 affected element
Component · Ref TPMPR3
Affected pagehttps://chefmaster.com/pages/wholesale-inquiry-form
Element#contactFormCompany-template--16872611578104__form
Markup
<input class="form-input form-input-placeholder company-input" type="text" id="contactFormCompany-template--16872611578104__form" name="contact[company]" autocomplete="company" autocapitalize="words" value="" aria-required="false" data-uw-rm-form="nfx">
Medium

ARIA attributes have invalid values

WCAG 4.1.2 (A)5 instances5 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 5 affected elements
Component · Ref 9LMWE4
Affected pagehttps://chefmaster.com/account/login
Elementinput[placeholder="Search"]
Accessible nameSearch
Rolecombobox
Markup
<input class="search__input field_..." id="Search-In-Modal" type="search" name="q" value="" placeholder="Search" autocomplete="off" role="combobox" aria-expanded="false" aria-owns="predictive-search-re..." aria-controls="predictive-search-re..." aria-haspopup="listbox" aria-autocomplete="list" ...>
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)30 instances5 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 30 affected elements
Component · Ref EK56JI
Affected pagehttps://chefmaster.com/cart
Elementa[href$="bkthemes.design"]
Accessible nameBKThemes - Shopify Experts
Markup
<a href="https://bkthemes.design" target="_blank">BKThemes - Shopify Experts</a>
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref EBN2CN
Affected pagehttps://chefmaster.com/pages/contact
Element.copyright__text
Accessible name© 2023 • Chefmaster.com • Powered by BKThemes - Shopify Experts • All rights reserved.
Markup
<div class="copyright__text">© 2023 • Chefmaster.com  • Powered by <a href="https://bkthemes.design" target="_blank">BKThemes - Shopify Experts</a> • All rights reserved.</div>
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref OTACOA
Affected pagehttps://chefmaster.com/account/login
Elementshopify-chat,.activator__label
Markup
<span class="activator__label">Chat</span>
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref K7U7U4
Affected pagehttps://chefmaster.com/cart
Element.home-link
Accessible nameHome
Markup
<a class="link home-link" href="/">Home</a>
Affected pages/account/login /cart
Component · Ref CGVTDK
Affected pagehttps://chefmaster.com/account/login
Element.breadcrumb > span:nth-child(3)
Accessible nameAccount
Markup
<span>Account</span>
Affected pages/account/login /cart
Component · Ref GLHBDY
Affected pagehttps://chefmaster.com/cart
Element.cart-text
Accessible nameYour cart is empty
Markup
<span class="cart-text">Your cart is empty</span>
Component · Ref WZQF5Z
Affected pagehttps://chefmaster.com/
Element#spotlight-template--16861401317624__163221535239da03ba > .nma-container > .halo-block-header.text-center > .subtext-spotlight.rte
Accessible nameExplore our range of products today and take your baking to the next level!
Markup
<div class="rte subtext-spotlight" style="--margin-bottom-des: 51px">
                    Explore our range of products today and take your baking to the next level!
                </div>
Component · Ref 7L2UX4
Affected pagehttps://chefmaster.com/pages/wholesale-inquiry-form
Element.form-error
Accessible nameZip code should follow one of the following formats: xxxxx or xxxxx-xxxx
Markup
<span class="form-error" style="display: block; color: red;">Zip code should follow one of the following formats: xxxxx or xxxxx-xxxx</span>
Component · Ref PRGQD3
Affected pagehttps://chefmaster.com/
Elementh4
Accessible nameShare & celebrate with us!
Markup
<h4 class="inspiration-subtitle" data-uw-rm-heading="prs">
Share &amp; celebrate with us! </h4>
Component · Ref AP4T5N
Affected pagehttps://chefmaster.com/pages/contact
Element.inspiration-first-section-description
Accessible nameIf you are interested in opening a wholesale account with us, please complete and submit our Wholesale Inquiry form. For all other questions that were not answered in our Frequently Asked Questions, please reach out to us for further assistance.
Markup
<div class="inspiration-first-section-description">
Component · Ref FEKN4H
Affected pagehttps://chefmaster.com/
Element.text-overlay > h2
Accessible nameWe Help You Celebrate!
Markup
<h2 data-uw-rm-heading="prs">We Help You Celebrate!</h2>
Component · Ref WG29NW
Affected pagehttps://chefmaster.com/
Element.logo_world > p
Accessible nameAt Chefmaster, we believe that life is colorful and worth celebrating. That’s why we offer a full range of food coloring, baking & decorating solutions designed specifically to let you add a pop of color and excitement to every treat you create.
Markup
<p>At Chefmaster, we believe that life is colorful and worth celebrating. That’s why we offer a full range of food coloring, baking &amp; decorating solutions designed specifically to let you add a pop of color and excitement to every treat you create.  </p>
Component · Ref SN9GP9
Affected pagehttps://chefmaster.com/
Element.rain_goldana > span
Accessible nameEmbrace the Joy of Cake and Cookie Decorating with Chefmaster!
Markup
<span>
                  Embrace the Joy of Cake and Cookie Decorating with Chefmaster!
                </span>
Component · Ref 97LMIK
Affected pagehttps://chefmaster.com/pages/contact
Element.moving-img
Accessible namemoving-img
Markup
<div class="moving-img">moving-img</div>
Component · Ref QTTXAZ
Affected pagehttps://chefmaster.com/
Element.visible-on-load > p:nth-child(2)
Accessible nameIT'S A COLORFUL WORLD
Markup
<p>IT'S A COLORFUL WORLD </p>
Component · Ref F8ASZ4
Affected pagehttps://chefmaster.com/
Element.desc
Accessible nameFrom high-quality meringue powder to pastel or bold food colorings, Chefmaster has everything you need to create celebration worthy desserts and treats that are as delicious as they are beautiful.
Markup
<div class="desc" style="
                  --des-color: #ffffff;
                  --des-fs: 24px;
                  --des-fs-mb: 12px;
                  --des-fw: 500;
                  --des-mg: 30px;
                ">
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 2LXVJP
Affected pagehttps://chefmaster.com/pages/wholesale-inquiry-form
Elementsection#shopify-section-halo-toolbar-mobile > div
Accessible nameHome Search Collection Account Cart 00 items
Markup
<div class="halo-sticky-toolbar-mobile">
    <div class="bottom-bar">
        <ul class="bottom-bar--list">
            
<li class="list-item" style="--font-size: 12px; --font-weight: 500; --icon-size: 20px">
                        <a href="/">
                            <span class="icon"><svg aria-hidden="true" focusable="false" data-prefix="fal" data-icon="home-lg-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-home-lg-alt fa-w-18 fa-3x"><path fill="currentColor" d="M573.48 219.91L310.6 8a35.85 35.85 0 0 0-45.19 0L2.53 219.91a6.71 6.71 0 0…
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Medium

Touch targets are too small

WCAG 2.5.8 (AA)79 instances5 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 <a>'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 79 affected elements
Component · Ref GASPMY
Affected pagehttps://chefmaster.com/account/login
Element.nma-footer__col:nth-child(1) > a[href$="privacy-policy-1"]
Accessible namePrivacy Policy
Markup
<a href="/pages/privacy-policy-1" class="nma-footer__link">
                      
                        Privacy Policy 
                        
                      
                    </a>
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref SC3DDY
Affected pagehttps://chefmaster.com/pages/wholesale-inquiry-form
Element.announcement-close
Accessible nameClose
Markup
<button type="button" class="announcement-close clearfix" data-close-announcement="" aria-label="Close">
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref IZ6XUJ
Affected pagehttps://chefmaster.com/
Element.nma-footer__link[href$="our-story"]
Accessible nameAbout Us
Markup
<a href="/pages/our-story" class="nma-footer__link">
                      
                        About Us 
                        
                      
                    </a>
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref 8PFJV9
Affected pagehttps://chefmaster.com/cart
Elementa[href$="shipping-policy"]
Accessible nameShipping Policy
Markup
<a href="/pages/shipping-policy" class="nma-footer__link">
                      
                        Shipping Policy 
                        
                      
                    </a>
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Component · Ref FP7A97
Affected pagehttps://chefmaster.com/pages/contact
Elementdetails-modal > predictive-search > .search_details[open="open"] > .header__search-full
Accessible nameSearch
Markup
<summary class="header__search-full" aria-haspopup="dialog" aria-label="Search">
Affected pages/ /account/login /pages/contact /pages/wholesale-inquiry-form /cart
Medium

<video> elements must have captions

WCAG 1.2.2 (A)7 instances1 inspected page

<video> elements must have captions

Why it matters

<video> elements must have captions

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 7 affected elements
Component · Ref Q8OGQ1
Affected pagehttps://chefmaster.com/
Element.manual-ig-feed__single:nth-child(1) > video[controls=""][width="500"]
Accessible nameYour browser does not support the video tag.
Markup
<video loop="" muted="" controls="" poster="//chefmaster.com/cdn/shop/files/ff7c5b58-78e3-4d8a-aac6-f2ecec6be06f_1024x.png?v=1784578961" width="500">
Component · Ref RAHTOL
Affected pagehttps://chefmaster.com/
Elementa[href="javascript:void(0)"] > video[autoplay=""]
Markup
<video autoplay="" muted="" loop="" style="position: absolute; top:0; left:0; width: 100%; height: 100%; z-index: 2;">
Component · Ref XMT5EO
Affected pagehttps://chefmaster.com/
Elementvideo[width="400"]
Markup
<video width="400" muted="" loop="" autoplay="">
        <source src="https://cdn.shopify.com/videos/c/o/v/ad0032adac47466893f4f95ab9b31f1b.mov" type="video/mp4">
      </video>
Low

Navigation regions are not distinguishable

WCAG 1.3.1 (A)2 instances2 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 2 affected elements
Component · Ref BKKWUY
Affected pagehttps://chefmaster.com/cart
Elementdiv#HeaderNavigation > nav
Accessible nameMenu Close .menu-img>div { padding-right: 25px; } SHOP SHOP Go to SHOP Seasonal Products > SHOP Go to Seasonal Products > New Baby & Gender Reveal Valentine's Day St. Patrick's Day Easter Spring & Mother's Day Father's Day Wedding & Bridal Graduation Season 4th of July Summer Halloween Fall & Thanksgiving Holidays Winter Food Coloring > SHOP .row.menu-lv-3 span{ font-size: 18px!important; } .row.menu-lv-3 span.gray{ font-size: 15px !important; font-weight: 400 !important; } .row.menu-lv-3 .menu-lv-3__action { padding: 4px 0; } .nma-collapse{ overflow: hidden; height: 24px; position: relative; transition: all .6s ease-in; } .nma-collapse::after{ content: ""; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" enable-background="new 0 0 551.13 551.13" height="512" viewBox="0 0 551.13 551.13" width="512"><path style="fill: %233c3c3c;" d="m275.565 361.679-223.897-223.896h-51.668l275.565 275.565 275.565-275.565h-51.668z"/></svg>'); background-position: center; background-size: 100%; width: 11px; height: 6px; display: inline-block; top: calc(50% + 2px); top: 14px; position: absolute; left: 74px; transition: all .5s ease; transform: translateY(-50%); } .nma-collapse>*{ pointer-events: none; } .nma-collapse.active::after{ opacity: 0; } .nma-collapse.active>*{ pointer-events: all; } BY COLOR Beige Black Blue Brown Gold Green Orange Pink Purple Red Silver White Yellow BY TYPE Liqua-Gel ® Gel Airbrush Candy Color Dry Powder Natural Color Color Kits No Red Dye 3 window.addEventListener('load', function () { setTimeout(()=>{ var st = setInterval( ()=>{ document.querySelectorAll('.nma-collapse').forEach((el)=>{ …[truncated by Evolize: exceeded D1 value limit]
Rolenavigation
Markup
<nav class="header__inline-menu" data-navigation="" role="navigation">
                                <div class="menu-heading-mobile halo-sidebar-header">
  <span class="title">Menu</span>
  <button type="button" class="halo-sidebar-close" data-menu-close-sidebar="" aria-label="Close">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
	<path d="M 38.982422 6.9707031 A 2.0002 2.0002 0 0 0 37.585938 7.5859375 L 24 21.171875 L 10.414062 7.5859375 A 2.0002 2.0002 0 0 0 8.9785156 6.9804688 A 2.0002 2.0002 0 0 0 7.5859375 10.414062 L 21.171875 24 L 7.5859375 37.585938 A 2.0002 2.000…
Affected pages/account/login /cart
Low

Video may be missing captions

WCAG 1.2.2 (A)7 instances1 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 7 affected elements
Component · Ref YF0NIX
Affected pagehttps://chefmaster.com/
Elementdiv#shopify-section-template--16861401317624__manual_instagram_feed_WfC8tJ > div > div:nth-of-type(5) > video
Accessible nameYour browser does not support the video tag.
Markup
<video loop="" muted="" controls="" poster="//chefmaster.com/cdn/shop/files/white_1024x.png?v=1762551628" width="500">
        
        <source src="//chefmaster.com/cdn/shop/videos/c/vp/cedc6d42994d4448b5759e426b746046/cedc6d42994d4448b5759e426b746046.HD-1080p-2.5Mbps-61962277.mp4?v=0" type="video/mp4">
        Your browser does not support the video tag.
      </video>
Component · Ref ICYA84
Affected pagehttps://chefmaster.com/
Elementdiv > div:nth-of-type(1) > div > div > a > video
Markup
<video autoplay="" muted="" loop="" style="position: absolute; top:0; left:0; width: 100%; height: 100%; z-index: 2;">
                  
                    <source src="//chefmaster.com/cdn/shop/videos/c/vp/a489604b54b84f239c64b6499dec8fa4/a489604b54b84f239c64b6499dec8fa4.m3u8?v=0">
                  
                    <source src="//chefmaster.com/cdn/shop/videos/c/vp/a489604b54b84f239c64b6499dec8fa4/a489604b54b84f239c64b6499dec8fa4.HD-720p-4.5Mbps-80645857.mp4?v=0">
                  
                </video>
Component · Ref G8VEMN
Affected pagehttps://chefmaster.com/
Elementdiv#shopify-section-template--16861401317624__33523288-b247-440f-9ebd-f37bdb1f2403 > section > video
Markup
<video width="400" muted="" loop="" autoplay="">
        <source src="https://cdn.shopify.com/videos/c/o/v/ad0032adac47466893f4f95ab9b31f1b.mov" type="video/mp4">
      </video>

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.