Public accessibility assessment

Accessibility issues detected on tombeckbe.com

Evolize inspected 5 public pages on tombeckbe.com and detected 36 automatically identifiable accessibility findings.

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

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

Most widespread issueInteractive controls are not keyboard-accessibleDetected on 5 inspected pages
Most affected page/29 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)13 detected findings

Is tombeckbe.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 tombeckbe.com and detected 36 accessibility findings. The most widespread issue was "Interactive controls are not keyboard-accessible", detected on 5 inspected pages. The most affected inspected page was "/", where 29 findings were detected. The assessment identified findings mapped to 8 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

    Form fields are missing labels

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

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

    Recommended action

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

    View technical evidence →
  2. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 50 instances
    Why this 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 action

    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 technical evidence →
  3. High

    Interactive controls are not keyboard-accessible

    WCAG 2.1.1 (A) · 5 inspected pages · 30 instances
    Why this 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 action

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

    View technical evidence →
  4. High

    Interactive controls must not be nested

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

    Interactive controls must not be nested

    Recommended action

    Review the affected element and correct the reported accessibility issue.

    View technical evidence →
  5. High

    Interactive controls are not keyboard-accessible

    WCAG 2.1.1 (A) · 5 inspected pages · 15 instances
    Why this 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 action

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

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA1344 / 5
2.1.1KeyboardA755 / 5
1.3.1Info and RelationshipsA555 / 5
4.1.2Name, Role, ValueA555 / 5
2.4.3Focus OrderA455 / 5
1.1.1Non-text ContentA155 / 5
1.4.4Resize TextAA155 / 5
2.5.8Target Size (Minimum)AA111 / 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 instances1 inspected page

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 E0KCL7
Affected pagehttps://tombeckbe.com/products/wool-cap
Element#template--16711388496089__main-1-3
Markup
<input type="radio" id="template--16711388496089__main-1-3" name="Color" value="Military" form="product-form-template--16711388496089__main" data-option-index="1" disabled="" class="out-of-stock">
High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)5 instances5 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 AZURZM
Affected pagehttps://tombeckbe.com/products/gloves
Element#rebuy-cart
Accessible nameYour Bag
Roledialog
Markup
<div id="rebuy-cart" role="dialog" aria-modal="true" aria-labelledby="rebuy-cart-title" aria-hidden="true" data-rebuy-cart-layout="single" class="rebuy-cart currency-USD no-items">
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
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 7BPK5H
Affected pagehttps://tombeckbe.com/products/wool-cap
Elementdiv#MegaMenu-Content-5 > div > ul > li:nth-of-type(4) > a
Accessible nameLeather
Markup
<a href="/collections/leather-goods" class="collection-header-anchor">
    <div class="collection-header-image-container">
      
        
          <img src="//tombeckbe.com/cdn/shop/files/LeatherGoods_CollectionInTheField.jpg?crop=center&amp;height=400&amp;v=1738417281&amp;width=400" alt="Brown leather bags and a gray canvas bag displayed on a flat surface with a yellow wall background." class="collection-header-image" width="400" height="400">
        

      
    </div>
    
      <h6>Leather</h6>
    
  </a>
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
High

Interactive controls are not keyboard-accessible

WCAG 2.1.1 (A)75 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 75 affected elements
Component · Ref JAIUKN
Affected pagehttps://tombeckbe.com/pages/contact
Elementdiv#-\34 f5e0d18-2953-4b0a-b142-d5648867bbc4 > div > div > summary
Accessible nameShop All Women's
Rolebutton
Markup
<summary class="shop-all-container" role="button" aria-expanded="false">
        <a href="/collections/women" class="action-lg unstyled-link">
          <p>Shop All Women's</p>
          <svg fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M12.41 21C15.58 17.26 19.3 13.96 23 12.07V12.06V11.93C19.3 10.04 15.58 6.74 12.41 3H12.23C13.2903 6.19819 14.6651 8.95031 16.0042 11H1V13H15.9875C14.6516 15.0718 13.2776 17.8146 12.23 21H12.41Z" fill="currentColor"></path>
</svg>

        </a>
    …
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Component · Ref BK0ZPZ
Affected pagehttps://tombeckbe.com/
Elementdetails#Details-menu-drawer-container > summary
Accessible nameMenu
Rolebutton
Markup
<summary class="header-icon header-icon-menu" aria-label="Menu" role="button" aria-expanded="false" aria-controls="menu-drawer">
      <span>
        <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" role="presentation" class="icon icon-hamburger" fill="none" viewBox="0 0 24 24">
  <path d="M1,4h22v2H1V4z M1,11h22v2H1V11z M1,18h22v2H1V18z" fill="currentColor"></path>
  <path d="M1,4h22v2H1V4z M1,11h22v2H1V11z M1,18h22v2H1V18z" fill="currentColor"></path>
  <path d="M1,4h22v2H1V4z M1,11h22v2H1V11z M1,18h22v2H1V18z" fill="currentColor"></path>
</svg>

        <svg xmln…
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Component · Ref 92DXUR
Affected pagehttps://tombeckbe.com/products/gloves
Elementdetails#Details-HeaderMenu-1 > summary
Accessible nameMen
Rolebutton
Markup
<summary class="header-menu-item dropdown-summary" role="button" aria-expanded="false" aria-controls="MegaMenu-Content-1">
                  <a href="" class="header-menu-label subtitle unstyled-link">Men</a>
                  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 24 24">
 <path d="M12.0933 19C14.6133 14.0667 19.0133 9.10665 24 4.87999L24 4.63999C19.0133 6.27999 14.84 8.51999 11.9733 10.5733C9.16 8.51999 4.98667 6.29332 0 4.63998L-1.04908e-08 4.87998C4.98667 9.10665 9.38667 14.0667 11.9067 19L12.08 19L12.0933 19Z" fill="currentColor"…
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Component · Ref DNEANV
Affected pagehttps://tombeckbe.com/products/wool-cap
Elementdiv#-\39 c1aabc6-237c-458d-9888-a43ef5b2704a > div > div > summary
Accessible nameShop All Accessories
Rolebutton
Markup
<summary class="shop-all-container" role="button" aria-expanded="false">
        <a href="/collections/accessories" class="action-lg unstyled-link">
          <p>Shop All Accessories</p>
          <svg fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M12.41 21C15.58 17.26 19.3 13.96 23 12.07V12.06V11.93C19.3 10.04 15.58 6.74 12.41 3H12.23C13.2903 6.19819 14.6651 8.95031 16.0042 11H1V13H15.9875C14.6516 15.0718 13.2776 17.8146 12.23 21H12.41Z" fill="currentColor"></path>
</svg>

       …
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Component · Ref 16UUDU
Affected pagehttps://tombeckbe.com/products/wool-cap
Elementsummary#Summary-50b116e7-db82-4fb9-ba04-e50254d3a243
Accessible nameCollections
Rolebutton
Markup
<summary id="Summary-50b116e7-db82-4fb9-ba04-e50254d3a243" role="button" aria-expanded="false" aria-controls="-50b116e7-db82-4fb9-ba04-e50254d3a243">
                            <div class="summary-title">
                              <h2 class="subtitle-lg accordion-title">
                                Collections
                              </h2>
                              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-zoom-in" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" clip-rule="evenodd" d="M10 1C…
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Component · Ref C747JW
Affected pagehttps://tombeckbe.com/pages/contact
Elementdiv#-\33 de4d07f-289b-44db-8545-ba28bcbfc44b > div > div > summary
Accessible nameShop All Bags
Rolebutton
Markup
<summary class="shop-all-container" role="button" aria-expanded="false">
        <a href="/collections/bags" class="action-lg unstyled-link">
          <p>Shop All Bags</p>
          <svg fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M12.41 21C15.58 17.26 19.3 13.96 23 12.07V12.06V11.93C19.3 10.04 15.58 6.74 12.41 3H12.23C13.2903 6.19819 14.6651 8.95031 16.0042 11H1V13H15.9875C14.6516 15.0718 13.2776 17.8146 12.23 21H12.41Z" fill="currentColor"></path>
</svg>

        </a>
      </…
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Component · Ref T2X6VC
Affected pagehttps://tombeckbe.com/pages/contact
Elementdiv#-b16cd8e6-1d56-4ad6-a4fd-8e5f0c28cc05 > div > div > summary
Accessible nameShop All Men's
Rolebutton
Markup
<summary class="shop-all-container" role="button" aria-expanded="false">
        <a href="/collections/men" class="action-lg unstyled-link">
          <p>Shop All Men's</p>
          <svg fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="M12.41 21C15.58 17.26 19.3 13.96 23 12.07V12.06V11.93C19.3 10.04 15.58 6.74 12.41 3H12.23C13.2903 6.19819 14.6651 8.95031 16.0042 11H1V13H15.9875C14.6516 15.0718 13.2776 17.8146 12.23 21H12.41Z" fill="currentColor"></path>
</svg>

        </a>
      </…
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
High

Modal dialog does not trap keyboard focus

WCAG 2.4.3 (A)13 instances5 inspected pages

An open modal leaves the content behind it keyboard-focusable, so keyboard and screen reader users can tab out of the dialog into hidden page content.

Why it matters

An open modal leaves the content behind it keyboard-focusable, so keyboard and screen reader users can tab out of the dialog into hidden page content.

Recommended correction

While a modal is open, confine focus to the dialog and mark the rest of the page inert (or aria-hidden). Restore focus on close.

View 13 affected elements
Component · Ref 4YMPF3
Affected pagehttps://tombeckbe.com/products/gloves
Elementheader > div > div > details-modal > details > div
Accessible nameSearch
Roledialog
Markup
<div class="search-modal modal-content" role="dialog" aria-modal="true" aria-label="Search">
      <div class="modal-overlay"></div>
      <div class="search-modal-content container-sm" tabindex="-1">
        
<predictive-search class="search-modal-form" data-loading-text="Loading...">
  <search-form class="search-modal-form">

  <form action="/search" method="get" role="search" class="search search-modal-form">
    <div class="field">
      <input class="search-input field-input field-label-absolute" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search" role="combobox" ari…
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Component · Ref I2ZLHU
Affected pagehttps://tombeckbe.com/pages/sms-sign-up
Elementdiv#rebuy-cart
Accessible nameYour Bag
Roledialog
Markup
<div id="rebuy-cart" role="dialog" aria-modal="true" aria-labelledby="rebuy-cart-title" aria-hidden="true" data-rebuy-cart-layout="single" class="rebuy-cart currency-USD no-items"><div class="rebuy-cart__flyout"><div data-rebuy-cart-anchor="header"><div data-rebuy-cart-header-top=""><div data-rebuy-cart-header-top-inner=""><h2 id="rebuy-cart-title" data-rebuy-component-id="title_bar" data-rebuy-component="title-bar" class="rebuy-cart__title">Your Bag</h2> <div data-rebuy-cart-header-top-inner-right=""><!----> <a data-rebuy-component="login" data-rebuy-component-id="login" href="/account/login"…
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Component · Ref LXI2FD
Affected pagehttps://tombeckbe.com/pages/contact
Elementhtml > body > div:nth-of-type(16) > div > div:nth-of-type(2)
Accessible namePOPUP Form
Roledialog
Markup
<div role="dialog" aria-modal="true" aria-label="POPUP Form" class="needsclick  kl-private-reset-css-Xuajs1" data-kl-scroll-locking-modal="true" style="display: flex; z-index: 90000; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; justify-content: center; align-items: center; overflow: clip auto; background-color: rgba(20, 20, 20, 0.6); animation-timing-function: ease; animation-play-state: running; animation-iteration-count: 1; animation-fill-mode: forwards; animation-delay: 0s; animation-duration: 0.35s; animation-name: klaviyo-fadein;"><div class="needsclick  kl-private-res…
Affected pages/ /pages/contact /products/wool-cap
High

Zooming and scaling must not be disabled

WCAG 1.4.4 (AA)5 instances5 inspected pages

Zooming and scaling must not be disabled

Why it matters

Zooming and scaling must not be disabled

Recommended correction

Review the affected element and correct the reported accessibility issue.

View 5 affected elements
Component · Ref HOA5HR
Affected pagehttps://tombeckbe.com/products/gloves
Elementmeta[name="viewport"]
Markup
<meta name="viewport" content="
      height=device-height,
      width=device-width, initial-scale=1.0,
      minimum-scale=1.0, maximum-scale=1.0,
      target-densitydpi=device-dpi">
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
High

Interactive controls must not be nested

WCAG 4.1.2 (A)30 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 30 affected elements
Component · Ref I83HTH
Affected pagehttps://tombeckbe.com/
Elementsummary[aria-controls="MegaMenu-Content-4"]
Accessible nameWomen
Rolebutton
Markup
<summary class="header-menu-item dropdown-summary" role="button" aria-expanded="false" aria-controls="MegaMenu-Content-4">
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
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 G8TDSV
Affected pagehttps://tombeckbe.com/products/wool-cap
Elementdiv:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div > div > p:nth-of-type(2)
Accessible nameLog in to check out faster.
Markup
<p class="cart-login-paragraph">
                    <a href="https://tombeckbe.com/customer_authentication/redirect?locale=en&amp;region_country=US" class="link underlined-link">Log in</a> to check out faster.
                  </p>
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Medium

Navigation regions are not distinguishable

WCAG 1.3.1 (A)10 instances5 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 10 affected elements
Component · Ref 3V9HR9
Affected pagehttps://tombeckbe.com/products/gloves
Elementdiv#menu-drawer > div > div > nav
Accessible nameMen Shop All Men's Best Sellers Jackets & Coats Shirts & Polos Vests Pants & Shorts Sweaters & Layering Hats Footwear New Arrivals Waxed Outerwear Bags Shop All Bags New Arrivals Everyday Travel Hunting & Fishing Personalization Field Gear Accessories Shop All Accessories Hats Gloves Leather Goods Dogs Drinkware Gifts Gift Cards Personalized Gifts Women Shop All Women's Jackets & Coats Vests Shirts Hats Footwear Waxed Outerwear Field Gear Collections New Fall Arrivals Tom Beckbe x Ducks Unlimited Waxed Canvas Leather Hunting Community Field Journal …[truncated by Evolize: exceeded D1 value limit]
Markup
<nav class="menu-drawer-navigation">
            <ul class="menu-drawer-menu has-submenu" role="list">
              
                <li>
                  
                      <zr-accordion class="accordion menuprimarylinks">
                        <details id="Details-b16cd8e6-1d56-4ad6-a4fd-8e5f0c28cc05">
                          <summary id="Summary-b16cd8e6-1d56-4ad6-a4fd-8e5f0c28cc05" role="button" aria-expanded="false" aria-controls="-b16cd8e6-1d56-4ad6-a4fd-8e5f0c28cc05">
                            <div class="summary-title">
                              <h2 class="subtitle-lg a…
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Component · Ref 0VBJTH
Affected pagehttps://tombeckbe.com/products/gloves
Elementdiv#header > header > div > nav
Accessible nameMen Shop All Men's Best Sellers Jackets & Coats Shirts & Polos Vests Pants & Shorts Sweaters & Layering Hats Footwear New Arrivals Waxed Outerwear Bags Shop All Bags New Arrivals Everyday Travel Hunting & Fishing Personalization Field Gear Accessories Shop All Accessories Hats Gloves Leather Goods Dogs Drinkware Gifts Gift Cards Personalized Gifts Women Shop All Women's Jackets & Coats Vests Shirts Hats Footwear Waxed Outerwear Field Gear Collections New Fall Arrivals Tom Beckbe x Ducks Unlimited Waxed Canvas Leather Hunting Community Field Journal About Our Guarantee Stores Rewards Program
Markup
<nav class="header-menu">
  <ul class="header-list-menu" role="list">
    
      <li>
        
            <animated-details data-dropdown="header-dropdown">
              <details id="Details-HeaderMenu-1" class="mega-menu closed">
                <summary class="header-menu-item dropdown-summary" role="button" aria-expanded="false" aria-controls="MegaMenu-Content-1">
                  <a href="" class="header-menu-label subtitle unstyled-link">Men</a>
                  <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 24 24">
 <path d="M12.093…
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
Medium

Text has insufficient colour contrast

WCAG 1.4.3 (AA)18 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 18 affected elements
Component · Ref 1EEM3Z
Affected pagehttps://tombeckbe.com/pages/contact
Element.go3867421671
Accessible nameNO THANKS
Markup
<button type="button" tabindex="0" data-action-id="01KY17X4BSV72HWYGMZPGHDDKT" class="needsclick go3867421671 go4033861592 klaviyo-form-button kl-private-reset-css-Xuajs1">NO THANKS</button>
Affected pages/ /pages/contact /products/wool-cap /products/gloves
Component · Ref IYOXVB
Affected pagehttps://tombeckbe.com/products/gloves
Element.ql-font-futura-pt:nth-child(2) > span
Accessible nameDiscount code delivered to your email.
Markup
<span style="font-size: 18px;">Discount code delivered to your email.</span>
Affected pages/products/wool-cap /products/gloves
Component · Ref OPICXB
Affected pagehttps://tombeckbe.com/products/gloves
Element#rich-text-01KY17X4F1QZCHVNH1ZYKH6DQJ > .ql-align-center > .ql-font-futura-pt:nth-child(1) > span
Accessible nameSign up to receive the latest news, product releases, and 15% off your first order.
Markup
<span style="font-size: 18px;">Sign up to receive the latest news, product releases, and 15% off your first order. </span>
Affected pages/products/wool-cap /products/gloves
Component · Ref YB8LIE
Affected pagehttps://tombeckbe.com/
Element#Slide-template--16711388168409__1a5a042f-9b85-46ce-a348-88ba4ea5a9dd-1 > .override-image-background.card-wrapper > .collection-card.card > .card-inner.unstyled-link > .heading-5
Accessible nameMen's Jackets & Coats
Markup
<h3 class="card-heading heading-5">Men's Jackets &amp; Coats</h3>
Component · Ref 2OP21N
Affected pagehttps://tombeckbe.com/
Element.subtitle.heading-6
Accessible nameNew Arrivals & Favorites for Fall
Markup
<span class="heading-6 subtitle">New Arrivals &amp; Favorites for Fall</span>
Component · Ref 6H1GSE
Affected pagehttps://tombeckbe.com/
Element.theme-light-gray.rich-text.stacked-component > .container-sm.container > .rich-text-blocks.center.rte > .rich-text-heading.heading-3
Accessible name★★★★★
Markup
<h2 class="rich-text-heading heading-3">
              ★★★★★
            </h2>
Component · Ref FB2QV4
Affected pagehttps://tombeckbe.com/
Element.rich-text-heading.heading-4
Accessible name"One of the last decade’s best new American hunting apparel brands."
Markup
<h2 class="rich-text-heading heading-4">
              "One of the last decade’s best new American hunting apparel brands."
            </h2>
Component · Ref 3QAYWS
Affected pagehttps://tombeckbe.com/
Element.collection-list-wrapper > .collection-intro.section-intro.container > .intro-title
Accessible nameShop by Category
Markup
<h2 class="intro-title">Shop by Category</h2>
Component · Ref Y5B5Y5
Affected pagehttps://tombeckbe.com/
Element.banner-heading
Accessible nameClassic Apparel & Gear
Markup
<h1 class="banner-heading heading-2">Classic Apparel &amp; Gear</h1>
Component · Ref WV0RHG
Affected pagehttps://tombeckbe.com/pages/contact
Elementh1
Accessible nameContact Us
Markup
<h1 class="banner-heading heading-2">Contact Us</h1>
Component · Ref P7YCPF
Affected pagehttps://tombeckbe.com/
Element.card-inner.unstyled-link[href$="bags"] > .heading-5
Accessible nameWaxed Canvas & Leather Bags
Markup
<h3 class="card-heading heading-5">Waxed Canvas &amp; Leather Bags</h3>
Component · Ref F299AN
Affected pagehttps://tombeckbe.com/
Element.section-collection-merchandiser.theme-light.stacked-component > .collection-intro.section-intro.container > .intro-title
Accessible nameNew Arrivals
Markup
<h2 class="intro-title">New Arrivals</h2>
Component · Ref DHNQK5
Affected pagehttps://tombeckbe.com/
Elementa[title="http://instagram.com/tombeckbe"] > strong
Accessible name@TOMBECKBE
Markup
<strong>@TOMBECKBE</strong>
Medium

IDs used in ARIA and labels must be unique

WCAG 4.1.2 (A)10 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 10 affected elements
Component · Ref F166FA
Affected pagehttps://tombeckbe.com/products/gloves
Elementbutton[aria-label="Load image 16 in gallery view"] > img[width="84"][height="84"][alt="Saddle"]
Markup
<img id="Thumbnail-template--..." srcset="//tombeckbe.com/cdn/..." src="//tombeckbe.com/cdn/..." sizes="(min-width: 1200px) ..." alt="Saddle" width="84" height="84" loading="lazy">
Affected pages/products/wool-cap /products/gloves
Component · Ref 651L5Y
Affected pagehttps://tombeckbe.com/
Element#tab-panel-template--16711388168409__collection_merchandiser_FJbjNr-1 > .theme-none.featured-collection > .featured-collection > .slider-component-mobile > .product-grid.slider-tablet.slider-mobile
Accessible nameSlider
Rolelist
Markup
<ul id="Slider-template--16711388168409__collection_merchandiser_FJbjNr" class="grid product-grid grid-4-col-desktop grid-1-col-tablet-down slider grid-peek slider-desktop slider-tablet slider-mobile" role="list" aria-label="Slider">
Low

Low-quality alternative text

WCAG 1.1.1 (A)32 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 32 affected elements
Component · Ref HU09HJ
Affected pagehttps://tombeckbe.com/pages/contact
Elementdiv > ul > li:nth-of-type(1) > a > div > img
Markup
<img src="//tombeckbe.com/cdn/shop/files/Hats_CircularProduct.png?crop=center&amp;height=240&amp;v=1738417287&amp;width=240" alt="Brown wide-brimmed hat with a leather band, featuring two ventilation holes on the sides." class="collection-header-image" width="120" height="120">
Affected pages/ /pages/contact /products/wool-cap /products/gloves /pages/sms-sign-up
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 6EUG54
Affected pagehttps://tombeckbe.com/pages/sms-sign-up
Elementhtml > body
Accessible nameSkip to content .drawer { visibility: hidden; } Your bag is empty Continue shopping Have an account? Log in to check out faster. Your bag Loading... Subtotal $0.00 Taxes and shipping calculated at checkout <button type="submit" class="cart-update-button btn-secondary" form="CartDrawer-Form"> Update </button> Checkout document.addEventListener('DOMContentLoaded', function() { function isIE() { const ua = window.navigator.userAgent; const msie = ua.indexOf('MSIE '); const trident = ua.indexOf('Trident/'); return (msie > 0 || trident > 0); } if (!isIE()) return; const cartSubmitInput = document.createElement('input'); cartSubmitInput.setAttribute('name', 'checkout'); cartSubmitInput.setAttribute('type', 'hidden'); document.querySelector('#cart').appendChild(cartSubmitInput); document.querySelector('#checkout').addEventListener('click', function(event) { document.querySelector('#cart').submit(); }); const CartDrawer = document.querySelector('drawer'); if (!CartDrawer.contains(e.target)) { CartDrawer.classList.remove('active'); } }); Free Shipping on Orders Over $95 + Easy Returns :root { --announcement-bar-height: 38px; } <link href="//tombeckbe.com/cdn/shop/t/46/assets/component-search.css?v=115019804294644937871722917088" rel="stylesheet" type="text/css" media="all" /> <link href="//tombeckbe.com/cdn/shop/t/46/assets/component-cart-notification.css?v=36036674978909501561722917073" rel="stylesheet" type="text/css" media="all" /> <link href="//tombeckbe.com/cdn/shop/t/46/assets/component-cart-items.css?v=135084485300350879031722917072" rel="stylesheet" type="text/css" media="all" /> Find a Retailer Log in Men Shop All Men's Best Sellers Jackets & Coats Shirts & Polos Vests Pants & Shorts Sweaters & Layering Hats Footwear New Arrivals Waxed Outerwear Bags Shop All Bags New Arrivals Everyday Travel Hunting & Fishing Personalization Field Gear Accessories Shop All Accessories Hats Gloves Leather Goods Dogs Drinkware Gifts Gift Cards Personalized Gifts Women …[truncated by Evolize: exceeded D1 value limit]
Markup
<body class="smart-cart--enabled">
      <svg id="junipStarSymbols" style="display: none;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
  <symbol id="junipOutlineStar" viewBox="0 0 16 16">
    <path d="m3.2 16.0001081c-.1687782 0-.33328968-.0531313-.47-.1521081-.24051968-.174488-.36451194-.4679107-.322-.762l.743-5.203-2.917-2.917c-.21191095-.21196521-.28756133-.52460199-.196-.81.09130759-.2851682.3345701-.49522345.63-.544l4.398-.734 2.218-4.435c.13744692-.27145241.41573373-.4426761.72-.443.3045618.00166772.58175678.1761261.715.45l2.123 4.362 4.498.801c.2933158.05211246.5333796.…
Low

Touch targets are too small

WCAG 2.5.8 (AA)3 instances1 inspected page

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 3 affected elements
Component · Ref 8KOFOK
Affected pagehttps://tombeckbe.com/products/gloves
Element.junip-product-review-bar-wrapper[role="button"]:nth-child(2)
Accessible name4 stars, 5 reviews. Press to filter reviews by this rating.
Rolebutton
Markup
<div tabindex="0" aria-label="4 stars, 5 reviews. Press to filter reviews by this rating." aria-pressed="false" role="button" class="junip-product-review-bar-wrapper">

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.